summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/nehemiah.c
Commit message (Expand)AuthorAgeFilesLines
* Fix rdrand_rng.ko and padlock_rng.ko dependencies, making moduleskib2016-04-161-1/+1
* Add missing braces.glebius2016-02-171-1/+2
* Huge cleanup of random(4) code.markm2015-06-301-15/+8
* Fix random.ko module.kib2014-11-071-1/+1
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-301-19/+18
* Merge from project branch. Uninteresting commits are trimmed.markm2013-10-121-134/+57
|\
| * staticize struct random_hardware_sourcedes2013-10-091-1/+1
| * Fix some just-noticed problems:markm2013-10-081-2/+5
| * Don't use the "real" assembler mnemonics; older compilers may notmarkm2013-10-061-1/+1
| * SNAPSHOT.markm2013-10-061-1/+4
| * Snapshot. This passes the build test, but has not yet been finished or debugged.markm2013-10-041-133/+49
|/
* * Add random_adaptors.[ch] which is basically a store of random_adaptor's.obrien2013-08-091-5/+32
* Back out r253779 & r253786.obrien2013-07-311-35/+5
* Decouple yarrow from random(4) device.obrien2013-07-291-5/+35
* Add support for new Intel on-CPU Bull Mountain random numberkib2012-09-051-0/+6
* Add support for the extended FPU states on amd64, both for nativekib2012-01-211-3/+6
* Use the fpu_kern_enter() interface to properly separate usermode FPUkib2010-06-051-1/+11
* There is rubbish heremarkm2009-05-251-1/+1
* Remove GIANT from device random.ps2005-12-201-1/+15
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-2/+2
* Add a Davies-Meyer style hash to the output. This is still puremarkm2004-04-171-12/+124
* Reorganise the entropy device so that high-yield entropy sourcesmarkm2004-04-091-0/+66
OpenPOWER on IntegriCloud