summaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev.h
AgeCommit message (Expand)Author
2025-09-08random: Allow pure entropy sources to provide a min-entropy estimateMark Johnston
2025-09-08random: Make the entropy source registration interface more uniformMark Johnston
2025-08-19random: Make random_source definitions constMark Johnston
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2019-12-26random(4): Simplify RANDOM_LOADABLEConrad Meyer
2019-11-22random(4): De-export random_sources listConrad Meyer
2019-11-22random(4): Remove unused definitionsConrad Meyer
2019-06-17random(4): Generalize algorithm-independent APIsConrad Meyer
2019-04-18random(4): Restore availability tradeoff prior to r346250Conrad Meyer
2019-04-16random(4): Add is_random_seeded(9) KPIConrad Meyer
2019-04-15random(4): Block read_random(9) on initial seedingConrad Meyer
2015-08-17Add DEV_RANDOM pseudo-option and use it to "include out" random(4)Mark Murray
2015-07-12* Address review (and add a bit myself).Mark Murray
2015-06-30Huge cleanup of random(4) code.Mark Murray
2015-02-17When the new random adaptor code was brought it in r273872, a call toJohn-Mark Gurney
2014-10-30This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray
2013-10-12Fix a problem where the priority order of yarrow,dummy can get reversedMark Murray
2013-10-09Add missing include guards and move the existing ones out of theDag-Erling Smørgrav
2013-10-08Fix some just-noticed problems:Mark Murray
2013-10-06SNAPSHOT.Mark Murray
2013-10-04Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray
2013-08-241) example (partially humorous random_adaptor, that I call "EXAMPLE")Mark Murray
2013-08-09* Add random_adaptors.[ch] which is basically a store of random_adaptor's.David E. O'Brien
2013-07-31Back out r253779 & r253786.David E. O'Brien
2013-07-29Decouple yarrow from random(4) device.David E. O'Brien
2013-07-09Refactor random_systat to be a *random_systat. This avoids unnecessaryDavid E. O'Brien
2005-12-20Remove GIANT from device random.Paul Saab
2004-04-16Attempts to make this device Giant-free were ill-conceived asMark Murray
2004-04-09Reorganise the entropy device so that high-yield entropy sourcesMark Murray
2003-11-17Overhaul the entropy device:Mark Murray
2002-03-03Massive lint-inspired cleanup.Mark Murray
2001-09-10Fix a minor buglet/typo here that gcc3 complains about.Peter Wemm
2001-03-10Very large makeover of the /dev/random driver.Mark Murray