summaryrefslogtreecommitdiff
path: root/sys/dev/random/random_infra.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2020-02-27Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (18 of many)Pawel Biernacki
2019-12-26random(4): Simplify RANDOM_LOADABLEConrad Meyer
2019-11-22random(4): De-export random_sources listConrad Meyer
2019-06-01random(4): Fix RANDOM_LOADABLE buildConrad Meyer
2019-04-18random(4): Restore availability tradeoff prior to r346250Conrad Meyer
2019-04-16random(4): Add is_random_seeded(9) KPIConrad Meyer
2019-04-15random(4): Block read_random(9) on initial seedingConrad Meyer
2015-08-17Add DEV_RANDOM pseudo-option and use it to "include out" random(4)Mark Murray