git: kernel - Change add_buffer_randomness() a little

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Feb 25 14:48:15 PST 2014


commit cf9961f7f4ec50a50716c84bb9b9a86cffe4caee
Author: Matthew Dillon <dillon at apollo.backplane.com>
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



More information about the Commits mailing list