1. 267178c seedrng: include fiel/dir names in error messages by Denys Vlasenko · 2 years, 8 months ago
  2. d49da38 seedrng: use more xfuncs where appropriate by Denys Vlasenko · 2 years, 8 months ago
  3. 2cbfd01 seedrng: code shrink by Denys Vlasenko · 2 years, 8 months ago
  4. 52f3cf7 seedrng: simplify read_new_seed() to not have error return by Denys Vlasenko · 2 years, 8 months ago
  5. 282b61a seedrng: prepare read_new_seed() to not need a "success" retval by Denys Vlasenko · 2 years, 8 months ago
  6. 0fa16fc seedrng: do not try to continue on unexpected errors (just exit) by Denys Vlasenko · 2 years, 8 months ago
  7. 8456c21 seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file's by Denys Vlasenko · 2 years, 8 months ago
  8. c82a0cd seedrng: shorten strings by Denys Vlasenko · 2 years, 8 months ago
  9. 4013565 seedrng: remove unnecessary zero-filling of local variables by Denys Vlasenko · 2 years, 8 months ago
  10. 6da9947 seedrng: remove unnecessary zero-filling of local variables by Denys Vlasenko · 2 years, 8 months ago
  11. 137b205 seedrng: shrink --help text by Denys Vlasenko · 2 years, 8 months ago
  12. 05c366a seedrng: prune header includes by Jason A. Donenfeld · 2 years, 8 months ago
  13. f9ea8ba seedrng: code-golf even smaller by Jason A. Donenfeld · 2 years, 8 months ago
  14. 57fea02 seedrng: compress format strings with %s arguments by Jason A. Donenfeld · 2 years, 8 months ago
  15. 3cb40f8 seedrng: avoid needless runtime strlen() call by Jason A. Donenfeld · 2 years, 8 months ago
  16. ce9a345 seedrng: use predefined strings where possible by Jason A. Donenfeld · 2 years, 8 months ago
  17. 398bb38 seedrng: further reduce size by Jason A. Donenfeld · 2 years, 8 months ago
  18. 3c60711 seedrng: remove some global variables by Jason A. Donenfeld · 2 years, 8 months ago
  19. 31ec481 seedrng: hoist bb_strtoul out of min/max by Jason A. Donenfeld · 2 years, 8 months ago
  20. 4538578 seedrng: use libbb functions by Jason A. Donenfeld · 2 years, 8 months ago
  21. 4b407ba seedrng: import SeedRNG utility for kernel RNG seed files by Jason A. Donenfeld · 2 years, 8 months ago