1. eb52e7f libbb/sha1: shrink x86 hardware accelerated hashing (32-bit) by Denys Vlasenko · 2 years, 10 months ago
  2. 71a1ccc libbb/sha1: shrink x86 hardware accelerated hashing by Denys Vlasenko · 2 years, 10 months ago
  3. 4923f74 libbb/sha1: shrink unrolled x86-64 code by Denys Vlasenko · 2 years, 10 months ago
  4. c193cbd libbb/sha1: shrink and speed up unrolled x86-64 code by Denys Vlasenko · 2 years, 10 months ago
  5. 987be93 *: slap on a few ALIGN_PTR where appropriate by Denys Vlasenko · 2 years, 10 months ago
  6. ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
  7. 4f40735 libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  8. 31c1c31 libbb/sha256: code shrink in 64-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  9. a1429fb libbb/sha256: code shrink in 64-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  10. de6cb4b libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  11. 6472ac9 libbb/sha256: optional x86 hardware accelerated hashing by Denys Vlasenko · 2 years, 10 months ago
  12. 205042c libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stack by Denys Vlasenko · 2 years, 10 months ago
  13. 99e22d2 cut: build fix for FEATURE_CUT_REGEX by Denys Vlasenko · 2 years, 11 months ago
  14. 39369ff libbb/sha1: use SSE2 in unrolled x86-64 code. ~10% faster by Denys Vlasenko · 2 years, 11 months ago
  15. 1e825ac libbb: shrink lineedit_read_key() by Denys Vlasenko · 2 years, 11 months ago
  16. 12566e7 ash,hush: fix handling of SIGINT while waiting for interactive input by Denys Vlasenko · 2 years, 11 months ago
  17. c2788f8 libbb: introduce and use chdir_or_warn() by Denys Vlasenko · 2 years, 11 months ago
  18. 931c55f libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR by Denys Vlasenko · 2 years, 11 months ago
  19. d162a7b sulogin: increase util-linux compatibility by Denys Vlasenko · 2 years, 11 months ago
  20. 1433568 libbb/sha1: add a comment by Denys Vlasenko · 2 years, 11 months ago
  21. e7ff294 libbb/sha1: simplify cpuid code by Denys Vlasenko · 2 years, 11 months ago
  22. 805ecec whitespace fix by Denys Vlasenko · 2 years, 11 months ago
  23. 0bab5da libbb/sha1: tweak comments by Denys Vlasenko · 2 years, 11 months ago
  24. a96ccbe libbb/sha1: optional i686 hardware accelerates hashing by Denys Vlasenko · 2 years, 11 months ago
  25. 711e20e libbb/sha1: optional x86-64 hardware accelerates hashing by Denys Vlasenko · 2 years, 11 months ago
  26. 6062c0d libbb: change xstrndup, xmemdup to take size_t as size parameter by Denys Vlasenko · 2 years, 11 months ago
  27. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
  28. dfd8aaf libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush fails by Denys Vlasenko · 3 years ago
  29. 31f45c1 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) by Denys Vlasenko · 3 years ago
  30. c3cfcc9 libbb/sha1: x86_64 version: reorder prologue/epilogue insns by Denys Vlasenko · 3 years ago
  31. 7abb2bb libbb/sha1: x86_64 version: tidying up, no code changes by Denys Vlasenko · 3 years ago
  32. 4387077 typo fix by Denys Vlasenko · 3 years ago
  33. 947bef0 libbb/sha1: x86_64 version: generate from a script, optimize a bit by Denys Vlasenko · 3 years ago
  34. 05fd13e libbb/sha1: x86_64 version: move to a separate .S file, no code changes by Denys Vlasenko · 3 years ago
  35. 5c0c558 libbb/sha1: code shrink in medium-speed version by Denys Vlasenko · 3 years ago
  36. 4d4f1f2 libbb/sha1: x86_64 version: bswap in 64-bit chunks by Denys Vlasenko · 3 years ago
  37. d643010 libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15] by Denys Vlasenko · 3 years ago
  38. 5f68170 libbb/sha1: assembly versions for x86 by Denys Vlasenko · 3 years ago
  39. f09d088 libbb/sha1: shrink and speed up fully unrolled version by Denys Vlasenko · 3 years ago
  40. 0b62a08 libbb/sha1: add config-selectable partially unrolled version by Denys Vlasenko · 3 years ago
  41. 25aadc8 libbb/sha1: add config-selectable fully unrolled version, closes 14391 by Denys Vlasenko · 3 years ago
  42. f1d0646 libbb: cose shrink in sha1 by Denys Vlasenko · 3 years ago
  43. 00b5051 libbb: code shrink in des encryption, in setup_salt() by Denys Vlasenko · 3 years ago
  44. 94c78aa config system: move some options closer to relevalnt tool subdirectories by Denys Vlasenko · 3 years, 2 months ago
  45. f4fcd74 shell: do not read user database for every prompt - only for those which need it by Denys Vlasenko · 3 years, 2 months ago
  46. 5acf5e1 shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y by Denys Vlasenko · 3 years, 2 months ago
  47. 53b2fdc *: add NOINLINEs where code noticeably shrinks by Denys Vlasenko · 3 years, 2 months ago
  48. 5156b24 Make const ptr assign as function call in clang by YU Jincheng · 3 years, 2 months ago
  49. 94eb1c4 libbb: better coreutils compatibility for realpath by Ron Yorston · 3 years, 4 months ago
  50. 1f92503 *: generalize "const trick" by YU Jincheng · 3 years, 2 months ago
  51. 03ed86b libbb: code shrink in main() and scripted_main() by Denys Vlasenko · 3 years, 2 months ago
  52. 627821e libbb/lineedit: tweak #if indenting, no code changes by Denys Vlasenko · 3 years, 2 months ago
  53. f27a6a9 libbb: code shrink parse_datestr (again) by Ron Yorston · 3 years, 3 months ago
  54. 6d2463a libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completion by Denys Vlasenko · 3 years, 3 months ago
  55. 6279aec libbb: clarify what bb_mode_string() generates by Denys Vlasenko · 3 years, 3 months ago
  56. 3a65435 libbb: ensure mode_string is NUL terminated by Ron Yorston · 3 years, 3 months ago
  57. 59ac467 libbb: eliminate a static data array in bb_mode_string() by Denys Vlasenko · 3 years, 3 months ago
  58. 4958c18 libbb: code shrink bb_parse_mode by Denys Vlasenko · 3 years, 3 months ago
  59. 9fe1548 date,touch: allow timezone offsets in dates by Ron Yorston · 3 years, 3 months ago
  60. 3512ef8 libbb: code shrink parse_datestr by Ron Yorston · 3 years, 3 months ago
  61. c00bcf2 libbb: reuse "bad port" error message string by Denys Vlasenko · 3 years, 3 months ago
  62. 7ab9cd2 libbb: make bb_lookup_port() abort on bad port names by Denys Vlasenko · 3 years, 3 months ago
  63. 59243a8 busybox: fix "busybox --help busybox" not showing correct text by Denys Vlasenko · 3 years, 4 months ago
  64. 4a68697 libbb: do not check closedir() in remove_file() by Denys Vlasenko · 3 years, 5 months ago
  65. 1746218 move iterate_on_dir() from e2fsprogs to libbb by Denys Vlasenko · 3 years, 5 months ago
  66. 56bbbfa cp: implement -n by Denys Vlasenko · 3 years, 6 months ago
  67. 2c43667 xxd: implement -i "C style output" by Denys Vlasenko · 3 years, 6 months ago
  68. 25fe2d5 xxd: do not try reading from closed stdin when non-existent file is given by Denys Vlasenko · 3 years, 6 months ago
  69. 4d16161 xxd: implement -o DISPLAYOFFSET by Denys Vlasenko · 3 years, 6 months ago
  70. a0f8076 hexdump: fix error message by Denys Vlasenko · 3 years, 6 months ago
  71. 457825f shells: do not allow bare "read" in non-bash compat configs by Denys Vlasenko · 3 years, 6 months ago
  72. 5dadd49 runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up by Denys Vlasenko · 3 years, 6 months ago
  73. df0383c libbb: correct the name of is_TERM_dumb() by Denys Vlasenko · 3 years, 6 months ago
  74. 3d9c649 ls: don't output any colors with TERM=dumb by Sören Tempel · 3 years, 7 months ago
  75. fe2d806 fix gcc-11.0 warnings by Denys Vlasenko · 3 years, 8 months ago
  76. 7323bca lineedit: fix tab completion with equal sign by Natanael Copa · 3 years, 8 months ago
  77. c2bd0b6 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators by Denys Vlasenko · 3 years, 9 months ago
  78. f26e563 echo: special case "echo --help": it should not show help text by Denys Vlasenko · 3 years, 9 months ago
  79. 760b627 lineedit: support empty PATH entries in tab completion by Ron Yorston · 3 years, 10 months ago
  80. 6bdfbc4 libbb: fix '--help' handling in FEATURE_SH_NOFORK=y by Denys Vlasenko · 3 years, 10 months ago
  81. 33745b1 ash: placate -Werror=format-security by Denys Vlasenko · 3 years, 10 months ago
  82. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  83. 6ad38d6 libbb: code shrink fgets_str by Ron Yorston · 3 years, 11 months ago
  84. c849e72 nl: ensure '-b n' option displays file content by Ron Yorston · 3 years, 11 months ago
  85. bcf91d2 libbb: code shrink and speed up index_in_strings() by Ron Yorston · 3 years, 10 months ago
  86. 59120c3 libbb: code shrink and speed up find_applet_by_name() by Ron Yorston · 3 years, 10 months ago
  87. 808d93c update_passwd: fix context variable by Bernd Kuhls · 3 years, 11 months ago
  88. 09aba8b Fix missing "crypt.h" compilation error on the FreeBSD by Alex Samorukov · 4 years ago
  89. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  90. 89a5597 libbb/procps: smaller global data for username/groupname cache by Denys Vlasenko · 4 years ago
  91. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  92. 96717d9 lineedit: code shrink by Denys Vlasenko · 4 years ago
  93. fae7332 lineedit: add a comment about possible use of tcflush() by Denys Vlasenko · 4 years ago
  94. 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years ago
  95. 15733cb mount: if we race with other loop mount, we forget to close loop dev by Denys Vlasenko · 4 years ago
  96. 251e08f move ADJTIME_PATH define to header files by Denys Vlasenko · 4 years ago
  97. 4bc59a4 mount: fix a race when a free loop device is snatched under us by another mount. by Denys Vlasenko · 4 years ago
  98. 0723131 Fixes for Hurd build by Denys Vlasenko · 4 years ago
  99. bb15969 libbb: do not compile selinux_or_die() if !SELINUX by Denys Vlasenko · 4 years ago
  100. eb0c2e2 libbb: introduce and use xsettimeofday() by Denys Vlasenko · 4 years ago