summaryrefslogtreecommitdiff
path: root/sys/dev/rnd.c
AgeCommit message (Expand)Author
2000-07-02Take just the low-order 32 bits of cpu_counter() here.sommerfeld
2000-06-06Replace "timestamp" with "counter" in previous change, to avoid anysommerfeld
2000-06-05/dev/random code cleanups:sommerfeld
2000-05-19Add missing field in static initialization.thorpej
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-06-12Guard global `rnd_mempool' against interrupts.pk
1999-04-01don't allow /dev/random to be opened (return ENXIO) until there is at leastexplorer
1999-02-28don't collect or estimate on network devices by defaultexplorer
1999-02-28Cleanup (in preparation for using gzip to estimate entropy)explorer
1999-01-27KNF anality.mrg
1998-05-27Move RND_ENTROPY_THRESHOLD to sys/rnd.h. Use sha1 rather than md5, andexplorer
1997-10-20clean up the event queue more. Add volatile where needed.explorer
1997-10-20Clean up the timeout and queue code.explorer
1997-10-19o Remove most of the splhigh() protected regions, making themexplorer
1997-10-15clean up ioctl arguments.explorer
1997-10-13Update notice to indicate the the IDEAS were derived from Ted's code, not theexplorer
1997-10-13update copyright to include the CORRECT spelling of Ted Ts'o's nameexplorer
1997-10-13o Make usage of /dev/random dependant onexplorer
1997-10-12Don't be verbose by default.thorpej
1997-10-10For network devices, collect timing information and mix into the pool,explorer
1997-10-09Addition of /dev/random and in-kernel random value generation.explorer