summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/10' into develLuiz Otavio O Souza2016-02-137-19/+54
|\
| * Adjust initialization of random(9) so it is usable earlier.jhb2016-02-107-19/+54
* | MFC r274340:Luiz Otavio O Souza2015-10-202-6/+6
|/
* MFC r267984:delphij2014-07-111-1/+1
* MFC r256670:kib2013-11-011-32/+25
* MFC:markm2013-10-134-7/+19
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-1219-501/+866
* 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
* Don't save SYSCTL_ADD_*() results in a local variable just to throw themrwatson2007-05-281-15/+9
* Rather than repeatedly setting and discarding local variable 'o' basedrwatson2007-05-271-9/+7
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Now even more style(9)ish.mr2006-07-131-1/+1
* Use the already stored VIA RNG probe informationmr2006-07-131-1/+1
* Use the already stored VIA RNG probe informationmr2006-07-121-13/+4
* Change msleep() and tsleep() to not alter the calling thread's priorityjhb2006-04-171-4/+2
* Remove GIANT from device random.ps2005-12-206-16/+69
* malloc.h relies on param.h for a definition of MAXCPU. I guess that there isscottl2005-05-301-0/+1
* Revert to the more correct array size, and correct a KASSERT tomarkm2005-03-291-2/+2
* Fix off-by-one (too little!) array size problem.phk2005-03-181-1/+1
* stop including rijndael-api-fst.h from rijndael.h.ume2005-03-112-2/+2
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-2/+2
* Check that we have at least a 586-class CPU before calling do_cpuid().iedowse2005-02-061-0/+3
OpenPOWER on IntegriCloud