summaryrefslogtreecommitdiff
path: root/util-linux/seedrng.c
AgeCommit message (Expand)Author
2022-04-30seedrng: code shrinkDenys Vlasenko
2022-04-30seedrng: simplify read_new_seed() to not have error returnDenys Vlasenko
2022-04-30seedrng: prepare read_new_seed() to not need a "success" retvalDenys Vlasenko
2022-04-30seedrng: do not try to continue on unexpected errors (just exit)Denys Vlasenko
2022-04-27seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file'sDenys Vlasenko
2022-04-27seedrng: shorten stringsDenys Vlasenko
2022-04-27seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko
2022-04-27seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko
2022-04-27seedrng: shrink --help textDenys Vlasenko
2022-04-24seedrng: prune header includesJason A. Donenfeld
2022-04-24seedrng: code-golf even smallerJason A. Donenfeld
2022-04-20seedrng: compress format strings with %s argumentsJason A. Donenfeld
2022-04-20seedrng: avoid needless runtime strlen() callJason A. Donenfeld
2022-04-20seedrng: use predefined strings where possibleJason A. Donenfeld
2022-04-20seedrng: further reduce sizeJason A. Donenfeld
2022-04-20seedrng: remove some global variablesJason A. Donenfeld
2022-04-20seedrng: hoist bb_strtoul out of min/maxJason A. Donenfeld
2022-04-20seedrng: use libbb functionsJason A. Donenfeld
2022-04-20seedrng: import SeedRNG utility for kernel RNG seed filesJason A. Donenfeld