aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/yarrow.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* Reorganise the entropy device so that high-yield entropy sourcesMark Murray2004-04-091-1/+1
* Staticise the random_state array.Mike Smith2002-01-101-2/+0
* Very large makeover of the /dev/random driver.Mark Murray2001-03-101-28/+8
* Make a big improvement to entropy-harvesting speed by not having anyMark Murray2001-02-111-0/+4
* Remove NOBLOCKRANDOM as a compile-time option. Instead, provideMark Murray2001-01-141-1/+1
* Major speedup to /dev/random and the kernel thread that reseeds it.Mark Murray2000-12-021-1/+1
* Greatly improve the boot-up unblocking time of the entropy device.Mark Murray2000-11-251-0/+2
* More comment changing. Keep documentation in one place.Mark Murray2000-11-251-4/+2
* Correct a comment. This represents a very minor policy change of myMark Murray2000-11-251-2/+0
* Stop explicitly using nanotime(9) and use the new get_cyclecounter(9)Mark Murray2000-11-251-1/+1
* After some complaints about the dir names, the random device isMark Murray2000-10-141-3/+7
* Move the prototypes for random_set_wakeup* from yarrow.c to yarrow.h so thatJohn Baldwin2000-09-111-0/+2
* Large upgrade to the entropy device; mainly inspired by feedbackMark Murray2000-09-101-10/+3
* o Fix a horrible bug where small reads (< 8 bytes) would return theMark Murray2000-07-251-2/+2
* Clean this up with some BDE-inspired fixes.Mark Murray2000-07-231-7/+10
* Yarrow tweaks; separate the fast and slow reseed tasks so that they don'tMark Murray2000-07-091-1/+1
* Add entropy gathering code. This will work whether the module isMark Murray2000-07-071-10/+45
* New machine-independant /dev/random driver.Mark Murray2000-06-251-0/+42