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: 04/26/2002 01:21:25
Module Name: syssrc
Committed By: nathanw
Date: Thu Apr 25 22:21:24 UTC 2002
Modified Files:
syssrc/sys/kern [nathanw_sa]: kern_sig.c
Log Message:
Setting P_WEXIT in sigexit() isn't enough anymore; we have to also set
a userret handler. Fixes some annoying crashes when core dumping
multi-LWP processes across NFS.
This also lets us un-detach LWPs so that they can't be reaped before
coredump gets a chance to dump their state.
To generate a diff of this commit:
cvs rdiff -r1.112.2.14 -r1.112.2.15 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.