summaryrefslogtreecommitdiff
path: root/sys/dev/random/unit_test.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2018-08-26Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray
2015-12-27Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude
2015-08-22Make the UMA harvesting go away completely if not wanted. Default to "not wan...Mark Murray
2015-08-17Add DEV_RANDOM pseudo-option and use it to "include out" random(4)Mark Murray
2015-07-12* Address review (and add a bit myself).Mark Murray
2015-06-30Huge cleanup of random(4) code.Mark Murray
2014-10-30This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray