看板 DFBSD_commit 關於我們 聯絡資訊
commit 786d7861de55370ed6cb82e092e3e9828f751b45 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/786d7861de55370ed6cb82e092e3e9828f751b45 -- DragonFly BSD source repository