Module Name: src Committed By: riastradh Date: Wed Mar 16 23:56:33 UTC 2022
Modified Files: src/share/man/man9: cprng.9 src/sys/kern: subr_cprng.c Log Message: cprng(9): Forbid use in hard interrupt context. May need access to the global entropy pool (infrequently). This way the global entropy pool lock can be lowered to IPL_SOFTSERIAL too, with a little additional work. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/share/man/man9/cprng.9 cvs rdiff -u -r1.41 -r1.42 src/sys/kern/subr_cprng.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.