Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add arc4random_bytes. input ok mickey@ | 2003-11-03 | 1 | -1/+2 | |
| | |||||
* | kill the caluses three and four on some of my code | 2003-06-02 | 1 | -7/+1 | |
| | |||||
* | kill unused arc4random_8() API | 2002-05-27 | 1 | -2/+1 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -5/+5 | |
| | |||||
* | new type for video i/o entropy | 2001-09-22 | 1 | -1/+3 | |
| | |||||
* | better has when adding entropy to the pool. | 2000-04-13 | 1 | -3/+3 | |
| | | | | bigger pool (4k). | ||||
* | add support for more random sources. | 2000-04-10 | 1 | -29/+38 | |
| | | | | | | make it easy to add more in the future. make extract_entropy() faster. more accurate stats. | ||||
* | faster log2, more stats, lazy random stirring, more stats, less debug, help and ok from provos@ | 2000-03-19 | 1 | -17/+21 | |
| | |||||
* | fix the types | 1997-06-28 | 1 | -17/+17 | |
| | |||||
* | more accounting! | 1997-06-24 | 1 | -1/+4 | |
| | |||||
* | wasn't a race after all. properly initialize event_q pointers so the | 1997-06-22 | 1 | -1/+21 | |
| | | | | last one doesn't point off the end. | ||||
* | revert, there's a nasty race condition here. | 1997-06-21 | 1 | -21/+1 | |
| | |||||
* | count slow queue low entropy drops | 1997-06-17 | 1 | -1/+2 | |
| | | | | | bigger queue use queue overflows for arc4_stir() | ||||
* | split the treatment of the random events | 1997-06-14 | 1 | -1/+20 | |
| | | | | | | | | event_q by flipk@ spl fix by deraadt@ gother statistics about whole processing use 'sysctl kern.random' to view what had happened also fix wrong vm.psstrings description | ||||
* | Remove lots of timer_state structs as they just ate memory and only a few was | 1997-01-05 | 1 | -3/+3 | |
| | | | | | | | ever used. Now a single state is kept for net, tty and disk events resp. Also, call the randomness from disk_unbusy instead of biodone, as biodone gets a lot of virtual events (from virtual filesystems etc), and as a bonus: feed xfer time and size into the entropy pool too. | ||||
* | cleanup and sync w/ latest Linux source. | 1996-09-06 | 1 | -2/+2 | |
| | | | | | | remove keyboard randomness entry point. make Free ppl happy, remove suspicious piece. missed: SHA neede in libkern, why not to put aRC4 there too? | ||||
* | Increased entropy through decreased typos. | 1996-08-11 | 1 | -1/+4 | |
| | |||||
* | Supply randomness source for the rnd device. | 1996-04-24 | 1 | -2/+2 | |
| | |||||
* | The random data source driver itself. | 1996-03-29 | 1 | -0/+58 | |
Initial commit. |