Age | Commit message (Expand) | Author |
2011-01-08 | split randomattach into random_init() and random_start(), so that we | Theo de Raadt |
2011-01-07 | some minor improvements to rnd. | Ted Unangst |
2011-01-07 | substantial rewrite. put a very thin mutex at the entropy-collection | Theo de Raadt |
2011-01-06 | make all /dev/*random nodes respond; in fact, don't even worry about | Theo de Raadt |
2011-01-05 | mark unused fields in struct rndstats | Theo de Raadt |
2010-12-29 | kill RND_ARND_OLD, and decrease RND_NODEV to account for it; ok djm | Theo de Raadt |
2010-12-29 | Remove the get_random_bytes() API. | Theo de Raadt |
2008-10-10 | minor 3 was /dev/prandom, which used random(). make that use the | Theo de Raadt |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2008-03-02 | Add a arc4random_uniform() that returns a uniformly distributed number | Damien Miller |
2003-11-03 | add arc4random_bytes. input ok mickey@ | Ted Unangst |
2003-06-02 | kill the caluses three and four on some of my code | Michael Shalayeff |
2002-05-27 | kill unused arc4random_8() API | Theo de Raadt |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-09-22 | new type for video i/o entropy | Michael Shalayeff |
2000-04-13 | better has when adding entropy to the pool. | Michael Shalayeff |
2000-04-10 | add support for more random sources. | Michael Shalayeff |
2000-03-19 | faster log2, more stats, lazy random stirring, more stats, less debug, help a... | Michael Shalayeff |
1997-06-28 | fix the types | Theo de Raadt |
1997-06-24 | more accounting! | Michael Shalayeff |
1997-06-22 | wasn't a race after all. properly initialize event_q pointers so the | flipk |
1997-06-21 | revert, there's a nasty race condition here. | flipk |
1997-06-17 | count slow queue low entropy drops | Michael Shalayeff |
1997-06-14 | split the treatment of the random events | Michael Shalayeff |
1997-01-05 | Remove lots of timer_state structs as they just ate memory and only a few was | Niklas Hallqvist |
1996-09-06 | cleanup and sync w/ latest Linux source. | Michael Shalayeff |
1996-08-11 | Increased entropy through decreased typos. | dm |
1996-04-24 | Supply randomness source for the rnd device. | Michael Shalayeff |
1996-03-29 | The random data source driver itself. | Michael Shalayeff |