Module Name: src Committed By: martin Date: Mon Jul 31 15:57:43 UTC 2023
Modified Files: src/sbin/rndctl [netbsd-10]: rndctl.c src/sys/kern [netbsd-10]: kern_entropy.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #273): sys/kern/kern_entropy.c: revision 1.59 sbin/rndctl/rndctl.c: revision 1.41 entropy(9): Allow changing flags on all entropy sources at once. Entropy sources should all have nonempty names, and this will enable an operator to, for example, disable all but a specific entropy source. rndctl(8): Take omitted name/type as empty device name. This can now be used to change flags for all sources at once. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.40.6.1 src/sbin/rndctl/rndctl.c cvs rdiff -u -r1.57.4.1 -r1.57.4.2 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.