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: 05/23/2002 22:09:28
Module Name:	syssrc
Committed By:	nathanw
Date:		Thu May 23 19:09:27 UTC 2002

Modified Files:
	syssrc/sys/kern [nathanw_sa]: kern_sig.c

Log Message:
Allow stop signals to act on processes whose LWPs are all sleeping
uninterruptably.

Suspend LWPs in a process dumping core, rather than simply clearing
the L_DETACHED flag; their trap frames, and therefore kernel stacks,
need to stick around until coredump() gets around to writing them out.


To generate a diff of this commit:
cvs rdiff -r1.112.2.15 -r1.112.2.16 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.