CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/06 08:41:51
Modified files:
sys/dev : rnd.c rndvar.h
Log message:
make all /dev/*random nodes respond; in fact, don't even worry about
the minor number at all. The chances of an application ignoring the
error on /dev/random are *greater* than the risk of an application
getting bad data from it.
ok dlg tedu kjell
