summaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev_soft.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Don't save SYSCTL_ADD_*() results in a local variable just to throw themRobert Watson2007-05-281-15/+9
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-271-1/+1
* Change msleep() and tsleep() to not alter the calling thread's priorityJohn Baldwin2006-04-171-4/+2
* Remove GIANT from device random.Paul Saab2005-12-201-0/+42
* Revert to the more correct array size, and correct a KASSERT toMark Murray2005-03-291-2/+2
* Fix off-by-one (too little!) array size problem.Poul-Henning Kamp2005-03-181-1/+1
* Check O_NONBLOCK not IO_NDELAY.Poul-Henning Kamp2004-12-221-1/+0
* Don't change the priority to PUSER when sleeping, just keep the currentJohn Baldwin2004-11-051-2/+4
* (1) Move from O(n) list copies to O(1) list concatenation, which isRobert Watson2004-11-031-14/+11
* Assert that the entropy source category provided by a caller submittingRobert Watson2004-10-121-0/+6
* Modify entropy harvesting locking strategy:Robert Watson2004-10-091-50/+41
* 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