commit cf9961f7f4ec50a50716c84bb9b9a86cffe4caee
Author: Matthew Dillon <[email protected]>
Date: Tue Feb 25 14:44:49 2014 -0800
kernel - Change add_buffer_randomness() a little
* Move the securelevel and seedenable stuff to the /dev/random code,
remove it from add_buffer_randomness().
* Adjust GENERIC and X86_64_GENERIC to include the chip RNGs by default.
Summary of changes:
sys/config/GENERIC | 7 +++++++
sys/config/X86_64_GENERIC | 7 +++++++
sys/kern/kern_memio.c | 10 +++++++++-
sys/kern/kern_nrandom.c | 31 ++++++++++++-------------------
4 files changed, 35 insertions(+), 20 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cf9961f7f4ec50a50716c84bb9b9a86cffe4caee
--
DragonFly BSD source repository