kernel - Fix reboot races
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 13 Aug 2010 05:45:25 +0000 (22:45 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 13 Aug 2010 05:45:25 +0000 (22:45 -0700)
commit1c375cd12687453983b431c85672403f5aa5b28c
tree26d7eca6a7fc394a33a11f7fefe0caa8937f3f6f
parent5f228e1cd2bbaf58135e229223598735d7c81729
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.
sys/kern/tty_pty.c
sys/vfs/devfs/devfs_core.c