K 10 svn:author V 3 jhb K 8 svn:date V 27 2003-05-01T21:16:38.000000Z K 7 svn:log V 294 Initialize and destroy the struct proc mutex in the proc zone's init and fini routines instead of in fork() and wait(). This has the nice side benefit that the proc lock of any process on the allproc list is always valid and sched_lock doesn't have to be used to test against PRS_NEW anymore. END