freebsd-src/sys/dev/random
Brian Feldman 87a478de7b One should never allocate 4-kilobyte structs and such on the interrupt
stack.  It's bad for your machine's health.

Make the two huge structs in reseed() static to prevent crashes.  This
is the bug that people have been running into and panic()ing on for the
past few days.

Reviewed by:	phk
2000-07-11 06:47:38 +00:00
..
harvest.c Add entropy gathering code. This will work whether the module is 2000-07-07 09:03:59 +00:00
randomdev.c Fix bug with a vraiable that needs to be per-process, not static; 2000-07-09 11:49:07 +00:00
yarrow.c One should never allocate 4-kilobyte structs and such on the interrupt 2000-07-11 06:47:38 +00:00
yarrow.h Yarrow tweaks; separate the fast and slow reseed tasks so that they don't 2000-07-09 11:52:12 +00:00