Subject: CVS commit: [newlock2] src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 02/05/2007 13:20:19
Module Name:	src
Committed By:	ad
Date:		Mon Feb  5 13:20:19 UTC 2007

Modified Files:
	src/sys/kern [newlock2]: init_sysctl.c kern_prot.c
	src/sys/ufs/mfs [newlock2]: mfs_vfsops.c

Log Message:
- When clearing signals dequeue siginfo first and free later, once
  outside the lock permiter.
- Push kernel_lock back in a a couple of places.
- Adjust limcopy() to be MP safe (this needs redoing).
- Fix a couple of bugs noticed along the way.
- Catch up with condvar changes.


To generate a diff of this commit:
cvs rdiff -r1.81.4.10 -r1.81.4.11 src/sys/kern/init_sysctl.c
cvs rdiff -r1.93.4.4 -r1.93.4.5 src/sys/kern/kern_prot.c
cvs rdiff -r1.73.2.4 -r1.73.2.5 src/sys/ufs/mfs/mfs_vfsops.c

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