summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
Commit message (Expand)AuthorAgeFilesLines
* Convert the random entropy harvesting code to use a const void * pointeradrian2013-11-011-1/+1
* Utilize the stronger guarantees on the call arguments from thekib2013-10-171-32/+25
* There is an issue (not seen in our testing) where "yarrow" andmarkm2013-10-134-7/+19
* Merge from project branch. Uninteresting commits are trimmed.markm2013-10-1219-501/+866
|\
| * Add a RANDOM_RWFILE option and hide the entropy cache code behind it.des2013-10-094-19/+36
| * Sigh. I can't even get a single #ifdef right. Who's got the hat?markm2013-10-091-1/+1
| * staticize struct random_hardware_sourcedes2013-10-092-2/+2
| * Wrap some policy-rich code in 'if NOTYET' until we can thresh out what it rea...markm2013-10-091-0/+2
| * Re-add /dev/urandom for compatibility purposes.des2013-10-091-0/+1
| * comment nitdes2013-10-091-1/+1
| * Add missing include guards and move the existing ones out of thedes2013-10-098-9/+34
| * Fix some just-noticed problems:markm2013-10-087-24/+11
| * MFC - tracking commit.markm2013-10-081-2/+2
| * Time to eat crow for me.markm2013-10-081-13/+12
| * Add YARROW_RNG and FORTUNA_RNG to sys/conf/options.des2013-10-083-0/+33
| * Debugging. My attempt at EVENTHANDLER(multiuser) was a failure; use EVENTHAND...markm2013-10-083-21/+30
| * Snapshot.markm2013-10-067-13/+221
| * Debug run. This now works, except that the "live" sources haven'tmarkm2013-10-064-17/+14
| * Don't use the "real" assembler mnemonics; older compilers may notmarkm2013-10-062-3/+3
| * SNAPSHOT.markm2013-10-0612-98/+109
| * Snapshot. This passes the build test, but has not yet been finished or debugged.markm2013-10-0414-420/+493
| * MFC - tracking update.markm2013-10-024-12/+8
| |\
* | | Now our binutils's assembler supports the Intel Random Number Generatordim2013-10-081-2/+2
| |/ |/|
* | Fix verbose output line; needs <NL>markm2013-09-081-1/+1
* | Fix the build; Certain linkable symbols need to always be present.markm2013-09-076-19/+13
|/
* Remove short-lived idea; thread to harvest (eg) RDRAND enropy into the usual ...markm2013-08-302-73/+0
* Separate out the Software RNG entropy harvesting queue and thread into its ow...markm2013-08-303-197/+296
* Remove the short-lived namei experiment.markm2013-08-261-5/+0
* Snapshot of current work;markm2013-08-267-193/+253
* 1) example (partially humorous random_adaptor, that I call "EXAMPLE")markm2013-08-246-72/+351
* * Add random_adaptors.[ch] which is basically a store of random_adaptor's.obrien2013-08-0910-107/+392
* Back out r253779 & r253786.obrien2013-07-3110-399/+107
* Decouple yarrow from random(4) device.obrien2013-07-292-0/+207
* Decouple yarrow from random(4) device.obrien2013-07-298-107/+192
* Refactor random_systat to be a *random_systat. This avoids unnecessaryobrien2013-07-094-27/+27
* Attempt to mitigate poor initialization of arc4 by one-shotache2013-04-191-0/+2
* MFcalloutng (r236314 by mav):davide2013-03-041-3/+4
* Correct a typo introduced in r153575, which gives inverted logic whendelphij2013-02-261-1/+1
* Rename the IVY_RNG option to RDRAND_RNG.kib2012-09-132-3/+3
* Add support for new Intel on-CPU Bull Mountain random numberkib2012-09-054-32/+156
* Add support for the extended FPU states on amd64, both for nativekib2012-01-211-3/+6
* Generate a warning if the kernel's arc4random() is seeded with bogus entropy.das2012-01-161-0/+8
* Enable hardware RNG for VIA Nano processors.jkim2012-01-091-2/+2
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Finish r210923, 210926. Mark some devices as eternal.kib2011-01-041-2/+2
* Use the fpu_kern_enter() interface to properly separate usermode FPUkib2010-06-051-1/+11
* There is rubbish heremarkm2009-05-252-11/+8
* Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns.cperciva2008-11-242-3/+24
* Correct a random value disclosure in random(4).simon2007-11-291-0/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-202-3/+3
OpenPOWER on IntegriCloud