Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [nathanw_sa] syssrc/sys/kern
Module Name: syssrc
Committed By: nathanw
Date: Fri Oct 11 22:30:48 UTC 2002
Modified Files:
syssrc/sys/kern [nathanw_sa]: kern_sig.c
Log Message:
In sigexit(), call the userret hook instead of assuming it's our
coredump hook; calling the coredump hook when the process has made it
to exit1() is counterproductive.
Clear P_SA in p->p_flag as well as L_SA in l_flag to avoid problems
with the signal code when we're exiting.
To generate a diff of this commit:
cvs rdiff -r1.112.2.30 -r1.112.2.31 syssrc/sys/kern/kern_sig.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index