git: kernel - Fix reboot races

看板DFBSD_commit作者時間15年前 (2010/08/13 14:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1CPD-Ysh (DFBSD_commit)