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/01/2002 05:03:59
Module Name:	syssrc
Committed By:	nathanw
Date:		Thu Aug  1 02:03:59 UTC 2002

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

Log Message:
Remove an assertion that may not be true if a SA process is stopped
while active; replace it with a slightly more complicated assertion
elsewhere.

Make proc_unstop() return the idle LWP, if any, to get a stopped
process moving again.


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