1. 282b61a seedrng: prepare read_new_seed() to not need a "success" retval by Denys Vlasenko · 2 years, 8 months ago
  2. 0fa16fc seedrng: do not try to continue on unexpected errors (just exit) by Denys Vlasenko · 2 years, 8 months ago
  3. 8456c21 seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file's by Denys Vlasenko · 2 years, 8 months ago
  4. c82a0cd seedrng: shorten strings by Denys Vlasenko · 2 years, 8 months ago
  5. 4013565 seedrng: remove unnecessary zero-filling of local variables by Denys Vlasenko · 2 years, 8 months ago
  6. 6da9947 seedrng: remove unnecessary zero-filling of local variables by Denys Vlasenko · 2 years, 8 months ago
  7. 137b205 seedrng: shrink --help text by Denys Vlasenko · 2 years, 8 months ago
  8. 05c366a seedrng: prune header includes by Jason A. Donenfeld · 2 years, 8 months ago
  9. f9ea8ba seedrng: code-golf even smaller by Jason A. Donenfeld · 2 years, 8 months ago
  10. 57fea02 seedrng: compress format strings with %s arguments by Jason A. Donenfeld · 2 years, 8 months ago
  11. 3cb40f8 seedrng: avoid needless runtime strlen() call by Jason A. Donenfeld · 2 years, 8 months ago
  12. ce9a345 seedrng: use predefined strings where possible by Jason A. Donenfeld · 2 years, 8 months ago
  13. 398bb38 seedrng: further reduce size by Jason A. Donenfeld · 2 years, 8 months ago
  14. 3c60711 seedrng: remove some global variables by Jason A. Donenfeld · 2 years, 8 months ago
  15. 31ec481 seedrng: hoist bb_strtoul out of min/max by Jason A. Donenfeld · 2 years, 8 months ago
  16. 4538578 seedrng: use libbb functions by Jason A. Donenfeld · 2 years, 8 months ago
  17. 4b407ba seedrng: import SeedRNG utility for kernel RNG seed files by Jason A. Donenfeld · 2 years, 9 months ago
  18. 55f969a taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes 14616 by Denys Vlasenko · 2 years, 10 months ago
  19. ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
  20. 78fdf4d mkfs.vfat: fix volume label to be padded with space by Timo Teräs · 2 years, 11 months ago
  21. a93668c fdisk: recognize EBBR protective partitions by Vincent Stehlé · 3 years ago
  22. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 3 years ago
  23. 31f45c1 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) by Denys Vlasenko · 3 years ago
  24. 376b2ce chrt: silence analyzer warning by Bernhard Reutner-Fischer · 3 years, 2 months ago
  25. d3dbf4a *: add more beneficial NOINLINEs by Denys Vlasenko · 3 years, 2 months ago
  26. 53b2fdc *: add NOINLINEs where code noticeably shrinks by Denys Vlasenko · 3 years, 2 months ago
  27. 86ba007 xxd: fix -p -r, closes 13881 by Denys Vlasenko · 3 years, 2 months ago
  28. d2e0d3f mdev: tweak --help by Denys Vlasenko · 3 years, 2 months ago
  29. cf4dc4a mount: "mount -o rw ...." should not fall back to RO mount by Denys Vlasenko · 3 years, 2 months ago
  30. 56f0e88 cal: implement -m by Ron Yorston · 3 years, 3 months ago
  31. 83e20cb getopt: code shrink by Ron Yorston · 3 years, 3 months ago
  32. c421388 blkdiscard: accept -f (force) as no-op by Denys Vlasenko · 3 years, 3 months ago
  33. 1b66112 mount: code shrink by Denys Vlasenko · 3 years, 4 months ago
  34. dbdf9e0 mount: with -w, do not fall back to read-only mounts by Denys Vlasenko · 3 years, 4 months ago
  35. 4357569 rev: correct output for long input lines by Ron Yorston · 3 years, 4 months ago
  36. 9ba5024 fdisk: indentation fix by Denys Vlasenko · 3 years, 4 months ago
  37. 319e20b taskset: disallow "taskset -p 0" by Denys Vlasenko · 3 years, 4 months ago
  38. 53e5c59 fdisk: commonalize strings by Denys Vlasenko · 3 years, 6 months ago
  39. 294d0c8 xxd: compat tweak for -i by Denys Vlasenko · 3 years, 6 months ago
  40. 3b267e9 switch_root: code shrink - use iterate_on_dir() by Denys Vlasenko · 3 years, 6 months ago
  41. 6d61eb1 taskset: use iterate_on_dir() by Denys Vlasenko · 3 years, 6 months ago
  42. 9c291f2 taskset: fix for PID longer than 12 chars by Denys Vlasenko · 3 years, 6 months ago
  43. 2512817 taskset: implement -a by Denys Vlasenko · 3 years, 6 months ago
  44. 2c43667 xxd: implement -i "C style output" by Denys Vlasenko · 3 years, 6 months ago
  45. 4d16161 xxd: implement -o DISPLAYOFFSET by Denys Vlasenko · 3 years, 6 months ago
  46. f02b64d ionice: implement -t by Denys Vlasenko · 3 years, 6 months ago
  47. 46d315a blockdev: support --get/setra by Denys Vlasenko · 3 years, 6 months ago
  48. 1f60d88 *: more --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  49. e2b9215 *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  50. 6f7b10c *: more --help tweaking by Denys Vlasenko · 3 years, 6 months ago
  51. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  52. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  53. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  54. 6cfec7d mount: Surround syslog.h with the config check by Lauri Kasanen · 4 years ago
  55. a2f18d9 help text tweaks by Denys Vlasenko · 4 years ago
  56. 251e08f move ADJTIME_PATH define to header files by Denys Vlasenko · 4 years ago
  57. eb0c2e2 libbb: introduce and use xsettimeofday() by Denys Vlasenko · 4 years ago
  58. d3c3688 hwclock: improve --help (-l is a compatible shortcut for --localtime) by Denys Vlasenko · 4 years ago
  59. 9e262f1 hwclock: fix musl breakage of settimeofday(tz) by Denys Vlasenko · 4 years ago
  60. caba1a1 tweak help texts by Denys Vlasenko · 4 years ago
  61. c7b858f libbb: add and use infrastructure for fixed page size optimization by Denys Vlasenko · 4 years ago
  62. fd3c512 libbb: create and use mmap() helpers by Denys Vlasenko · 4 years ago
  63. 84d5edd help text: replace [OPTIONS] with actual options (if not too long) by Denys Vlasenko · 4 years ago
  64. 5d553bc more --help text tweaks by Denys Vlasenko · 4 years ago
  65. ef2366c nsenter: stop option parsing on 1st non-option by Denys Vlasenko · 4 years ago
  66. 56ee576 mount: fix incorrect "success" exitcode if loop device setup fails by Denys Vlasenko · 4 years ago
  67. 34c5115 mount: implement -o nosymfollow, remove bogus -o union by Denys Vlasenko · 4 years ago
  68. 696c38d mount: add -o nostrictatime and -o [no]lazytime by Denys Vlasenko · 4 years ago
  69. b1eedfc mount: do not guess mount as NFS if "hostname:" contains slashes by Denys Vlasenko · 4 years ago
  70. b4f93f5 mount: do not guess bind mounts as nfs by Denys Vlasenko · 4 years ago
  71. 6599e38 mount: make filesystems[] array byte-aligned by Denys Vlasenko · 4 years, 1 month ago
  72. 6cc4962 decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years, 1 month ago
  73. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years, 1 month ago
  74. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years, 1 month ago
  75. 03eb6eb mdev: clear LOGMODE_STDIO only directly before daemonizing by Denys Vlasenko · 4 years, 1 month ago
  76. cb143b9 uevent: make it survive ENOBUFS by Denys Vlasenko · 4 years, 1 month ago
  77. 1c9cd9b mdev: clean up by Denys Vlasenko · 4 years, 1 month ago
  78. 768153b mdev: add -v to increase log verbosity by Jan Klötzke · 5 years ago
  79. e9003ca mdev: add syslog logging mode by Jan Klötzke · 5 years ago
  80. d560030 mdev: re-initialize if uevent messages were lost by Jan Klötzke · 5 years ago
  81. e3f4759 mdev: move daemon setup to dedicated function by Jan Klötzke · 4 years, 1 month ago
  82. a569fd3 uevent: increase netlink buffer sizes by Denys Vlasenko · 4 years, 1 month ago
  83. 3cd55d4 mdev: increase netlink buffer sizes by Jan Klötzke · 5 years ago
  84. 2c92d1e volume_id: improve struct layout (smaller offesets, smaller insns on x86) by Denys Vlasenko · 4 years, 1 month ago
  85. c20e42e util-linux: support erofs filesystem by Norbert Lange · 4 years, 5 months ago
  86. 89f063b chrt: support for musl C library by Christian Eggers · 4 years, 1 month ago
  87. 32e1f69 compat: move hexdump -R functionality to xxd -r by Denys Vlasenko · 4 years, 2 months ago
  88. dac5b83 xxd: fix printing of trailing spaces by Denys Vlasenko · 4 years, 2 months ago
  89. 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 2 months ago
  90. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  91. 6561e07 mount: support the sizelimit and offset option for loop devices by Steffen Trumtrar · 4 years, 5 months ago
  92. 1a5d6fc hwclock: Fix settimeofday for glibc v2.31+ by Eddie James · 4 years, 4 months ago
  93. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  94. 79bd7c3 acpid: only display -p if supported in usage by Norbert Lange · 4 years, 10 months ago
  95. 67e1529 nologin: make it possible to build it as single applet by Denys Vlasenko · 4 years, 6 months ago
  96. a6e48de fdisk: add HFS / HFS+ partition type by Denys Vlasenko · 4 years, 10 months ago
  97. d3539be Remove stime() function calls by Alistair Francis · 5 years ago
  98. b230fdf taskset: tighten the check for stride values by Denys Vlasenko · 5 years ago
  99. a82fb1b taskset: implement stride argument by Denys Vlasenko · 5 years ago
  100. e558660 taskset: update comment by Denys Vlasenko · 5 years ago