Module Name: src Committed By: maxv Date: Sun Mar 17 19:57:55 UTC 2019
Modified Files: src/sys/kern: subr_pool.c src/sys/sys: pool.h Log Message: Introduce a new flag, PR_USEBMAP, that indicates whether the pool uses a bitmap to manage freed items. It dissociates PR_NOTOUCH from bitmaps, but for now is set only when PR_NOTOUCH is set, which reproduces the current behavior. Therefore, no functional change. Also clarify the code. To generate a diff of this commit: cvs rdiff -u -r1.241 -r1.242 src/sys/kern/subr_pool.c cvs rdiff -u -r1.84 -r1.85 src/sys/sys/pool.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.