Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 08/07/2007 12:48:31
Module Name:	src
Committed By:	ad
Date:		Tue Aug  7 12:48:31 UTC 2007

Modified Files:
	src/sys/kern: syscalls.master

Log Message:
wait() can't yet be MPSAFE since it's impractical to hold proclist_mutex
across exit(), and so there is a short race against cv_wait_sig(). This
can be reverted when proclist_mutex/proclist_lock merge.


To generate a diff of this commit:
cvs rdiff -r1.173 -r1.174 src/sys/kern/syscalls.master

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