aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/random_harvestq.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ubsec(4).John Baldwin2020-05-111-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (18 of many)Pawel Biernacki2020-02-271-6/+10
* vmgenid(4): Integrate as a random(4) sourceConrad Meyer2020-01-011-0/+1
* random(4): Make entropy source deregistration safeConrad Meyer2019-12-301-10/+50
* random(4): Simplify RANDOM_LOADABLEConrad Meyer2019-12-261-23/+2
* random(4): De-export random_sources listConrad Meyer2019-11-221-0/+8
* random(4): Use ordinary sysctl definitionsConrad Meyer2019-11-221-23/+11
* random(4): Abstract loader entropy injectionConrad Meyer2019-11-221-30/+59
* random(4): Reorder configuration of random source modulesConrad Meyer2019-08-181-1/+57
* random(4): deduplicate explicit_bzero() in harvestConrad Meyer2019-05-231-2/+1
* random(4): Don't complain noisily when an entropy source is slowConrad Meyer2019-05-081-7/+11
* random(4): Block read_random(9) on initial seedingConrad Meyer2019-04-151-5/+0
* Allow using TPM as entropy source.Marcin Wojtas2019-03-231-0/+1
* random(4): Match enabled sources mask to build optionsConrad Meyer2018-10-271-3/+22
* random(4): Correct a bare zero to the appropriate enumConrad Meyer2018-10-201-1/+2
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-13/+8
* Limit the amount of "fast" entropy. We don't need nearly as muchMark Murray2018-08-241-1/+9
* random: Add PowerPC 'darn' instruction entropy sourceJustin Hibbits2018-08-171-0/+1
* Reduce overhead of entropy collectionMatt Macy2018-05-311-24/+19
* random(4): Add CCP random source definitionsConrad Meyer2018-01-161-0/+1
* random(4): Gather entropy from Pure sourcesConrad Meyer2017-10-071-7/+49
* random(4): Add missing source descriptionsConrad Meyer2017-10-071-20/+22
* Replace the RC4 algorithm for generating in-kernel secure randomMark Murray2017-04-161-1/+10
* Don't start the random harvester process until timers are working.John Baldwin2016-03-281-1/+2
* Fix printf-like formats for KASSERT.Mark Murray2015-10-051-1/+1
* It appears that under some circumstances, like virtualisiation, theMark Murray2015-10-051-1/+10
* Make the UMA harvesting go away completely if not wanted. Default to "not wan...Mark Murray2015-08-221-2/+2
* Add DEV_RANDOM pseudo-option and use it to "include out" random(4)Mark Murray2015-08-171-5/+68
* * Address review (and add a bit myself).Mark Murray2015-07-121-18/+21
* Huge cleanup of random(4) code.Mark Murray2015-06-301-190/+219
* This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray2014-10-301-182/+242
* Merge from project branch. Uninteresting commits are trimmed.Mark Murray2013-10-121-67/+138
|\
| * Add a RANDOM_RWFILE option and hide the entropy cache code behind it.Dag-Erling Smørgrav2013-10-091-4/+11
| * Sigh. I can't even get a single #ifdef right. Who's got the hat?Mark Murray2013-10-091-1/+1
| * Wrap some policy-rich code in 'if NOTYET' until we can thresh out what it rea...Mark Murray2013-10-091-0/+2
| * comment nitDag-Erling Smørgrav2013-10-091-1/+1
| * Fix some just-noticed problems:Mark Murray2013-10-081-0/+1
| * Debugging. My attempt at EVENTHANDLER(multiuser) was a failure; use EVENTHAND...Mark Murray2013-10-081-14/+24
| * Snapshot.Mark Murray2013-10-061-0/+57
| * Debug run. This now works, except that the "live" sources haven'tMark Murray2013-10-061-1/+1
| * SNAPSHOT.Mark Murray2013-10-061-61/+47
| * Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-14/+22
|/
* Separate out the Software RNG entropy harvesting queue and thread into its ow...Mark Murray2013-08-301-0/+251