aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/randomdev/randomdev.c
Commit message (Expand)AuthorAgeFilesLines
* Add randomness write functionality. This does absolutely nothing forMark Murray2000-07-171-1/+1
* Fix bug with a vraiable that needs to be per-process, not static;Mark Murray2000-07-091-8/+12
* Add entropy gathering code. This will work whether the module isMark Murray2000-07-071-31/+31
* Staticize a variable.Mark Murray2000-06-281-1/+1
* I am guilty of an act of ommission. There is no longer a /dev/urandomMark Murray2000-06-271-1/+6
* style(9) fixes from BDE.Mark Murray2000-06-261-1/+1
* Fix include for the non-module case.Mark Murray2000-06-251-1/+1
* New machine-independant /dev/random driver.Mark Murray2000-06-251-0/+145