aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev.c
Commit message (Expand)AuthorAgeFilesLines
...
* Large upgrade to the entropy device; mainly inspired by feedbackMark Murray2000-09-101-6/+18
* o Fix a horrible bug where small reads (< 8 bytes) would return theMark Murray2000-07-251-2/+12
* 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