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