Module Name: src Committed By: riastradh Date: Sun Mar 20 13:44:18 UTC 2022
Modified Files: src/sys/kern: kern_entropy.c Log Message: entropy(9): Nix rnd_trylock_sources. This was a premature optimization that turned out to be bogus. It's not harmful to request more than we need from drivers, so let's not go out of our way to avoid that. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 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.