Subject: CVS commit: [nathanw_sa] syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 08/29/2002 19:58:57
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.