Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 12/24/2007 16:45:16
Module Name:	src
Committed By:	ad
Date:		Mon Dec 24 16:45:16 UTC 2007

Modified Files:
	src/sys/sys: kmem.h pool.h

Log Message:
Make values of PR_WAITOK/PR_NOWAIT match KM_SLEEP/KM_NOSLEEP. This makes it
trivial to emulate most of Solaris' kmem_cache interface with a few macros.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/sys/kmem.h
cvs rdiff -r1.60 -r1.61 src/sys/sys/pool.h

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