summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check O_NONBLOCK not IO_NDELAY.phk2004-12-222-3/+1
* Don't change the priority to PUSER when sleeping, just keep the currentjhb2004-11-051-2/+4
* (1) Move from O(n) list copies to O(1) list concatenation, which isrwatson2004-11-031-14/+11
* Annotate that get_cyclecount() can be expensive on some platforms,rwatson2004-10-181-0/+4
* Assert that the entropy source category provided by a caller submittingrwatson2004-10-121-0/+6
* Modify entropy harvesting locking strategy:rwatson2004-10-091-50/+41
* Perform a lockless read to test whether an entropy havesting fifo isrwatson2004-08-111-0/+4
* Add module versions.markm2004-08-021-0/+1
* Start the entropy device insecure/unblocked. I'll be handing overmarkm2004-07-182-5/+3
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+4
* Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-011-1/+3
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Add a Davies-Meyer style hash to the output. This is still puremarkm2004-04-171-12/+124
* More removal of the abortive locking code; malloc buffers whenmarkm2004-04-171-4/+12
* Attempts to make this device Giant-free were ill-conceived asmarkm2004-04-162-14/+9
* Default to harvesting everything. This is to help give a fastermarkm2004-04-162-4/+4
* Fix "sleeping without a mutex" panic.markm2004-04-121-3/+6
* Fix pc98 build.nyan2004-04-111-3/+3
* Reorganise the entropy device so that high-yield entropy sourcesmarkm2004-04-0912-422/+789
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-051-1/+0
* Device megapatch 4/6:phk2004-02-211-0/+2
* Correct the cleanup of the alias dev_t for /dev/urandom: being anphk2004-02-121-3/+1
* Fix a major faux pas of mine. I was causing 2 very bad things tomarkm2003-11-201-12/+56
OpenPOWER on IntegriCloud