freebsd-dev/sys/dev/random
Mark Murray b9887f5053 Fix some just-noticed problems:
o Allow this to work with "nodevice random" by fixing where the MALLOC pool is defined.

o Fix the explicit reseed code. This was correct as submitted, but in the project branch doesn't need to set the "seeded" bit as this is done correctly in the "unblock" function.

o Remove some debug ifdeffing.

o Adjust comments.
2013-10-08 22:14:07 +00:00
..
dummy_rng.c SNAPSHOT. 2013-10-06 09:55:28 +00:00
harvest.c Snapshot. This passes the build test, but has not yet been finished or debugged. 2013-10-04 06:55:06 +00:00
hash.c Snapshot of current work; 2013-08-26 18:29:51 +00:00
hash.h Snapshot of current work; 2013-08-26 18:29:51 +00:00
ivy.c Fix some just-noticed problems: 2013-10-08 22:14:07 +00:00
live_entropy_sources.c Time to eat crow for me. 2013-10-08 18:48:11 +00:00
live_entropy_sources.h Snapshot. 2013-10-06 22:45:02 +00:00
nehemiah.c Fix some just-noticed problems: 2013-10-08 22:14:07 +00:00
random_adaptors.c Fix some just-noticed problems: 2013-10-08 22:14:07 +00:00
random_adaptors.h Fix some just-noticed problems: 2013-10-08 22:14:07 +00:00
random_harvestq.c Fix some just-noticed problems: 2013-10-08 22:14:07 +00:00
random_harvestq.h Debug run. This now works, except that the "live" sources haven't 2013-10-06 12:40:32 +00:00
randomdev_soft.c Add YARROW_RNG and FORTUNA_RNG to sys/conf/options. 2013-10-08 11:05:26 +00:00
randomdev_soft.h SNAPSHOT. 2013-10-06 09:55:28 +00:00
randomdev.c Fix some just-noticed problems: 2013-10-08 22:14:07 +00:00
randomdev.h Fix some just-noticed problems: 2013-10-08 22:14:07 +00:00
rwfile.c Debugging. My attempt at EVENTHANDLER(multiuser) was a failure; use EVENTHANDLER(mountroot) instead. 2013-10-08 06:54:52 +00:00
rwfile.h Debugging. My attempt at EVENTHANDLER(multiuser) was a failure; use EVENTHANDLER(mountroot) instead. 2013-10-08 06:54:52 +00:00
yarrow.c Add YARROW_RNG and FORTUNA_RNG to sys/conf/options. 2013-10-08 11:05:26 +00:00
yarrow.h Snapshot of current work; 2013-08-26 18:29:51 +00:00