summaryrefslogtreecommitdiffstats
path: root/sys/dev/rndvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add arc4random_bytes. input ok mickey@tedu2003-11-031-1/+2
* kill the caluses three and four on some of my codemickey2003-06-021-7/+1
* kill unused arc4random_8() APIderaadt2002-05-271-2/+1
* First round of __P removal in sysmillert2002-03-141-5/+5
* new type for video i/o entropymickey2001-09-221-1/+3
* better has when adding entropy to the pool.mickey2000-04-131-3/+3
* add support for more random sources.mickey2000-04-101-29/+38
* faster log2, more stats, lazy random stirring, more stats, less debug, help and ok from provos@mickey2000-03-191-17/+21
* fix the typesderaadt1997-06-281-17/+17
* more accounting!mickey1997-06-241-1/+4
* wasn't a race after all. properly initialize event_q pointers so theflipk1997-06-221-1/+21
* revert, there's a nasty race condition here.flipk1997-06-211-21/+1
* count slow queue low entropy dropsmickey1997-06-171-1/+2
* split the treatment of the random eventsmickey1997-06-141-1/+20
* Remove lots of timer_state structs as they just ate memory and only a few wasniklas1997-01-051-3/+3
* cleanup and sync w/ latest Linux source.mickey1996-09-061-2/+2
* Increased entropy through decreased typos.dm1996-08-111-1/+4
* Supply randomness source for the rnd device.mickey1996-04-241-2/+2
* The random data source driver itself.mickey1996-03-291-0/+58