summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/randomdev_soft.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns.cperciva2008-11-241-3/+23
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* Don't save SYSCTL_ADD_*() results in a local variable just to throw themrwatson2007-05-281-15/+9
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-1/+1
* Change msleep() and tsleep() to not alter the calling thread's priorityjhb2006-04-171-4/+2
* Remove GIANT from device random.ps2005-12-201-0/+42
* Revert to the more correct array size, and correct a KASSERT tomarkm2005-03-291-2/+2
* Fix off-by-one (too little!) array size problem.phk2005-03-181-1/+1
* 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