1. 4c201c0 whitespace fixes by Denys Vlasenko · 6 years ago
  2. 253f555 usage: do not print trailing space for commands which have no arguments by Denys Vlasenko · 6 years ago
  3. 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
  4. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  5. ddd1ee4 libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbb by Denys Vlasenko · 7 years ago
  6. 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
  7. f2cf1cc noexec: set comm field for noexecs by Denys Vlasenko · 7 years ago
  8. 147d2ce standalone shell / prefer_applets: fix "exe" in comm fields by Denys Vlasenko · 7 years ago
  9. f128bdb shell: make standalone shell tab-complete "busybox" by Denys Vlasenko · 7 years ago
  10. 12a4f9a libbb: do not die if setgid/setuid(real_id) on startup fails by Denys Vlasenko · 7 years ago
  11. 69a5ec9 main: fix the case where user has "halt" as login shell. Closes 9986 by Denys Vlasenko · 7 years ago
  12. d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
  13. a8a075a busybox: stop depending on FEATURE_AUTOWIDTH for applet list by Denys Vlasenko · 8 years ago
  14. fe93624 Automatically disable FEATURE_COMPRESS_USAGE for small builds. by Denys Vlasenko · 8 years ago
  15. f1d76b6 appletlib: avoid warning on unused function ingroup by Cristian Ionescu-Idbohrn · 8 years ago
  16. 9cc3d3a fix breakage found by mass one-applet builds by Denys Vlasenko · 8 years ago
  17. 7d877fc Do not print useless empty line after list of applets by Denys Vlasenko · 8 years ago
  18. 7e8218f Fix allnoconfig warnings by Denys Vlasenko · 8 years ago
  19. 7f0ebbc hush: add commented-out debug printouts in "memleak" built-in by Denys Vlasenko · 8 years ago
  20. 215b0ca hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186 by Denys Vlasenko · 8 years ago
  21. f4f8fe8 build system: fix a few warnings for allnoconfig build by Denys Vlasenko · 8 years ago
  22. 1b0dcc0 libbb: suppress warning about run_applet_and_exit by Ron Yorston · 8 years ago
  23. ce824ae libbb: move common code into run_applet_and_exit by Ron Yorston · 9 years ago
  24. ba12081 Allow "busybox <applet>" to work when busybox is disabled by Ron Yorston · 9 years ago
  25. 8e95068 Make busybox an optional applet by Denys Vlasenko · 9 years ago
  26. 2b91958 Rewrite iteration through applet names to save a few bytes by Ron Yorston · 9 years ago
  27. b220617 find_applet_by_name: loop index should be signed by Ron Yorston · 9 years ago
  28. bc14f4d main(): add a TODO about finding a use for _end[] area by Denys Vlasenko · 9 years ago
  29. 1cf68e3 typo fix by Denys Vlasenko · 9 years ago
  30. a93e4fd find_applet_by_name: add an example of faster linear search code by Denys Vlasenko · 9 years ago
  31. 610c4c3 applet_tables: save space by removing applet name offsets by Ron Yorston · 9 years ago
  32. ae57af6 busybox: alter help message in standalone shell mode by Ron Yorston · 10 years ago
  33. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  34. 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
  35. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  36. 7f4a49a Print one less newline at the end of bb_show_usage() by Denys Vlasenko · 10 years ago
  37. de5edad special-case {true,false,test} --help by Denys Vlasenko · 10 years ago
  38. 7b729ed update copyright years by Aaro Koskinen · 10 years ago
  39. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  40. 628f134 exit with 127 if appled name wasn't found - it's more POSIXy by Denys Vlasenko · 10 years ago
  41. cd7a38a false: make "false --help" exit with 1 by Denys Vlasenko · 10 years ago
  42. 45b4ecc init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup by Denys Vlasenko · 10 years ago
  43. f1999b5 appletlib: fix set-but-unused warning by Mike Frysinger · 11 years ago
  44. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  45. efd0698 make --help return exitcode 0. Closes 5612 by Denys Vlasenko · 12 years ago
  46. 5d78355 code shrink by Denys Vlasenko · 12 years ago
  47. 0e941d5 Simplify copyright/license notice that appears in the binary. by Bradley M. Kuhn · 12 years ago
  48. 02b8b9b busybox: tweak help text and copyright year by Denys Vlasenko · 13 years ago
  49. ba88826 busybox: tweak help text by Denys Vlasenko · 13 years ago
  50. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  51. d84b175 Bump version to 1.19.0, update copyright year in help message by Denys Vlasenko · 13 years ago 1_19_0
  52. fe86d6b appletlib.c: do not use PAGE_SIZE for malloc tweaking by Denys Vlasenko · 14 years ago
  53. ea137aa warning removal by Cristian Ionescu-Idbohrn · 14 years ago
  54. 351fec3 busybox.conf: code shrink by Denys Vlasenko · 14 years ago
  55. d83aff1 busybox.conf: USER.GROUP is _optional_ by Denys Vlasenko · 14 years ago
  56. 3770b6b main: make busybox.conf mode handling less obscure by Denys Vlasenko · 14 years ago
  57. 9be4702 main: free suid_config list after use by Denys Vlasenko · 14 years ago
  58. 4566e17 simplify parsing of /etc/busybox.conf by Denys Vlasenko · 14 years ago
  59. b0b8884 Fix double words in comments. No code changes by Marek Polacek · 14 years ago
  60. 5c94271 busybox: fail if --install is not given an absolute path by Denys Vlasenko · 14 years ago
  61. 4a2a86d improve --install operation in chroot jails by Denys Vlasenko · 14 years ago
  62. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  63. 8da415e add if guards around include <malloc.h> by Denys Vlasenko · 14 years ago
  64. 0ab45da exclude the case of just "busybox" from previous commit by Denys Vlasenko · 14 years ago
  65. 8f0af3b if only one applet is enabled, make "busybox applet [params]" work as expected by Denys Vlasenko · 14 years ago
  66. 2b662c5 libbb: remove unused variable by Lauri Kasanen · 14 years ago
  67. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  68. caddfc8 decompress_bunzip2: handle concatenated .bz2 files by Denys Vlasenko · 14 years ago
  69. d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
  70. 819cacf busybox: add "busybox --list[-full]" to help text by Denys Vlasenko · 14 years ago
  71. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  72. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  73. 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
  74. 5c296de fix compile breakage with "make -j" by Denys Vlasenko · 14 years ago
  75. 1fcbff2 build system: do not rebuild ash and hush on any change to any .c file by Denys Vlasenko · 14 years ago
  76. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
  77. 0e5ba08 Remove requirement that include/applets.h must be sorted by Denys Vlasenko · 15 years ago
  78. 5a7c720 busybox --list option. +140 bytes. Rob wanted it. by Denys Vlasenko · 15 years ago
  79. 43b094b remove stdio from allnoconfig build by Denys Vlasenko · 15 years ago
  80. 3d0e779 libbb: locate PAGE_SIZE on Hurd by Denys Vlasenko · 15 years ago
  81. c1947f1 build failure fix and some cosmetics by Denys Vlasenko · 15 years ago
  82. 1f7c167 experimentally add mallopt tweaks for reduced memory consumption by Denys Vlasenko · 15 years ago
  83. 630dde1 code shrink in help text code by Denys Vlasenko · 15 years ago
  84. b347592 update copyright year by Denys Vlasenko · 15 years ago
  85. 263cff9 do not store 1st two bytes of compressed help text by Denys Vlasenko · 15 years ago
  86. 6d48d3e rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes. by Denys Vlasenko · 15 years ago
  87. 0ad438b comment fix, no code changes by Denys Vlasenko · 15 years ago
  88. 3b40543 busybox --install [-s] [DIR]: allow a parameter - destination DIR by Denys Vlasenko · 15 years ago
  89. 0149f02 appletlib.c: prevent applet list overflowing screen by Denys Vlasenko · 16 years ago
  90. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  91. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  92. 4240408 trim help text a bit by Denis Vlasenko · 16 years ago
  93. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  94. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  95. bd28f6b test: fix parser to prefer binop over unop, as coreutils does. by Denis Vlasenko · 16 years ago
  96. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  97. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  98. 21278df busybox: do not print help to fd 2, print it to fd 1 by Denis Vlasenko · 16 years ago
  99. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  100. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago