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: Thu Aug 29 16:58:57 UTC 2002
Modified Files:
syssrc/sys/kern [nathanw_sa]: kern_sig.c
Log Message:
If more than one LWP in a process calls sigexit(), make the second and
later LWPs call lwp_coredump_hook() directly to suspend themselves,
rather than calling lwp_exit() and losing the trapframe state that
coredump() wants to save.
To generate a diff of this commit:
cvs rdiff -r1.112.2.24 -r1.112.2.25 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