1. f26e563 echo: special case "echo --help": it should not show help text by Denys Vlasenko · 3 years, 9 months ago
  2. 6bdfbc4 libbb: fix '--help' handling in FEATURE_SH_NOFORK=y by Denys Vlasenko · 3 years, 10 months ago
  3. 59120c3 libbb: code shrink and speed up find_applet_by_name() by Ron Yorston · 3 years, 11 months ago
  4. aaa0709 libbb: do not open-code __errno_location() call by Denys Vlasenko · 4 years, 2 months ago
  5. b1c7a66 libbb: extend "errno pointer" trick to other than __GLIBC__ by Denys Vlasenko · 4 years, 2 months ago
  6. 67e1529 nologin: make it possible to build it as single applet by Denys Vlasenko · 4 years, 6 months ago
  7. af7169b clang/llvm 9 fix - do not eliminate a store to a fake "const" by Denys Vlasenko · 5 years ago
  8. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  9. 3193cb5 libbb: mark scripted_main() as externally visible by Ron Yorston · 6 years ago
  10. ff65355 single-applet build --help had extra \n, remove by Denys Vlasenko · 6 years ago
  11. 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
  12. d1b2ae2 busybox: add '--show SCRIPT' option to display scripts by Ron Yorston · 6 years ago
  13. 3778898 Treat custom and applet scripts as applets by Ron Yorston · 6 years ago
  14. c339c7f libarchive: add a function to unpack embedded data by Ron Yorston · 6 years ago
  15. 0575c99 busybox: show embedded scripts in applet list by Denys Vlasenko · 6 years ago
  16. 151de44 ash: recognize embedded scripts in SH_STANDALONE mode by Ron Yorston · 6 years ago
  17. aa2959c claenups for previous commit by Denys Vlasenko · 6 years ago
  18. 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 6 years ago
  19. 4c201c0 whitespace fixes by Denys Vlasenko · 6 years ago
  20. 253f555 usage: do not print trailing space for commands which have no arguments by Denys Vlasenko · 6 years ago
  21. 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
  22. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  23. ddd1ee4 libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbb by Denys Vlasenko · 7 years ago
  24. 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
  25. f2cf1cc noexec: set comm field for noexecs by Denys Vlasenko · 7 years ago
  26. 147d2ce standalone shell / prefer_applets: fix "exe" in comm fields by Denys Vlasenko · 7 years ago
  27. f128bdb shell: make standalone shell tab-complete "busybox" by Denys Vlasenko · 7 years ago
  28. 12a4f9a libbb: do not die if setgid/setuid(real_id) on startup fails by Denys Vlasenko · 7 years ago
  29. 69a5ec9 main: fix the case where user has "halt" as login shell. Closes 9986 by Denys Vlasenko · 7 years ago
  30. d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
  31. a8a075a busybox: stop depending on FEATURE_AUTOWIDTH for applet list by Denys Vlasenko · 8 years ago
  32. fe93624 Automatically disable FEATURE_COMPRESS_USAGE for small builds. by Denys Vlasenko · 8 years ago
  33. f1d76b6 appletlib: avoid warning on unused function ingroup by Cristian Ionescu-Idbohrn · 8 years ago
  34. 9cc3d3a fix breakage found by mass one-applet builds by Denys Vlasenko · 8 years ago
  35. 7d877fc Do not print useless empty line after list of applets by Denys Vlasenko · 8 years ago
  36. 7e8218f Fix allnoconfig warnings by Denys Vlasenko · 8 years ago
  37. 7f0ebbc hush: add commented-out debug printouts in "memleak" built-in by Denys Vlasenko · 8 years ago
  38. 215b0ca hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186 by Denys Vlasenko · 8 years ago
  39. f4f8fe8 build system: fix a few warnings for allnoconfig build by Denys Vlasenko · 8 years ago
  40. 1b0dcc0 libbb: suppress warning about run_applet_and_exit by Ron Yorston · 8 years ago
  41. ce824ae libbb: move common code into run_applet_and_exit by Ron Yorston · 9 years ago
  42. ba12081 Allow "busybox <applet>" to work when busybox is disabled by Ron Yorston · 9 years ago
  43. 8e95068 Make busybox an optional applet by Denys Vlasenko · 9 years ago
  44. 2b91958 Rewrite iteration through applet names to save a few bytes by Ron Yorston · 9 years ago
  45. b220617 find_applet_by_name: loop index should be signed by Ron Yorston · 9 years ago
  46. bc14f4d main(): add a TODO about finding a use for _end[] area by Denys Vlasenko · 9 years ago
  47. 1cf68e3 typo fix by Denys Vlasenko · 9 years ago
  48. a93e4fd find_applet_by_name: add an example of faster linear search code by Denys Vlasenko · 9 years ago
  49. 610c4c3 applet_tables: save space by removing applet name offsets by Ron Yorston · 9 years ago
  50. ae57af6 busybox: alter help message in standalone shell mode by Ron Yorston · 10 years ago
  51. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  52. 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
  53. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  54. 7f4a49a Print one less newline at the end of bb_show_usage() by Denys Vlasenko · 10 years ago
  55. de5edad special-case {true,false,test} --help by Denys Vlasenko · 10 years ago
  56. 7b729ed update copyright years by Aaro Koskinen · 10 years ago
  57. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  58. 628f134 exit with 127 if appled name wasn't found - it's more POSIXy by Denys Vlasenko · 10 years ago
  59. cd7a38a false: make "false --help" exit with 1 by Denys Vlasenko · 10 years ago
  60. 45b4ecc init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup by Denys Vlasenko · 10 years ago
  61. f1999b5 appletlib: fix set-but-unused warning by Mike Frysinger · 11 years ago
  62. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  63. efd0698 make --help return exitcode 0. Closes 5612 by Denys Vlasenko · 12 years ago
  64. 5d78355 code shrink by Denys Vlasenko · 12 years ago
  65. 0e941d5 Simplify copyright/license notice that appears in the binary. by Bradley M. Kuhn · 12 years ago
  66. 02b8b9b busybox: tweak help text and copyright year by Denys Vlasenko · 13 years ago
  67. ba88826 busybox: tweak help text by Denys Vlasenko · 13 years ago
  68. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  69. d84b175 Bump version to 1.19.0, update copyright year in help message by Denys Vlasenko · 13 years ago 1_19_0
  70. fe86d6b appletlib.c: do not use PAGE_SIZE for malloc tweaking by Denys Vlasenko · 14 years ago
  71. ea137aa warning removal by Cristian Ionescu-Idbohrn · 14 years ago
  72. 351fec3 busybox.conf: code shrink by Denys Vlasenko · 14 years ago
  73. d83aff1 busybox.conf: USER.GROUP is _optional_ by Denys Vlasenko · 14 years ago
  74. 3770b6b main: make busybox.conf mode handling less obscure by Denys Vlasenko · 14 years ago
  75. 9be4702 main: free suid_config list after use by Denys Vlasenko · 14 years ago
  76. 4566e17 simplify parsing of /etc/busybox.conf by Denys Vlasenko · 14 years ago
  77. b0b8884 Fix double words in comments. No code changes by Marek Polacek · 14 years ago
  78. 5c94271 busybox: fail if --install is not given an absolute path by Denys Vlasenko · 14 years ago
  79. 4a2a86d improve --install operation in chroot jails by Denys Vlasenko · 14 years ago
  80. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  81. 8da415e add if guards around include <malloc.h> by Denys Vlasenko · 14 years ago
  82. 0ab45da exclude the case of just "busybox" from previous commit by Denys Vlasenko · 14 years ago
  83. 8f0af3b if only one applet is enabled, make "busybox applet [params]" work as expected by Denys Vlasenko · 14 years ago
  84. 2b662c5 libbb: remove unused variable by Lauri Kasanen · 14 years ago
  85. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  86. caddfc8 decompress_bunzip2: handle concatenated .bz2 files by Denys Vlasenko · 14 years ago
  87. d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
  88. 819cacf busybox: add "busybox --list[-full]" to help text by Denys Vlasenko · 14 years ago
  89. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  90. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  91. 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
  92. 5c296de fix compile breakage with "make -j" by Denys Vlasenko · 14 years ago
  93. 1fcbff2 build system: do not rebuild ash and hush on any change to any .c file by Denys Vlasenko · 14 years ago
  94. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
  95. 0e5ba08 Remove requirement that include/applets.h must be sorted by Denys Vlasenko · 15 years ago
  96. 5a7c720 busybox --list option. +140 bytes. Rob wanted it. by Denys Vlasenko · 15 years ago
  97. 43b094b remove stdio from allnoconfig build by Denys Vlasenko · 15 years ago
  98. 3d0e779 libbb: locate PAGE_SIZE on Hurd by Denys Vlasenko · 15 years ago
  99. c1947f1 build failure fix and some cosmetics by Denys Vlasenko · 15 years ago
  100. 1f7c167 experimentally add mallopt tweaks for reduced memory consumption by Denys Vlasenko · 15 years ago