Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-17 | advance through buffer, leftovers from singular version; from Henric ↵ | Michael Shalayeff | |
Jungheim <henric@aimnet.com> | |||
2000-10-22 | oops; deraadt@ ok | Michael Shalayeff | |
2000-10-20 | fix ioctls; pointed out by Pawel Krawczyk <http://ceti.pl/~kravietz/> | Michael Shalayeff | |
2000-08-21 | fix indentation from 1.41 addition | Jason Wright | |
2000-07-18 | do not call arc4_stir() on pool overflow. | Michael Shalayeff | |
calling it would hit perfomance in two evil ways, by delaying queue processing and hitting on arc4 quality. basic idea was expressed by dm@ some time ago when we were investigating poor arc4 quality. then, numbers showed how badly it hits on us. | |||
2000-06-18 | Support FIONBIO and FIOASYNC. FIOASYNC is more or less a no-op> | Todd C. Miller | |
2000-06-16 | undo latest problem. breaks the sparc. diff is too large, we are not ↵ | Theo de Raadt | |
debugging it for you | |||
2000-06-08 | replace linked lists for event queue with circular buffer, | Michael Shalayeff | |
which gives two advantages -- faster and smaller. do not arc4_stir on pool overflow, it takes too much time, instead just hash data in and keep entropy count trim. some minor cleanups here and there. fixes overdropping of entropy on non-idle system load. provos@ ok | |||
2000-04-18 | Double usage of random() in the pseudo device to avoid setting | Hugh Graham | |
every 32nd bit to zero in the output. Checked by mickey. | |||
2000-04-14 | this should fix the alpha; closes PR kernel/1189 | Michael Shalayeff | |
2000-04-13 | better has when adding entropy to the pool. | Michael Shalayeff | |
bigger pool (4k). | |||
2000-04-10 | add support for more random sources. | Michael Shalayeff | |
make it easy to add more in the future. make extract_entropy() faster. more accurate stats. | |||
2000-03-19 | faster log2, more stats, lazy random stirring, more stats, less debug, help ↵ | Michael Shalayeff | |
and ok from provos@ | |||
1999-09-28 | Set j = i after arc4random key schedule to be more like arc4 stream cipher; | Theo de Raadt | |
from conversations between various people | |||
1997-08-22 | nbits should probably actually be initialized. | Jason Downs | |
1997-06-28 | fix the types | Theo de Raadt | |
1997-06-24 | more accounting! | Michael Shalayeff | |
1997-06-22 | now where did that patch go? | flipk | |
1997-06-22 | wasn't a race after all. properly initialize event_q pointers so the | flipk | |
last one doesn't point off the end. | |||
1997-06-21 | revert, there's a nasty race condition here. | flipk | |
1997-06-20 | count properly (; | Michael Shalayeff | |
1997-06-18 | s/u_char/u_int8_t/g, where reasonable | Michael Shalayeff | |
s/\(static.*arc4_[^(]+(\)[^,)]+\([^)]*)\)/\1\2/g less cpu load, just in case | |||
1997-06-17 | count slow queue low entropy drops | Michael Shalayeff | |
bigger queue use queue overflows for arc4_stir() | |||
1997-06-14 | split the treatment of the random events | Michael Shalayeff | |
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 | |||
1997-06-12 | little faster, smaller, safer | Michael Shalayeff | |
1997-06-12 | back out recent changes.... | Michael Shalayeff | |
1997-06-11 | oops, clean debug flags | Michael Shalayeff | |
1997-06-10 | do the job out of the calling function's spl | Michael Shalayeff | |
1997-03-30 | no more 2(two) md5 libs in kernel! | Michael Shalayeff | |
tested for rnd(4).... should work for ip too, since it's the copy of ip_md*. use sys/md5k.h for protos.... std iface forever! hurray! | |||
1997-02-04 | Make sure arc4random gets initialized eventually. | dm | |
1997-01-15 | moved init of ret in randomioctl() to better location | kstailey | |
1997-01-15 | prevent this warning: | kstailey | |
rnd.c:823: warning: `ret' might be used uninitialized in this function when compiling with -Wall | |||
1997-01-05 | Remove lots of timer_state structs as they just ate memory and only a few was | Niklas Hallqvist | |
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. | |||
1997-01-01 | don't count on MFS in add_blkdev_randomness | Michael Shalayeff | |
1996-12-28 | Fix prerequisite test, still need to check why NODEV bufs comes here. | Niklas Hallqvist | |
1996-10-19 | random device is permanent now. | Michael Shalayeff | |
1996-10-18 | -Wall happieness | Michael Shalayeff | |
1996-09-29 | Short comment describing the origin of arc4. | dm | |
1996-09-06 | cleanup and sync w/ latest Linux source. | Michael Shalayeff | |
remove keyboard randomness entry point. make Free ppl happy, remove suspicious piece. missed: SHA neede in libkern, why not to put aRC4 there too? | |||
1996-08-29 | rnd -> random | Theo de Raadt | |
1996-08-11 | Increased entropy through decreased typos. | dm | |
1996-08-11 | Added arc4random and /dev/arnd. | dm | |
1996-08-10 | indent nicely | Theo de Raadt | |
1996-04-24 | Supply randomness source for the rnd device. | Michael Shalayeff | |
1996-04-17 | Update w/ the fact of MD5 presence in the libkern.a | Michael Shalayeff | |
1996-03-29 | The random data source driver itself. | Michael Shalayeff | |
Initial commit. |