git: kernel - Fix reboot races
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Aug 12 22:47:10 PDT 2010
commit 1c375cd12687453983b431c85672403f5aa5b28c
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list