K 10 svn:author V 3 jhb K 8 svn:date V 27 2013-02-26T21:04:58.043781Z K 7 svn:log V 389 MFC 240467: Ignore stop and continue signals sent to an exiting process. Stop signals set p_xstat to the signal that triggered the stop, but p_xstat is also used to hold the exit status of an exiting process. Without this change, a stop signal that arrived after a process was marked P_WEXIT but before it was marked a zombie would overwrite the exit status with the stop signal number. END