aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev.h
Commit message (Expand)AuthorAgeFilesLines
* random(4): Simplify RANDOM_LOADABLEConrad Meyer2019-12-261-16/+6
* random(4): De-export random_sources listConrad Meyer2019-11-221-8/+0
* random(4): Remove unused definitionsConrad Meyer2019-11-221-3/+0
* random(4): Generalize algorithm-independent APIsConrad Meyer2019-06-171-1/+1
* random(4): Restore availability tradeoff prior to r346250Conrad Meyer2019-04-181-0/+6
* random(4): Add is_random_seeded(9) KPIConrad Meyer2019-04-161-1/+2
* random(4): Block read_random(9) on initial seedingConrad Meyer2019-04-151-1/+1
* Add DEV_RANDOM pseudo-option and use it to "include out" random(4)Mark Murray2015-08-171-15/+23
* * Address review (and add a bit myself).Mark Murray2015-07-121-2/+10
* Huge cleanup of random(4) code.Mark Murray2015-06-301-20/+66
* When the new random adaptor code was brought it in r273872, a call toJohn-Mark Gurney2015-02-171-2/+2
* This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray2014-10-301-23/+28
* Fix a problem where the priority order of yarrow,dummy can get reversedMark Murray2013-10-121-0/+1
* Add missing include guards and move the existing ones out of theDag-Erling Smørgrav2013-10-091-0/+5
* Fix some just-noticed problems:Mark Murray2013-10-081-2/+0
* SNAPSHOT.Mark Murray2013-10-061-0/+2
* Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-6/+6
* 1) example (partially humorous random_adaptor, that I call "EXAMPLE")Mark Murray2013-08-241-0/+1
* * Add random_adaptors.[ch] which is basically a store of random_adaptor's.David E. O'Brien2013-08-091-4/+2
* Back out r253779 & r253786.David E. O'Brien2013-07-311-2/+4
* Decouple yarrow from random(4) device.David E. O'Brien2013-07-291-4/+2
* Refactor random_systat to be a *random_systat. This avoids unnecessaryDavid E. O'Brien2013-07-091-2/+2
* Remove GIANT from device random.Paul Saab2005-12-201-0/+4
* Attempts to make this device Giant-free were ill-conceived asMark Murray2004-04-161-1/+0
* Reorganise the entropy device so that high-yield entropy sourcesMark Murray2004-04-091-52/+20
* Overhaul the entropy device:Mark Murray2003-11-171-1/+4
* Massive lint-inspired cleanup.Mark Murray2002-03-031-6/+6
* Fix a minor buglet/typo here that gcc3 complains about.Peter Wemm2001-09-101-1/+1
* Very large makeover of the /dev/random driver.Mark Murray2001-03-101-0/+83