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: 07/17/2002 22:54:31
Module Name:	syssrc
Committed By:	nathanw
Date:		Wed Jul 17 19:54:31 UTC 2002

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

Log Message:
If a process reciving a signal is a SA process and has no running LWPs,
wake up the idle LWP to take the signal, rather than choosing the first
one sleeping interruptably. This prevents waking up threads whose user-level
signal mask may not include the signal being delivered.


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