git: kernel - Add sysctl kern.random

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Oct 17 15:18:39 PDT 2013


commit fb7355f6b7834a086d8f06f782cbbd7592b266aa
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Oct 17 15:15:08 2013 -0700

    kernel - Add sysctl kern.random
    
    * Add a sysctl kern.random which returns random data.  This can be used
      when /dev/random is not available (e.g. a chroot and no /dev mounted in
      the chroot).

Summary of changes:
 sys/kern/kern_nrandom.c | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fb7355f6b7834a086d8f06f782cbbd7592b266aa


-- 
DragonFly BSD source repository



More information about the Commits mailing list