git: DragonFly_RELEASE_5_6 kernel: Fix a problem with shutdown(8)
Antonio Huete Jimenez
tuxillo at crater.dragonflybsd.org
Fri Nov 22 17:06:45 PST 2019
commit d837b9bb54f9ee88ce247da6dce79b2e20037f97
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date: Sat Nov 23 01:52:55 2019 +0100
kernel: Fix a problem with shutdown(8)
- When halting a system with 'shutdown -h ...', it would be stuck
forever in the 'press any key' message. Fix that by enabling
kbd polling right before a cngetc() call. This a follow-up of
commit ce7866b8.
With-help-from: dillon, swildner
Summary of changes:
sys/kern/kern_shutdown.c | 1 +
1 file changed, 1 insertion(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d837b9bb54f9ee88ce247da6dce79b2e20037f97
--
DragonFly BSD source repository
More information about the Commits
mailing list