1. 526625b libbb: mark stack in assembly files read-only by Ludwig Nussel · 2 years, 3 months ago
  2. dd79e1d fix [ --help ] and [[ --help ]] by Denys Vlasenko · 2 years, 3 months ago
  3. 58598eb ash: optional sleep builtin by Shawn Landden · 2 years, 3 months ago
  4. 5a9d2b6 libbb: make '--help' handling more consistent by Ron Yorston · 2 years, 7 months ago
  5. 298ac95 lineedit: get PWD from ash by Ron Yorston · 2 years, 5 months ago
  6. 7d1c7d8 ash,hush: use HOME for tab completion and prompts by Ron Yorston · 2 years, 9 months ago
  7. 95fec31 libbb: restore special handling of nomsg errors by Ron Yorston · 2 years, 8 months ago
  8. 9b6f44e style fix by Denys Vlasenko · 2 years, 7 months ago
  9. 1891fdd libbb/sha1: update config help text with new performance numbers by Denys Vlasenko · 2 years, 10 months ago
  10. c2e7780 libbb/sha256: explicitly use sha256rnds2's %xmm0 (MSG) argument by Denys Vlasenko · 2 years, 10 months ago
  11. 1f272c0 whitespace fixes by Denys Vlasenko · 2 years, 10 months ago
  12. dda77e8 libbb/sha1: revert last commit: pshufb is a SSSE3 insn, can't use it by Denys Vlasenko · 2 years, 10 months ago
  13. 8154146 libbb/sha1: shrink unrolled x86-64 code by Denys Vlasenko · 2 years, 10 months ago
  14. 6f56fa1 libbb/sha: improve comments by Denys Vlasenko · 2 years, 10 months ago
  15. 6a6c1c0 whitespace fix by Denys Vlasenko · 2 years, 10 months ago
  16. caa9c4f libbb/sha256: code shrink in x86 assembly by Denys Vlasenko · 2 years, 10 months ago
  17. 11bcea7 libbb/sha256: code shrink in 64-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  18. 461a994 libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  19. c0ff0d4 libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  20. eb8d5f3 libbb/sha1: shrink x86 hardware accelerated hashing (32-bit) by Denys Vlasenko · 2 years, 10 months ago
  21. eb52e7f libbb/sha1: shrink x86 hardware accelerated hashing (32-bit) by Denys Vlasenko · 2 years, 10 months ago
  22. 71a1ccc libbb/sha1: shrink x86 hardware accelerated hashing by Denys Vlasenko · 2 years, 10 months ago
  23. 4923f74 libbb/sha1: shrink unrolled x86-64 code by Denys Vlasenko · 2 years, 10 months ago
  24. c193cbd libbb/sha1: shrink and speed up unrolled x86-64 code by Denys Vlasenko · 2 years, 10 months ago
  25. 987be93 *: slap on a few ALIGN_PTR where appropriate by Denys Vlasenko · 2 years, 10 months ago
  26. ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
  27. 4f40735 libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  28. 31c1c31 libbb/sha256: code shrink in 64-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  29. a1429fb libbb/sha256: code shrink in 64-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  30. de6cb4b libbb/sha256: code shrink in 32-bit x86 by Denys Vlasenko · 2 years, 10 months ago
  31. 6472ac9 libbb/sha256: optional x86 hardware accelerated hashing by Denys Vlasenko · 2 years, 10 months ago
  32. 205042c libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stack by Denys Vlasenko · 2 years, 10 months ago
  33. 99e22d2 cut: build fix for FEATURE_CUT_REGEX by Denys Vlasenko · 2 years, 11 months ago
  34. 39369ff libbb/sha1: use SSE2 in unrolled x86-64 code. ~10% faster by Denys Vlasenko · 2 years, 11 months ago
  35. 1e825ac libbb: shrink lineedit_read_key() by Denys Vlasenko · 2 years, 11 months ago
  36. 12566e7 ash,hush: fix handling of SIGINT while waiting for interactive input by Denys Vlasenko · 2 years, 11 months ago
  37. c2788f8 libbb: introduce and use chdir_or_warn() by Denys Vlasenko · 2 years, 11 months ago
  38. 931c55f libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR by Denys Vlasenko · 2 years, 11 months ago
  39. d162a7b sulogin: increase util-linux compatibility by Denys Vlasenko · 2 years, 11 months ago
  40. 1433568 libbb/sha1: add a comment by Denys Vlasenko · 2 years, 11 months ago
  41. e7ff294 libbb/sha1: simplify cpuid code by Denys Vlasenko · 2 years, 11 months ago
  42. 805ecec whitespace fix by Denys Vlasenko · 2 years, 11 months ago
  43. 0bab5da libbb/sha1: tweak comments by Denys Vlasenko · 2 years, 11 months ago
  44. a96ccbe libbb/sha1: optional i686 hardware accelerates hashing by Denys Vlasenko · 2 years, 11 months ago
  45. 711e20e libbb/sha1: optional x86-64 hardware accelerates hashing by Denys Vlasenko · 2 years, 11 months ago
  46. 6062c0d libbb: change xstrndup, xmemdup to take size_t as size parameter by Denys Vlasenko · 2 years, 11 months ago
  47. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
  48. dfd8aaf libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush fails by Denys Vlasenko · 2 years, 11 months ago
  49. 31f45c1 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) by Denys Vlasenko · 2 years, 11 months ago
  50. c3cfcc9 libbb/sha1: x86_64 version: reorder prologue/epilogue insns by Denys Vlasenko · 3 years ago
  51. 7abb2bb libbb/sha1: x86_64 version: tidying up, no code changes by Denys Vlasenko · 3 years ago
  52. 4387077 typo fix by Denys Vlasenko · 3 years ago
  53. 947bef0 libbb/sha1: x86_64 version: generate from a script, optimize a bit by Denys Vlasenko · 3 years ago
  54. 05fd13e libbb/sha1: x86_64 version: move to a separate .S file, no code changes by Denys Vlasenko · 3 years ago
  55. 5c0c558 libbb/sha1: code shrink in medium-speed version by Denys Vlasenko · 3 years ago
  56. 4d4f1f2 libbb/sha1: x86_64 version: bswap in 64-bit chunks by Denys Vlasenko · 3 years ago
  57. d643010 libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15] by Denys Vlasenko · 3 years ago
  58. 5f68170 libbb/sha1: assembly versions for x86 by Denys Vlasenko · 3 years ago
  59. f09d088 libbb/sha1: shrink and speed up fully unrolled version by Denys Vlasenko · 3 years ago
  60. 0b62a08 libbb/sha1: add config-selectable partially unrolled version by Denys Vlasenko · 3 years ago
  61. 25aadc8 libbb/sha1: add config-selectable fully unrolled version, closes 14391 by Denys Vlasenko · 3 years ago
  62. f1d0646 libbb: cose shrink in sha1 by Denys Vlasenko · 3 years ago
  63. 00b5051 libbb: code shrink in des encryption, in setup_salt() by Denys Vlasenko · 3 years ago
  64. 94c78aa config system: move some options closer to relevalnt tool subdirectories by Denys Vlasenko · 3 years, 2 months ago
  65. f4fcd74 shell: do not read user database for every prompt - only for those which need it by Denys Vlasenko · 3 years, 2 months ago
  66. 5acf5e1 shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y by Denys Vlasenko · 3 years, 2 months ago
  67. 53b2fdc *: add NOINLINEs where code noticeably shrinks by Denys Vlasenko · 3 years, 2 months ago
  68. 5156b24 Make const ptr assign as function call in clang by YU Jincheng · 3 years, 2 months ago
  69. 94eb1c4 libbb: better coreutils compatibility for realpath by Ron Yorston · 3 years, 4 months ago
  70. 1f92503 *: generalize "const trick" by YU Jincheng · 3 years, 2 months ago
  71. 03ed86b libbb: code shrink in main() and scripted_main() by Denys Vlasenko · 3 years, 2 months ago
  72. 627821e libbb/lineedit: tweak #if indenting, no code changes by Denys Vlasenko · 3 years, 2 months ago
  73. f27a6a9 libbb: code shrink parse_datestr (again) by Ron Yorston · 3 years, 3 months ago
  74. 6d2463a libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completion by Denys Vlasenko · 3 years, 3 months ago
  75. 6279aec libbb: clarify what bb_mode_string() generates by Denys Vlasenko · 3 years, 3 months ago
  76. 3a65435 libbb: ensure mode_string is NUL terminated by Ron Yorston · 3 years, 3 months ago
  77. 59ac467 libbb: eliminate a static data array in bb_mode_string() by Denys Vlasenko · 3 years, 3 months ago
  78. 4958c18 libbb: code shrink bb_parse_mode by Denys Vlasenko · 3 years, 3 months ago
  79. 9fe1548 date,touch: allow timezone offsets in dates by Ron Yorston · 3 years, 3 months ago
  80. 3512ef8 libbb: code shrink parse_datestr by Ron Yorston · 3 years, 3 months ago
  81. c00bcf2 libbb: reuse "bad port" error message string by Denys Vlasenko · 3 years, 3 months ago
  82. 7ab9cd2 libbb: make bb_lookup_port() abort on bad port names by Denys Vlasenko · 3 years, 3 months ago
  83. 59243a8 busybox: fix "busybox --help busybox" not showing correct text by Denys Vlasenko · 3 years, 4 months ago
  84. 4a68697 libbb: do not check closedir() in remove_file() by Denys Vlasenko · 3 years, 5 months ago
  85. 1746218 move iterate_on_dir() from e2fsprogs to libbb by Denys Vlasenko · 3 years, 5 months ago
  86. 56bbbfa cp: implement -n by Denys Vlasenko · 3 years, 6 months ago
  87. 2c43667 xxd: implement -i "C style output" by Denys Vlasenko · 3 years, 6 months ago
  88. 25fe2d5 xxd: do not try reading from closed stdin when non-existent file is given by Denys Vlasenko · 3 years, 6 months ago
  89. 4d16161 xxd: implement -o DISPLAYOFFSET by Denys Vlasenko · 3 years, 6 months ago
  90. a0f8076 hexdump: fix error message by Denys Vlasenko · 3 years, 6 months ago
  91. 457825f shells: do not allow bare "read" in non-bash compat configs by Denys Vlasenko · 3 years, 6 months ago
  92. 5dadd49 runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up by Denys Vlasenko · 3 years, 6 months ago
  93. df0383c libbb: correct the name of is_TERM_dumb() by Denys Vlasenko · 3 years, 6 months ago
  94. 3d9c649 ls: don't output any colors with TERM=dumb by Sören Tempel · 3 years, 7 months ago
  95. fe2d806 fix gcc-11.0 warnings by Denys Vlasenko · 3 years, 8 months ago
  96. 7323bca lineedit: fix tab completion with equal sign by Natanael Copa · 3 years, 8 months ago
  97. c2bd0b6 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators by Denys Vlasenko · 3 years, 9 months ago
  98. f26e563 echo: special case "echo --help": it should not show help text by Denys Vlasenko · 3 years, 9 months ago
  99. 760b627 lineedit: support empty PATH entries in tab completion by Ron Yorston · 3 years, 10 months ago
  100. 6bdfbc4 libbb: fix '--help' handling in FEATURE_SH_NOFORK=y by Denys Vlasenko · 3 years, 10 months ago