summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/randomdev_soft.c
Commit message (Expand)AuthorAgeFilesLines
* Check O_NONBLOCK not IO_NDELAY.phk2004-12-221-1/+0
* Don't change the priority to PUSER when sleeping, just keep the currentjhb2004-11-051-2/+4
* (1) Move from O(n) list copies to O(1) list concatenation, which isrwatson2004-11-031-14/+11
* Assert that the entropy source category provided by a caller submittingrwatson2004-10-121-0/+6
* Modify entropy harvesting locking strategy:rwatson2004-10-091-50/+41
* Perform a lockless read to test whether an entropy havesting fifo isrwatson2004-08-111-0/+4
* Start the entropy device insecure/unblocked. I'll be handing overmarkm2004-07-181-2/+2
* Default to harvesting everything. This is to help give a fastermarkm2004-04-161-3/+3
* Reorganise the entropy device so that high-yield entropy sourcesmarkm2004-04-091-0/+369
OpenPOWER on IntegriCloud