Subject: CVS commit: [vmlocking2] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 12/28/2007 14:28:06
Module Name:	src
Committed By:	ad
Date:		Fri Dec 28 14:28:06 UTC 2007

Modified Files:
	src/sys/kern [vmlocking2]: kern_exit.c

Log Message:
- do_sys_wait: acquire kernel_lock before proclist_lock to avoid the mutex
  deadlock detection stuff constantly kicking in and causing acquires of
  proclist_lock to block instead of spin.
- exit1: fix a use-after-free found by Coverity.


To generate a diff of this commit:
cvs rdiff -r1.194.2.3 -r1.194.2.4 src/sys/kern/kern_exit.c

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