freebsd-dev/sys/dev/randomdev
Mark Murray 4d0e6f79d6 Storing to a pointer is (effectively) atomic; no need to protect this
with splhigh(). However, the entropy-harvesting routine needs pretty
serious irq-protection, as it is called out of irq handlers etc.

Clues given by:	bde
2000-07-11 19:37:25 +00:00
..
harvest.c Storing to a pointer is (effectively) atomic; no need to protect this 2000-07-11 19:37:25 +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 Storing to a pointer is (effectively) atomic; no need to protect this 2000-07-11 19:37:25 +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