kernel - procfs_token work
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 28 Aug 2010 18:06:08 +0000 (11:06 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 28 Aug 2010 18:06:08 +0000 (11:06 -0700)
commit98c2b8ac8ef57c41a8fa17a7d32c47a45fe26e1e
tree1be7e506dcf28df2ac63e82c41737cb4274784e5
parent2de4f77e2b4ab23695f2ed9e2917345bc821b229
kernel - procfs_token work

* Cover proc_stop(), proc_unstop(), and setrunnable() with proc_token.
  Remove the MP lock assertion from setrunnable().

* Cover procfs operations with proc_token.

* Cover lwp_signotify() and friends with proc_token.
sys/kern/kern_checkpoint.c
sys/kern/kern_sig.c
sys/kern/kern_synch.c
sys/sys/signalvar.h
sys/vfs/procfs/procfs_ctl.c
sys/vfs/procfs/procfs_subr.c