1. 4013565 seedrng: remove unnecessary zero-filling of local variables by Denys Vlasenko · 2 years, 7 months ago
  2. 6da9947 seedrng: remove unnecessary zero-filling of local variables by Denys Vlasenko · 2 years, 7 months ago
  3. 137b205 seedrng: shrink --help text by Denys Vlasenko · 2 years, 7 months ago
  4. 0cdd6f5 libbb: fix fallout from nth_string() robustification, closes 14726 by Denys Vlasenko · 2 years, 7 months ago
  5. 7fbfb20 kbuild: Prefer -Oz over -Os by Bernhard Reutner-Fischer · 2 years, 8 months ago
  6. 05c366a seedrng: prune header includes by Jason A. Donenfeld · 2 years, 8 months ago
  7. f9ea8ba seedrng: code-golf even smaller by Jason A. Donenfeld · 2 years, 8 months ago
  8. 831c754 kbuild: fix building sha256 by Bernhard Reutner-Fischer · 2 years, 8 months ago
  9. c93eb1a vi: fix backspace over tab in commands by Ron Yorston · 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, 8 months ago
  18. fc78686 vi: improved handling of backspace in replace mode by Ron Yorston · 2 years, 9 months ago
  19. 55f969a taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes 14616 by Denys Vlasenko · 2 years, 9 months ago
  20. 5fe20cf ash: do not truncate failed tilde expansion on unknown user names by Denys Vlasenko · 2 years, 9 months ago
  21. 7750b5a ash: fix unsafe use of mempcpy by Denys Vlasenko · 2 years, 9 months ago
  22. fa52ac9 ash: don't read past end of var in subvareval for bash substitutions by Sören Tempel · 2 years, 9 months ago
  23. 1891fdd libbb/sha1: update config help text with new performance numbers by Denys Vlasenko · 2 years, 10 months ago
  24. c2e7780 libbb/sha256: explicitly use sha256rnds2's %xmm0 (MSG) argument by Denys Vlasenko · 2 years, 10 months ago
  25. 1f272c0 whitespace fixes by Denys Vlasenko · 2 years, 10 months ago
  26. dda77e8 libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use it by Denys Vlasenko · 2 years, 10 months ago
  27. 8154146 libbb/sha1: shrink unrolled x86-64 code by Denys Vlasenko · 2 years, 10 months ago
  28. 6f56fa1 libbb/sha: improve comments by Denys Vlasenko · 2 years, 10 months ago
  29. 6a6c1c0 whitespace fix by Denys Vlasenko · 2 years, 10 months ago
  30. caa9c4f libbb/sha256: code shrink in x86 assembly by Denys Vlasenko · 2 years, 10 months ago
  31. 11bcea7 libbb/sha256: code shrink in 64-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  32. 461a994 libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  33. c0ff0d4 libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  34. eb8d5f3 libbb/sha1: shrink x86 hardware accelerated hashing (32-bit) by Denys Vlasenko · 2 years, 10 months ago
  35. eb52e7f libbb/sha1: shrink x86 hardware accelerated hashing (32-bit) by Denys Vlasenko · 2 years, 10 months ago
  36. 71a1ccc libbb/sha1: shrink x86 hardware accelerated hashing by Denys Vlasenko · 2 years, 10 months ago
  37. 4923f74 libbb/sha1: shrink unrolled x86-64 code by Denys Vlasenko · 2 years, 10 months ago
  38. c193cbd libbb/sha1: shrink and speed up unrolled x86-64 code by Denys Vlasenko · 2 years, 10 months ago
  39. 987be93 *: slap on a few ALIGN_PTR where appropriate by Denys Vlasenko · 2 years, 10 months ago
  40. ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
  41. 4f40735 libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  42. 31c1c31 libbb/sha256: code shrink in 64-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  43. a1429fb libbb/sha256: code shrink in 64-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  44. de6cb4b libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  45. 6472ac9 libbb/sha256: optional x86 hardware accelerated hashing by Denys Vlasenko · 2 years, 10 months ago
  46. 205042c libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stack by Denys Vlasenko · 2 years, 10 months ago
  47. 99e22d2 cut: build fix for FEATURE_CUT_REGEX by Denys Vlasenko · 2 years, 11 months ago
  48. 117a8c9 apply const trick to ptr_to_globals by Khem Raj · 2 years, 11 months ago
  49. 78fdf4d mkfs.vfat: fix volume label to be padded with space by Timo Teräs · 2 years, 11 months ago
  50. 6dd6a6c Add support for long options to cmp by Walter Lozano · 2 years, 11 months ago
  51. f12fb1e sed: fix handling of escaped delimiters in s/// replacement by Denys Vlasenko · 2 years, 11 months ago
  52. e998c7c sed: fix handling of escaped delimiters in s/// search pattern, closes 14541 by Denys Vlasenko · 2 years, 11 months ago
  53. 33a9f34 add busybox_ldscript.README.txt by Denys Vlasenko · 2 years, 11 months ago
  54. 39369ff libbb/sha1: use SSE2 in unrolled x86-64 code. ~10% faster by Denys Vlasenko · 2 years, 11 months ago
  55. 1e825ac libbb: shrink lineedit_read_key() by Denys Vlasenko · 2 years, 11 months ago
  56. 8ad2acf fix "defined but not used" warnings by Denys Vlasenko · 2 years, 11 months ago
  57. 12566e7 ash,hush: fix handling of SIGINT while waiting for interactive input by Denys Vlasenko · 2 years, 11 months ago
  58. a277506 shell: add comments about SIGINT-related problems by Denys Vlasenko · 2 years, 11 months ago
  59. c2788f8 libbb: introduce and use chdir_or_warn() by Denys Vlasenko · 2 years, 11 months ago
  60. 931c55f libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR by Denys Vlasenko · 2 years, 11 months ago
  61. b3eec16 sulogin: util-linux does not say "normal startup" on Ctrl-D by Denys Vlasenko · 2 years, 11 months ago
  62. 96771ec sulogin: start _login_ shell only with -p by Denys Vlasenko · 2 years, 11 months ago
  63. 68b402e ash: ^C with SIG_INGed SIGINT should not exit the shell by Denys Vlasenko · 2 years, 11 months ago
  64. d162a7b sulogin: increase util-linux compatibility by Denys Vlasenko · 2 years, 11 months ago
  65. 004cefa reset: better --help text by Denys Vlasenko · 2 years, 11 months ago
  66. 524fecf nmeter: %[md] %[mw] - dirty file-backed pages, writeback pages by Denys Vlasenko · 2 years, 11 months ago
  67. ff8fda8 ls: implement ls -sh (human-readable allocated blocks) by Denys Vlasenko · 2 years, 11 months ago
  68. 1433568 libbb/sha1: add a comment by Denys Vlasenko · 2 years, 11 months ago
  69. e2952df awk: input numbers are never octal or hex (only program consts can be) by Denys Vlasenko · 2 years, 11 months ago
  70. 84a1305 XXXsum: handle binary sums with " " in the path by Emanuele Giacomelli · 2 years, 11 months ago
  71. e7ff294 libbb/sha1: simplify cpuid code by Denys Vlasenko · 2 years, 11 months ago
  72. 805ecec whitespace fix by Denys Vlasenko · 2 years, 11 months ago
  73. 0bab5da libbb/sha1: tweak comments by Denys Vlasenko · 2 years, 11 months ago
  74. 89092c6 powertop: fix cpuid asm: ebx saving/restoring is properly done by gcc by Denys Vlasenko · 2 years, 11 months ago
  75. a96ccbe libbb/sha1: optional i686 hardware accelerates hashing by Denys Vlasenko · 2 years, 11 months ago
  76. 711e20e libbb/sha1: optional x86-64 hardware accelerates hashing by Denys Vlasenko · 2 years, 11 months ago
  77. a93668c fdisk: recognize EBBR protective partitions by Vincent Stehlé · 3 years ago
  78. 6062c0d libbb: change xstrndup, xmemdup to take size_t as size parameter by Denys Vlasenko · 2 years, 11 months ago
  79. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
  80. 076f5e0 less: code shrink by Denys Vlasenko · 2 years, 11 months ago
  81. 34e0bb3 sort: support -h by Denys Vlasenko · 2 years, 11 months ago
  82. cc7d2e2 sort: fix -s -r interaction: 'stable' order is not affected by -r by Denys Vlasenko · 2 years, 11 months ago
  83. dfd8aaf libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush fails by Denys Vlasenko · 2 years, 11 months ago
  84. 31f45c1 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) by Denys Vlasenko · 2 years, 11 months ago
  85. 286b337 sed: correctly handle 'w FILE' commands writing to the same file by Denys Vlasenko · 3 years ago
  86. ed2af2e build system: detect if build host has no bzip2 by Denys Vlasenko · 3 years ago
  87. c3cfcc9 libbb/sha1: x86_64 version: reorder prologue/epilogue insns by Denys Vlasenko · 3 years ago
  88. 1fc520e md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4k by Denys Vlasenko · 3 years ago
  89. 7abb2bb libbb/sha1: x86_64 version: tidying up, no code changes by Denys Vlasenko · 3 years ago
  90. 4387077 typo fix by Denys Vlasenko · 3 years ago
  91. 947bef0 libbb/sha1: x86_64 version: generate from a script, optimize a bit by Denys Vlasenko · 3 years ago
  92. 05fd13e libbb/sha1: x86_64 version: move to a separate .S file, no code changes by Denys Vlasenko · 3 years ago
  93. 5c0c558 libbb/sha1: code shrink in medium-speed version by Denys Vlasenko · 3 years ago
  94. 4d4f1f2 libbb/sha1: x86_64 version: bswap in 64-bit chunks by Denys Vlasenko · 3 years ago
  95. d643010 libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15] by Denys Vlasenko · 3 years ago
  96. 5f68170 libbb/sha1: assembly versions for x86 by Denys Vlasenko · 3 years ago
  97. f09d088 libbb/sha1: shrink and speed up fully unrolled version by Denys Vlasenko · 3 years ago
  98. 0b62a08 libbb/sha1: add config-selectable partially unrolled version by Denys Vlasenko · 3 years ago
  99. 25aadc8 libbb/sha1: add config-selectable fully unrolled version, closes 14391 by Denys Vlasenko · 3 years ago
  100. 9173c9c ed: add support for -s command-line option as mandated by POSIX by Sören Tempel · 3 years ago