freebsd-src/sys/dev/random
Alfred Perlstein 44956c9863 Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
2003-01-21 08:56:16 +00:00
..
harvest.c Fix really dumb braino of mine; cast a sizeof() to an int, which it is 2002-04-21 11:02:36 +00:00
hash.c No functional change. Fix comments and whitespace. 2002-09-21 21:40:02 +00:00
hash.h Upgrade the random device to use a "real" hash instead of building 2002-07-15 13:58:35 +00:00
randomdev.c Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. 2003-01-21 08:56:16 +00:00
randomdev.h Massive lint-inspired cleanup. 2002-03-03 19:44:22 +00:00
yarrow.c Fix a buffer overrun in /dev/random which, due to the nature of the 2002-12-12 17:38:45 +00:00
yarrow.h