summaryrefslogtreecommitdiffstats
path: root/sys/dev/randomdev/randomdev.c
Commit message (Expand)AuthorAgeFilesLines
* Large upgrade to the entropy device; mainly inspired by feedbackmarkm2000-09-101-6/+18
* o Fix a horrible bug where small reads (< 8 bytes) would return themarkm2000-07-251-2/+12
* Add randomness write functionality. This does absolutely nothing formarkm2000-07-171-1/+1
* Fix bug with a vraiable that needs to be per-process, not static;markm2000-07-091-8/+12
* Add entropy gathering code. This will work whether the module ismarkm2000-07-071-31/+31
* Staticize a variable.markm2000-06-281-1/+1
* I am guilty of an act of ommission. There is no longer a /dev/urandommarkm2000-06-271-1/+6
* style(9) fixes from BDE.markm2000-06-261-1/+1
* Fix include for the non-module case.markm2000-06-251-1/+1
* New machine-independant /dev/random driver.markm2000-06-251-0/+145
OpenPOWER on IntegriCloud