Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/09/1997 23:20:06
explorer
Thu Oct 9 16:13:15 PDT 1997
Update of /cvsroot/src/sys/dev
In directory netbsd1:/var/slash-tmp/cvs-serv25405/dev
Added Files:
rnd.c rndpool.c
Log Message:
Addition of /dev/random and in-kernel random value generation.
Over the next few days (thank goodness for long weekends) I'll be hunting
down device drivers and adding hooks to gather entropy from many devices,
and adding the conf.c changes to the various port's device structs to
define major numbers for /dev/random and /dev/urandom.
explorer
Thu Oct 9 16:13:17 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv25405/sys
Added Files:
rnd.h
Log Message:
Addition of /dev/random and in-kernel random value generation.
Over the next few days (thank goodness for long weekends) I'll be hunting
down device drivers and adding hooks to gather entropy from many devices,
and adding the conf.c changes to the various port's device structs to
define major numbers for /dev/random and /dev/urandom.
explorer
Thu Oct 9 16:17:40 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv27307
Modified Files:
init_main.c
Log Message:
add hooks to initialize the random driver
explorer
Thu Oct 9 16:19:29 PDT 1997
Update of /cvsroot/src/sys/conf
In directory netbsd1:/var/slash-tmp/cvs-serv27503
Modified Files:
files
Log Message:
define the 'options DEVRANDOM' thing, and which files to include to use it.