DragonFly commits List (threaded) for 2010-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - Fix reboot races
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]