Module Name: src Committed By: riastradh Date: Sat Jan 16 02:21:26 UTC 2021
Modified Files: src/sys/kern: kern_entropy.c Log Message: entropy: Record number of time and data samples for userland. This more or less follows the semantics of the RNDGETESTNUM and RNDGETESTNAME ioctls to restore useful `rndctl -lv' output. Specifically: We count the number of time or data samples entered with rnd_add_*. Previously it would count the total number of 32-bit words in the data, rather than the number of rnd_add_* calls that enter data, but I think the number of calls makes more sense here. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/kern/kern_entropy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.