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 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.
Home |
Main Index |
Thread Index |
Old Index