K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-12-01T03:42:17.000000Z K 7 svn:log V 304 Don't update p_stat in exit1() to SZOMB until after releasing the allproc lock. Otherwise, if we block on the backing mutex while releasing the allproc lock, then when we resume, we will be at SRUN, and we will stay that way all the way through cpu_exit. As a result, our parent will never harvest us. END