summaryrefslogtreecommitdiff
path: root/sys/dev/random.c
AgeCommit message (Expand)Author
2021-12-28sys: Use preempt_point and preempt_needed, not open-coded versions.riastradh
2021-01-13/dev/random: Fix nonblocking read.riastradh
2020-08-14New system call getrandom() compatible with Linux and others.riastradh
2020-05-08Omit needless comment.riastradh
2020-05-08Simplify loops by putting interrupt test at end.riastradh
2020-05-08No need for a private pool cache. kmem serves just fine.riastradh
2020-05-08Simplify /dev/random without reference to entropy_depletion.riastradh
2020-05-07Consolidate entropy on RNDADDDATA and writes to /dev/random.riastradh
2020-04-30Missed a spot -- need <sys/atomic.h> to use atomic_*.riastradh
2020-04-30Rewrite entropy subsystem.riastradh