summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/yarrow.h
Commit message (Expand)AuthorAgeFilesLines
* Huge cleanup of random(4) code.markm2015-06-301-11/+14
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-301-2/+9
* Add missing include guards and move the existing ones out of thedes2013-10-091-0/+5
* Snapshot of current work;markm2013-08-261-32/+5
* Reorganise the entropy device so that high-yield entropy sourcesmarkm2004-04-091-1/+1
* Staticise the random_state array.msmith2002-01-101-2/+0
* Very large makeover of the /dev/random driver.markm2001-03-101-28/+8
* Make a big improvement to entropy-harvesting speed by not having anymarkm2001-02-111-0/+4
* Remove NOBLOCKRANDOM as a compile-time option. Instead, providemarkm2001-01-141-1/+1
* Major speedup to /dev/random and the kernel thread that reseeds it.markm2000-12-021-1/+1
* Greatly improve the boot-up unblocking time of the entropy device.markm2000-11-251-0/+2
* More comment changing. Keep documentation in one place.markm2000-11-251-4/+2
* Correct a comment. This represents a very minor policy change of mymarkm2000-11-251-2/+0
* Stop explicitly using nanotime(9) and use the new get_cyclecounter(9)markm2000-11-251-1/+1
* After some complaints about the dir names, the random device ismarkm2000-10-141-3/+7
* Move the prototypes for random_set_wakeup* from yarrow.c to yarrow.h so thatjhb2000-09-111-0/+2
* Large upgrade to the entropy device; mainly inspired by feedbackmarkm2000-09-101-10/+3
* o Fix a horrible bug where small reads (< 8 bytes) would return themarkm2000-07-251-2/+2
* Clean this up with some BDE-inspired fixes.markm2000-07-231-7/+10
* Yarrow tweaks; separate the fast and slow reseed tasks so that they don'tmarkm2000-07-091-1/+1
* Add entropy gathering code. This will work whether the module ismarkm2000-07-071-10/+45
* New machine-independant /dev/random driver.markm2000-06-251-0/+42
OpenPOWER on IntegriCloud