Subject: CVS commit: [netbsd-3] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/13/2005 13:55:27
Module Name:	src
Committed By:	tron
Date:		Sun Nov 13 13:55:27 UTC 2005

Modified Files:
	src/sys/kern [netbsd-3]: kern_sig.c

Log Message:
Pull up following revision(s) (requested by chs in ticket #954):
	sys/kern/kern_sig.c: revision 1.211
in kpsignal2(), do not try to wake up a cached LWP for SA processes
in the case where we're sending SIGKILL but all LWPs are not signalable.
some LWP will wake up soon enough to process the signal, and there may
not be any LWPs in the cache to wake up anyway.  fixes PR 28886 and PR 26771.
also, add a missing "break" pointed out by yamt.


To generate a diff of this commit:
cvs rdiff -r1.202.2.1 -r1.202.2.2 src/sys/kern/kern_sig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.