Module Name: src Committed By: simonb Date: Sat Jul 16 10:20:21 UTC 2022
Modified Files: src/sys/kern: subr_pool.c Log Message: Use 64-bit math to calculate pool sizes. Fixes overflow errors for pools larger than 4GB and gives the correct output for kernel pool pages in "vmstat -s" output. To generate a diff of this commit: cvs rdiff -u -r1.284 -r1.285 src/sys/kern/subr_pool.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.