Module Name: src Committed By: tls Date: Wed Sep 5 18:57:34 UTC 2012
Modified Files: src/sys/kern: kern_rndq.c subr_cprng.c src/sys/sys: rnd.h Log Message: Don't wait until the pool *fills* to rekey anything that was keyed with insufficient entropy at boot: key it as soon as it makes any request after we hit the minimum entropy threshold. This too should help avoid predictable output at boot time. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/kern/kern_rndq.c cvs rdiff -u -r1.9 -r1.10 src/sys/kern/subr_cprng.c cvs rdiff -u -r1.32 -r1.33 src/sys/sys/rnd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.