Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: jym
Date: Thu Oct 8 21:54:45 UTC 2009
Modified Files:
src/share/man/man9: Makefile pool_cache.9
src/sys/kern: subr_pool.c
src/sys/sys: pool.h
Log Message:
Add pool_cache_invalidate_local() to the pool_cache(9) API, to permit
per-CPU objects invalidation when cached in the pool cache.
See http://mail-index.netbsd.org/tech-kern/2009/10/05/msg006206.html .
Reviewed by bouyer@. Thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 src/share/man/man9/Makefile
cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/pool_cache.9
cvs rdiff -u -r1.174 -r1.175 src/sys/kern/subr_pool.c
cvs rdiff -u -r1.65 -r1.66 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