aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/yarrow.h
Commit message (Expand)AuthorAgeFilesLines
* 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