Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/sys



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.




Home | Main Index | Thread Index | Old Index