K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-03-07T02:30:39.000000Z K 7 svn:log V 430 - Lock the forklist with an sx lock. - Add proc locking to fork1(). Always lock the child procoess (new process) first when both processes need to be locked at the same time. - Remove unneeded spl()'s as the data they protected is now locked. - Ensure that the proctree is exclusively locked and the new process is locked when setting up the parent process pointer. - Lock the check for P_KTHREAD in p_flag in fork_exit(). END