proc->thread stage 1: change kproc_*() API to take and return threads. Note:
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 22 Jun 2003 17:39:48 +0000 (17:39 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 22 Jun 2003 17:39:48 +0000 (17:39 +0000)
commitbc6dffaba97f724f323911d1cd13036090c358c8
tree3fb22cf912b72092947c6092acc1d7b43869f83a
parent09f0701dddf4e14fcfef38a5a6796e53fcd1326f
proc->thread stage 1: change kproc_*() API to take and return threads.  Note:
we won't be able to turn off the underlying proc until we have a clean thread
path all the way through, which aint now.
sys/kern/kern_kthread.c
sys/kern/kern_shutdown.c
sys/kern/uipc_mbuf.c
sys/kern/vfs_bio.c
sys/kern/vfs_subr.c
sys/opencrypto/crypto.c
sys/sys/kthread.h
sys/sys/proc.h
sys/vm/swap_pager.c
sys/vm/vm_page.c
sys/vm/vm_pageout.c