K 10 svn:author V 3 jhb K 8 svn:date V 27 2003-04-18T20:17:05.000000Z K 7 svn:log V 393 - Add a static function pgadjustjobc() to adjust the job control count for a process group. - Call pgadjustjobc() twice in fixjobc() to avoid code duplication and improve readability. - Use the proc lock to protect P_SHOULDSTOP() instead of sched_lock. - Check to see if a process is PRS_NEW with sched_lock before trying to lock its proc lock since the lock may not be constructed yet. END