1. f27a6a9 libbb: code shrink parse_datestr (again) by Ron Yorston · 3 years, 3 months ago
  2. 6d2463a libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completion by Denys Vlasenko · 3 years, 3 months ago
  3. 6279aec libbb: clarify what bb_mode_string() generates by Denys Vlasenko · 3 years, 3 months ago
  4. 3a65435 libbb: ensure mode_string is NUL terminated by Ron Yorston · 3 years, 3 months ago
  5. 59ac467 libbb: eliminate a static data array in bb_mode_string() by Denys Vlasenko · 3 years, 3 months ago
  6. 4958c18 libbb: code shrink bb_parse_mode by Denys Vlasenko · 3 years, 3 months ago
  7. 9fe1548 date,touch: allow timezone offsets in dates by Ron Yorston · 3 years, 3 months ago
  8. 3512ef8 libbb: code shrink parse_datestr by Ron Yorston · 3 years, 3 months ago
  9. c00bcf2 libbb: reuse "bad port" error message string by Denys Vlasenko · 3 years, 3 months ago
  10. 7ab9cd2 libbb: make bb_lookup_port() abort on bad port names by Denys Vlasenko · 3 years, 3 months ago
  11. 59243a8 busybox: fix "busybox --help busybox" not showing correct text by Denys Vlasenko · 3 years, 4 months ago
  12. 4a68697 libbb: do not check closedir() in remove_file() by Denys Vlasenko · 3 years, 6 months ago
  13. 1746218 move iterate_on_dir() from e2fsprogs to libbb by Denys Vlasenko · 3 years, 6 months ago
  14. 56bbbfa cp: implement -n by Denys Vlasenko · 3 years, 6 months ago
  15. 2c43667 xxd: implement -i "C style output" by Denys Vlasenko · 3 years, 6 months ago
  16. 25fe2d5 xxd: do not try reading from closed stdin when non-existent file is given by Denys Vlasenko · 3 years, 6 months ago
  17. 4d16161 xxd: implement -o DISPLAYOFFSET by Denys Vlasenko · 3 years, 6 months ago
  18. a0f8076 hexdump: fix error message by Denys Vlasenko · 3 years, 6 months ago
  19. 457825f shells: do not allow bare "read" in non-bash compat configs by Denys Vlasenko · 3 years, 6 months ago
  20. 5dadd49 runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up by Denys Vlasenko · 3 years, 6 months ago
  21. df0383c libbb: correct the name of is_TERM_dumb() by Denys Vlasenko · 3 years, 6 months ago
  22. 3d9c649 ls: don't output any colors with TERM=dumb by Sören Tempel · 3 years, 7 months ago
  23. fe2d806 fix gcc-11.0 warnings by Denys Vlasenko · 3 years, 8 months ago
  24. 7323bca lineedit: fix tab completion with equal sign by Natanael Copa · 3 years, 8 months ago
  25. c2bd0b6 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators by Denys Vlasenko · 3 years, 9 months ago
  26. f26e563 echo: special case "echo --help": it should not show help text by Denys Vlasenko · 3 years, 9 months ago
  27. 760b627 lineedit: support empty PATH entries in tab completion by Ron Yorston · 3 years, 10 months ago
  28. 6bdfbc4 libbb: fix '--help' handling in FEATURE_SH_NOFORK=y by Denys Vlasenko · 3 years, 10 months ago
  29. 33745b1 ash: placate -Werror=format-security by Denys Vlasenko · 3 years, 10 months ago
  30. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  31. 6ad38d6 libbb: code shrink fgets_str by Ron Yorston · 3 years, 11 months ago
  32. c849e72 nl: ensure '-b n' option displays file content by Ron Yorston · 3 years, 11 months ago
  33. bcf91d2 libbb: code shrink and speed up index_in_strings() by Ron Yorston · 3 years, 11 months ago
  34. 59120c3 libbb: code shrink and speed up find_applet_by_name() by Ron Yorston · 3 years, 11 months ago
  35. 808d93c update_passwd: fix context variable by Bernd Kuhls · 4 years ago
  36. 09aba8b Fix missing "crypt.h" compilation error on the FreeBSD by Alex Samorukov · 4 years ago
  37. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  38. 89a5597 libbb/procps: smaller global data for username/groupname cache by Denys Vlasenko · 4 years ago
  39. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  40. 96717d9 lineedit: code shrink by Denys Vlasenko · 4 years ago
  41. fae7332 lineedit: add a comment about possible use of tcflush() by Denys Vlasenko · 4 years ago
  42. 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years ago
  43. 15733cb mount: if we race with other loop mount, we forget to close loop dev by Denys Vlasenko · 4 years ago
  44. 251e08f move ADJTIME_PATH define to header files by Denys Vlasenko · 4 years ago
  45. 4bc59a4 mount: fix a race when a free loop device is snatched under us by another mount. by Denys Vlasenko · 4 years ago
  46. 0723131 Fixes for Hurd build by Denys Vlasenko · 4 years ago
  47. bb15969 libbb: do not compile selinux_or_die() if !SELINUX by Denys Vlasenko · 4 years ago
  48. eb0c2e2 libbb: introduce and use xsettimeofday() by Denys Vlasenko · 4 years ago
  49. a97a795 lineedit: disable completion and fancy prompts if no shells are selected by Denys Vlasenko · 4 years ago
  50. 1d180cd lineedit: use strncmp instead of is_prefixed_with (we know the length) by Denys Vlasenko · 4 years ago
  51. eaced1e lineedit: remove ->path_lookup if ash is not configured by Denys Vlasenko · 4 years ago
  52. 8baa643 lineedit: match local directories when searching PATH by Ron Yorston · 4 years ago
  53. 8506dd6 lineedit: omit directories when tab-completing from PATH by Ron Yorston · 4 years ago
  54. 73d93d9 libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply) by Denys Vlasenko · 4 years ago
  55. c7b858f libbb: add and use infrastructure for fixed page size optimization by Denys Vlasenko · 4 years ago
  56. fd3c512 libbb: create and use mmap() helpers by Denys Vlasenko · 4 years ago
  57. 030fe31 libbb: make msleep() result in only one syscall instead of looping by Denys Vlasenko · 4 years ago
  58. abaee4a mkdtemp: proper error detection on mktemp by Xabier Oneca · 4 years ago
  59. f4f6e51 libbb: exec_login_shell() - new function by Denys Vlasenko · 4 years ago
  60. 0622416 libbb: code shrink in exec_shell() by Denys Vlasenko · 4 years ago
  61. 2075aa9 libbb: rename run_shell() to exec_shell() by Denys Vlasenko · 4 years ago
  62. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  63. 2fba2f5 unicode: relax array alignment for tables by Denys Vlasenko · 4 years ago
  64. 33e955a unicode: fix handling of short 1-4 char tables by Denys Vlasenko · 4 years ago
  65. eb77305 libbb: code shrink by Denys Vlasenko · 4 years, 1 month ago
  66. 6a55b4e libbb: introduce and use msleep() by Denys Vlasenko · 4 years, 1 month ago
  67. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years, 1 month ago
  68. 87bd558 libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping there by Denys Vlasenko · 4 years, 1 month ago
  69. 32a8f70 libbb: in @SECONDS date format, use 64-bit time if libc allows by Denys Vlasenko · 4 years, 1 month ago
  70. ae04ce8 base32/64: "truncated base64 input" -> "truncated input" by Denys Vlasenko · 4 years, 1 month ago
  71. 885121e libbb: change decode_base32/64 API to return the end of _dst_, not _src_. by Denys Vlasenko · 4 years, 1 month ago
  72. fc6faac libbb: trim base32/64 tables by Denys Vlasenko · 4 years, 1 month ago
  73. f140b49 base32/64: code shrink by Denys Vlasenko · 4 years, 1 month ago
  74. 7467e90 base32/64: code shrink by Denys Vlasenko · 4 years, 1 month ago
  75. 2cd37d6 libbb: faster and smaller decode_base32() by Denys Vlasenko · 4 years, 1 month ago
  76. 170b862 libbb: smaller and faster decode_base64() by Denys Vlasenko · 4 years, 1 month ago
  77. 2090048 base32: new applet by Denys Vlasenko · 4 years, 1 month ago
  78. 12aa68d libbb: set netlink socket revbuf size before binding by Jan Klötzke · 5 years ago
  79. 9bf4499 lineedit: fix unicode characters in prompt by Audun-Marius Gangstø · 4 years, 1 month ago
  80. 112453a od: unbreak it by Denys Vlasenko · 4 years, 2 months ago
  81. 079487b hexdump: fix dup block comparison by Denys Vlasenko · 4 years, 2 months ago
  82. dac5b83 xxd: fix printing of trailing spaces by Denys Vlasenko · 4 years, 2 months ago
  83. 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 2 months ago
  84. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  85. 4a0eb03 gcc-9.x warning fixes by Denys Vlasenko · 4 years, 2 months ago
  86. aaa0709 libbb: do not open-code __errno_location() call by Denys Vlasenko · 4 years, 2 months ago
  87. b1c7a66 libbb: extend "errno pointer" trick to other than __GLIBC__ by Denys Vlasenko · 4 years, 2 months ago
  88. 6561e07 mount: support the sizelimit and offset option for loop devices by Steffen Trumtrar · 4 years, 5 months ago
  89. abefc3c libbb: fold common64_hash() into its only user by Denys Vlasenko · 4 years, 2 months ago
  90. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  91. 79a4032 libbb: shrink last_char_is(), no longer allow NULL string argument by Denys Vlasenko · 4 years, 5 months ago
  92. d21a63f libbb: code shrink in last_char_is() by Denys Vlasenko · 4 years, 6 months ago
  93. c9fc153 compare_string_array: code shrink by Martin Lewis · 4 years, 6 months ago
  94. ac79db6 procps: code shrink by Martin Lewis · 4 years, 6 months ago
  95. 67e1529 nologin: make it possible to build it as single applet by Denys Vlasenko · 4 years, 6 months ago
  96. d5314e7 suppress a few compile warnings by Denys Vlasenko · 4 years, 6 months ago
  97. 5fa5c4b randomconfig fixes by Denys Vlasenko · 4 years, 6 months ago
  98. 9b4a9d9 xstrndup: Use strndup instead of implementing it. by Martin Lewis · 4 years, 9 months ago
  99. 9e2a566 ash,hush: allow builtins to be tab-completed, closes 7532 by Ron Yorston · 5 years ago
  100. d3539be Remove stime() function calls by Alistair Francis · 5 years ago