cvs commit: src/sys/kern kern_subr.c src/sys/sys systm.h
src/share/man/man9 Makefile hashinit.9
Randall Stewart
rrs at FreeBSD.org
Mon Jan 15 15:06:28 UTC 2007
rrs 2007-01-15 15:06:28 UTC
FreeBSD src repository
Modified files:
sys/kern kern_subr.c
sys/sys systm.h
share/man/man9 Makefile hashinit.9
Log:
Reviewed by: rwatson
Approved by: gnn
Add a new function hashinit_flags() which allows NOT-waiting
for memory (or waiting). The old hashinit() function now
calls hashinit_flags(..., HASH_WAITOK);
Revision Changes Path
1.288 +2 -1 src/share/man/man9/Makefile
1.3 +26 -2 src/share/man/man9/hashinit.9
1.100 +36 -6 src/sys/kern/kern_subr.c
1.248 +6 -1 src/sys/sys/systm.h
More information about the cvs-src
mailing list