Module Name: src Committed By: maxv Date: Sun May 10 06:30:57 UTC 2020
Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/x86/include: cpu_rng.h src/sys/arch/x86/x86: cpu_rng.c Log Message: Reintroduce cpu_rng_early_sample(), but this time with embedded detection for RDRAND/RDSEED, because TSC is not very strong. To generate a diff of this commit: cvs rdiff -u -r1.354 -r1.355 src/sys/arch/amd64/amd64/machdep.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/include/cpu_rng.h cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/x86/cpu_rng.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.