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

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

Log Message:
- Push kernel_lock back into exit, wait and sysctl system calls, mainly
  for visibility.
- Serialize calls to brk() from within the same process.
- Mark more syscalls MPSAFE.


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

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