freebsd-dev/sys/dev/random
Andrey A. Chernov 952b6153de Remove srandom():
1) It is already called in init_main.c:proc0_post()
2) It is called each time read_random_phony() called, because "initialized"
variable is never set to 1.

Approved by:    markm
2003-02-05 15:56:04 +00:00
..
harvest.c Remove srandom(): 2003-02-05 15:56:04 +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 Staticise the random_state array. 2002-01-10 00:09:21 +00:00