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/10/2001 01:31:57
Module Name:	syssrc
Committed By:	nathanw
Date:		Mon Jul  9 22:31:56 UTC 2001

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

Log Message:
Prevent entering exit1() from multiple LWPs in a process.
Use setrunnable() instead of tweaking l_stat and calling setrunnable();
avoids the embarassment of having swapped-out LWPs on the run queue.


To generate a diff of this commit:
cvs rdiff -r1.89.2.2 -r1.89.2.3 syssrc/sys/kern/kern_exit.c

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