aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/random_infra.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (18 of many)Pawel Biernacki2020-02-271-2/+3
* random(4): Simplify RANDOM_LOADABLEConrad Meyer2019-12-261-108/+4
* random(4): De-export random_sources listConrad Meyer2019-11-221-2/+0
* random(4): Fix RANDOM_LOADABLE buildConrad Meyer2019-06-011-1/+4
* random(4): Restore availability tradeoff prior to r346250Conrad Meyer2019-04-181-1/+55
* random(4): Add is_random_seeded(9) KPIConrad Meyer2019-04-161-1/+22
* random(4): Block read_random(9) on initial seedingConrad Meyer2019-04-151-8/+12
* Add DEV_RANDOM pseudo-option and use it to "include out" random(4)Mark Murray2015-08-171-0/+128