aboutsummaryrefslogtreecommitdiff
path: root/miscutils/seedrng.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* seedrng: fix for glibc <= 2.24 not providing random headerThomas Devoogdt2023-04-111-4/+10
* seedrng: fix for glibc <= 2.24 not providing getrandom()Denys Vlasenko2023-04-101-0/+14
* seedrng: do not hash in a constant string, it's not adding entropyDenys Vlasenko2022-05-031-8/+8
* seedrng: restore error check on fsyncDenys Vlasenko2022-05-021-9/+12
* seedrng: it's not a part of util-linux, move to miscutilsDenys Vlasenko2022-05-021-0/+239