freebsd-dev/sys/dev/random
rwatson b40a00ae17 (1) Move from O(n) list copies to O(1) list concatenation, which is
supported for STAILQ via STAILQ_CONCAT().

(2) Maintain a count of the number of entries in the thread-local entropy
    fifo so that we can keep the other fifo counts in synch.

MFC after:	3 weeks
MFC with:	randomdev_soft.c revisions 1.5 and 1.6
Suggested by:   jhb (1)
2004-11-03 10:02:50 +00:00
..
harvest.c Annotate that get_cyclecount() can be expensive on some platforms, 2004-10-18 19:29:13 +00:00
hash.c Reorganise the entropy device so that high-yield entropy sources 2004-04-09 15:47:10 +00:00
hash.h Reorganise the entropy device so that high-yield entropy sources 2004-04-09 15:47:10 +00:00
nehemiah.c Add a Davies-Meyer style hash to the output. This is still pure 2004-04-17 19:26:53 +00:00
nehemiah.h Reorganise the entropy device so that high-yield entropy sources 2004-04-09 15:47:10 +00:00
probe.c Fix pc98 build. 2004-04-11 09:13:42 +00:00
randomdev_soft.c (1) Move from O(n) list copies to O(1) list concatenation, which is 2004-11-03 10:02:50 +00:00
randomdev_soft.h Reorganise the entropy device so that high-yield entropy sources 2004-04-09 15:47:10 +00:00
randomdev.c Add module versions. 2004-08-02 20:42:28 +00:00
randomdev.h Attempts to make this device Giant-free were ill-conceived as 2004-04-16 17:10:54 +00:00
yarrow.c Reorganise the entropy device so that high-yield entropy sources 2004-04-09 15:47:10 +00:00
yarrow.h Reorganise the entropy device so that high-yield entropy sources 2004-04-09 15:47:10 +00:00