Module Name: src Committed By: riastradh Date: Mon Mar 21 22:20:32 UTC 2022
Modified Files: src/sys/kern: subr_autoconf.c Log Message: autoconf(9): Enter more timing samples into entropy pool. Previously, we sampled the time of each _failed_ config_search. I'm not sure why -- there was no explanation in the comment or the commit message introducing this in rev. 1.230.2.1 on tls-earlyentropy. With this change, we sample the time of _every_ search including the successful ones -- and also measure the time to attach which often includes things like probing device registers, triggering device reset and waiting for it to post, &c. To generate a diff of this commit: cvs rdiff -u -r1.296 -r1.297 src/sys/kern/subr_autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.