aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/random
Commit message (Expand)AuthorAgeFilesLines
* Include nehemiah.c only on i386, as is done for the non-modulesMarcel Moolenaar2004-04-111-0/+2
* Reorganise the entropy device so that high-yield entropy sourcesMark Murray2004-04-091-1/+3
* Upgrade the random device to use a "real" hash instead of buildingMark Murray2002-07-151-1/+2
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
* The /dev/random driver used Rijndael, not Blowfish, now.Mark Murray2001-03-101-2/+2
* Clean up Makefile, and remove the last vestiges of NOBLOCKRANDOM.Mark Murray2001-01-151-14/+2
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-8/+10
* Default the /dev/random loadable module to blocking-on-bootup,Mark Murray2000-12-021-1/+4
* As the blocking model has seems to be troublesome for many, disableMark Murray2000-10-271-1/+10
* After some complaints about the dir names, the random device isMark Murray2000-10-141-1/+2
* Large upgrade to the entropy device; mainly inspired by feedbackMark Murray2000-09-101-2/+2
* Add entropy gathering code. This will work whether the module isMark Murray2000-07-071-2/+0
* Better style(9) for the module build.Mark Murray2000-06-261-1/+1
* Build the entropy device (/dev/random) as a module. This may notMark Murray2000-06-251-0/+13