1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys/dev/random
Peter Wemm 93d88e0056 Attempt to fix the random read blocking. The old code slept at
priority "0" and without PCATCH, so it was uninterruptable.  And
even when it did wake up after entropy arrived, it exited after the
wakeup without actually reading the freshly arrived entropy.  I
sent this to Mark before but it seems he is in transit.
Mark: feel free to replace this if it gets in your way.
2000-10-18 10:39:18 +00:00
..
harvest.c After some complaints about the dir names, the random device is 2000-10-14 10:59:56 +00:00
hash.c After some complaints about the dir names, the random device is 2000-10-14 10:59:56 +00:00
hash.h Large upgrade to the entropy device; mainly inspired by feedback 2000-09-10 13:52:19 +00:00
randomdev.c Attempt to fix the random read blocking. The old code slept at 2000-10-18 10:39:18 +00:00
yarrow.c After some complaints about the dir names, the random device is 2000-10-14 10:59:56 +00:00
yarrow.h After some complaints about the dir names, the random device is 2000-10-14 10:59:56 +00:00