freebsd-skq/sys/dev/random
markm d29c24343c Time to eat crow for me.
I replaced the sx_* locks that Arthur used with regular mutexes; this turned out the be the wrong thing to do as the locks need to be sleepable. Revert this folly.

Submitted by:	Arthur Mesh <arthurmesh@gmail.com> (In original diff)
2013-10-08 18:48:11 +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 Snapshot. 2013-10-06 22:45:02 +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 Don't use the "real" assembler mnemonics; older compilers may not 2013-10-06 12:35:29 +00:00
random_adaptors.c Add YARROW_RNG and FORTUNA_RNG to sys/conf/options. 2013-10-08 11:05:26 +00:00
random_adaptors.h Fix the build; Certain linkable symbols need to always be present. 2013-09-07 22:07:36 +00:00
random_harvestq.c Debugging. My attempt at EVENTHANDLER(multiuser) was a failure; use EVENTHANDLER(mountroot) instead. 2013-10-08 06:54:52 +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 SNAPSHOT. 2013-10-06 09:55:28 +00:00
randomdev.h SNAPSHOT. 2013-10-06 09:55:28 +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