Start consolidating process related code into kern_proc.c. Implement
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 24 May 2006 17:44:04 +0000 (17:44 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 24 May 2006 17:44:04 +0000 (17:44 +0000)
commit5bf0d9b52e73641625d92e7ad1258c0049e1a0d9
treeb9c9d37486ebedb92ef859aff2db7a39116f88d8
parente4617b81602c169f35ddba500f5c3b37b915d983
Start consolidating process related code into kern_proc.c.  Implement
a few MPSAFE functions to mess with the allproc and zombproc lists, and a
callback for scanning allproc.

Adjust linprocfs to use the new callback as a test.
sys/emulation/linux/i386/linprocfs/linprocfs_vnops.c
sys/kern/kern_exit.c
sys/kern/kern_proc.c
sys/sys/proc.h