CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/20 16:54:11
Modified files:
sys/kern : kern_exit.c
Log message:
When using ptrace(), death of the traced process should always send
SIGCHLD to the tracer, even if the real parent requested an alternate
exit signal. So, delay clearing the P_TRACED flag from exit1() to
sys_wait4() so that we don't send the wrong signal from reaper().
Originally discussed with kurt months ago
"looks good" deraadt@
