看板 DFBSD_commit 關於我們 聯絡資訊
commit 6702566317b0c8cac93faea0829a1b1292d55d6b Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Sep 27 12:56:40 2009 -0700 kbdmux - Fix wait flag. Fixes mountroot> and other issues. * The wait flag was being ignored. Fix it so it properly waits until a key is pressed. This broke the mountroot> prompt. Summary of changes: sys/dev/misc/kbdmux/kbdmux.c | 32 ++++++++++++++++++++++++-------- 1 files changed, 24 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6702566317b0c8cac93faea0829a1b1292d55d6b -- DragonFly BSD source repository