summaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev_soft.c
AgeCommit message (Expand)Author
2009-05-25There is rubbish hereMark Murray
2008-11-24Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns.Colin Percival
2007-10-20Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer
2007-05-28Don't save SYSCTL_ADD_*() results in a local variable just to throw themRobert Watson
2007-02-27Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin
2006-04-17Change msleep() and tsleep() to not alter the calling thread's priorityJohn Baldwin
2005-12-20Remove GIANT from device random.Paul Saab
2005-03-29Revert to the more correct array size, and correct a KASSERT toMark Murray
2005-03-18Fix off-by-one (too little!) array size problem.Poul-Henning Kamp
2004-12-22Check O_NONBLOCK not IO_NDELAY.Poul-Henning Kamp
2004-11-05Don't change the priority to PUSER when sleeping, just keep the currentJohn Baldwin
2004-11-03(1) Move from O(n) list copies to O(1) list concatenation, which isRobert Watson
2004-10-12Assert that the entropy source category provided by a caller submittingRobert Watson
2004-10-09Modify entropy harvesting locking strategy:Robert Watson
2004-08-11Perform a lockless read to test whether an entropy havesting fifo isRobert Watson
2004-07-18Start the entropy device insecure/unblocked. I'll be handing overMark Murray
2004-04-16Default to harvesting everything. This is to help give a fasterMark Murray
2004-04-09Reorganise the entropy device so that high-yield entropy sourcesMark Murray