summaryrefslogtreecommitdiff
path: root/sys/dev/random/nehemiah.c
Commit message (Expand)AuthorAgeFilesLines
* random(4): Reorder configuration of random source modulesConrad Meyer2019-08-181-2/+8
* Remove unused error return from API that cannot failConrad Meyer2018-02-231-10/+7
* Fix rdrand_rng.ko and padlock_rng.ko dependencies, making modulesKonstantin Belousov2016-04-161-1/+1
* Add missing braces.Gleb Smirnoff2016-02-171-1/+2
* Huge cleanup of random(4) code.Mark Murray2015-06-301-15/+8
* Fix random.ko module.Konstantin Belousov2014-11-071-1/+1
* This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray2014-10-301-19/+18
* Merge from project branch. Uninteresting commits are trimmed.Mark Murray2013-10-121-134/+57
|\
| * staticize struct random_hardware_sourceDag-Erling Smørgrav2013-10-091-1/+1
| * Fix some just-noticed problems:Mark Murray2013-10-081-2/+5
| * Don't use the "real" assembler mnemonics; older compilers may notMark Murray2013-10-061-1/+1
| * SNAPSHOT.Mark Murray2013-10-061-1/+4
| * Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-133/+49
|/
* * Add random_adaptors.[ch] which is basically a store of random_adaptor's.David E. O'Brien2013-08-091-5/+32
* Back out r253779 & r253786.David E. O'Brien2013-07-311-35/+5
* Decouple yarrow from random(4) device.David E. O'Brien2013-07-291-5/+35
* Add support for new Intel on-CPU Bull Mountain random numberKonstantin Belousov2012-09-051-0/+6
* Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov2012-01-211-3/+6
* Use the fpu_kern_enter() interface to properly separate usermode FPUKonstantin Belousov2010-06-051-1/+11
* There is rubbish hereMark Murray2009-05-251-1/+1
* Remove GIANT from device random.Paul Saab2005-12-201-1/+15
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-2/+2
* Add a Davies-Meyer style hash to the output. This is still pureMark Murray2004-04-171-12/+124
* Reorganise the entropy device so that high-yield entropy sourcesMark Murray2004-04-091-0/+66