看板 DFBSD_commit 關於我們 聯絡資訊
commit 1c375cd12687453983b431c85672403f5aa5b28c Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Aug 12 22:45:25 2010 -0700 kernel - Fix reboot races * Fix a pty revoke race null pointer indirection during reboot * Fix a deadlock with devfs (introduced by a recent commit) by not having devfs_config() do anything if it is called from the message core itself. Summary of changes: sys/kern/tty_pty.c | 25 +++++++++++++++---------- sys/vfs/devfs/devfs_core.c | 13 +++++++------ 2 files changed, 22 insertions(+), 16 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1c375cd12687453983b431c85672403f5aa5b28c -- DragonFly BSD source repository