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

Modified Files:
	src/sys/kern [newlock2]: kern_sig.c sys_sig.c
	src/sys/sys [newlock2]: lwp.h

Log Message:
o sigtimedwait1(): don't allocate the waitset every time. This gets
  called often enough to justify stashing it in struct lwp.
o Push kernel_lock back in a few places.


To generate a diff of this commit:
cvs rdiff -r1.228.2.13 -r1.228.2.14 src/sys/kern/kern_sig.c
cvs rdiff -r1.1.2.9 -r1.1.2.10 src/sys/kern/sys_sig.c
cvs rdiff -r1.41.4.12 -r1.41.4.13 src/sys/sys/lwp.h

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