summaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev_soft.c
Commit message (Expand)AuthorAgeFilesLines
* Merge randomdev_soft.c:1.5, 1.6, 1.7 from HEAD to RELENG_5:Robert Watson2004-11-291-58/+52
* MFC: Don't adjust the random device kthread's priority to PUSER whenJohn Baldwin2004-11-241-2/+4
* Perform a lockless read to test whether an entropy havesting fifo isRobert Watson2004-08-111-0/+4
* Start the entropy device insecure/unblocked. I'll be handing overMark Murray2004-07-181-2/+2
* Default to harvesting everything. This is to help give a fasterMark Murray2004-04-161-3/+3
* Reorganise the entropy device so that high-yield entropy sourcesMark Murray2004-04-091-0/+369