1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/dev/random
Robert Watson b899bc84c5 (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
hash.h
nehemiah.c
nehemiah.h
probe.c
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
randomdev.c
randomdev.h
yarrow.c
yarrow.h