summaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev_soft.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:Mark Murray2013-10-131-0/+2
* Merge from project branch via main. Uninteresting commits are trimmed.Mark Murray2013-10-121-49/+39
* Fix the build; Certain linkable symbols need to always be present.Mark Murray2013-09-071-2/+2
* Separate out the Software RNG entropy harvesting queue and thread into its ow...Mark Murray2013-08-301-197/+4
* Remove the short-lived namei experiment.Mark Murray2013-08-261-5/+0
* Snapshot of current work;Mark Murray2013-08-261-49/+107
* * Add random_adaptors.[ch] which is basically a store of random_adaptor's.David E. O'Brien2013-08-091-19/+44
* Back out r253779 & r253786.David E. O'Brien2013-07-311-43/+19
* Decouple yarrow from random(4) device.David E. O'Brien2013-07-291-19/+43
* Refactor random_systat to be a *random_systat. This avoids unnecessaryDavid E. O'Brien2013-07-091-9/+9
* Attempt to mitigate poor initialization of arc4 by one-shotAndrey A. Chernov2013-04-191-0/+2
* MFcalloutng (r236314 by mav):Davide Italiano2013-03-041-3/+4
* Correct a typo introduced in r153575, which gives inverted logic whenXin LI2013-02-261-1/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* There is rubbish hereMark Murray2009-05-251-10/+7
* Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns.Colin Percival2008-11-241-3/+23
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-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