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:   thorpej
Date:           Tue Dec 21 18:59:23 UTC 2021

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/share/man/man9: Makefile pool_cache.9
        src/sys/kern: subr_pool.c
        src/sys/sys: param.h pool.h

Log Message:
Add pool_cache_setpredestruct(), which allows a pool cache to specify
a function to be called before the destructor for a batch of one or more
objects is called.  This can be used as a synchronization point by
subsystems that rely on the type-stable nature of pool cache objects or
subsystems that use other forms of passive serialization.


To generate a diff of this commit:
cvs rdiff -u -r1.2399 -r1.2400 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.458 -r1.459 src/share/man/man9/Makefile
cvs rdiff -u -r1.22 -r1.23 src/share/man/man9/pool_cache.9
cvs rdiff -u -r1.277 -r1.278 src/sys/kern/subr_pool.c
cvs rdiff -u -r1.705 -r1.706 src/sys/sys/param.h
cvs rdiff -u -r1.94 -r1.95 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