1. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  2. 3f9c848 trylink: instead of build error, disable --gc-sections if GLIBC && STATIC by Denis Vlasenko · 17 years ago
  3. 1aa7e47 reorganize applet table. Eliminates pointers to names. by Denis Vlasenko · 17 years ago
  4. 15c3885 fix incorrect text of link-time error message. No code changes by Denis Vlasenko · 17 years ago
  5. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  6. 724d196 Move applets/applet.c into libbb, allows to get rid of --whole-archive by Denis Vlasenko · 17 years ago
  7. 82d38da get rid of global "struct bb_applet *current_applet" by Denis Vlasenko · 17 years ago
  8. 642a52d make --help work for "individual applets" too. by Denis Vlasenko · 17 years ago
  9. d62fd84 libbusybox: move (possibly compressed) help stuff into libbusybox. by Denis Vlasenko · 17 years ago
  10. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  11. 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
  12. 9b0a439 remove stray 8-bit chars from copyright banner by Denis Vlasenko · 17 years ago
  13. beffd43 busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message by Denis Vlasenko · 17 years ago
  14. 737d131 support "#!/bin/busybox"-style wrappers. Needed for SELinux. by Denis Vlasenko · 17 years ago
  15. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  16. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  17. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  18. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  19. ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 17 years ago
  20. bdbbb7e make busybox --install work even if /proc/self/exe doesn't exist by Denis Vlasenko · 17 years ago
  21. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 17 years ago
  22. 4500c58 make "static linking against glibc" an #error, not #warning by Denis Vlasenko · 17 years ago
  23. 3349fc4 applets: fix compile-time warning by Denis Vlasenko · 17 years ago
  24. 3bc1825 fix suid config handling by Denis Vlasenko · 17 years ago
  25. 2ace1e3 make "busybox" w/o args work again, and save 10 bytes in the process. by Denis Vlasenko · 18 years ago
  26. 17e3c34 applet.c: ruid is needed only if FEATURE_SUID=y by Denis Vlasenko · 18 years ago
  27. bc9d7d7 - we unconditionally need ruid. Fixes build error in line 334 by Bernhard Reutner-Fischer · 18 years ago
  28. 5f9468e lineedit: nuke two unused variables and code which sets them by Denis Vlasenko · 18 years ago
  29. f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 18 years ago
  30. 831a20f pass a copy of argv[i] to NOFORK applets (they may permute it etc). by Denis Vlasenko · 18 years ago
  31. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  32. e4f2d06 rename: run_applet_by_name -> run_applet_and_exit by Denis Vlasenko · 18 years ago
  33. 473dae0 add more convenient defines for [NO]MMU: "#ifndef BB_NOMMU" is a double negative by Denis Vlasenko · 18 years ago
  34. f1a7141 random NOMMU fixes. compressed --help really does work for NOMMU! /me happy by Denis Vlasenko · 18 years ago
  35. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
  36. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  37. 163516d - very minor shrinkage (-3b) by Bernhard Reutner-Fischer · 18 years ago
  38. 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 18 years ago
  39. 2dfdd44 busybox: fix "<applet>: applet not found" message by Denis Vlasenko · 18 years ago
  40. c44ab01 Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets by Denis Vlasenko · 18 years ago
  41. 32b633a merge busybox.c into applets.c by Denis Vlasenko · 18 years ago
  42. 1b6fa4c applets.c, xfunc.c: style cleanup by Denis Vlasenko · 18 years ago
  43. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 18 years ago
  44. c7ba8b9 do not put all <applet>_main() declarations by Denis Vlasenko · 18 years ago
  45. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  46. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  47. 0ee3999 random tiny size savings by Denis Vlasenko · 18 years ago
  48. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  49. 067e3f0 wget: fix error message. by Denis Vlasenko · 18 years ago
  50. 07159f0 add && !defined(__UCLIBC__) to static link warning check by Denis Vlasenko · 18 years ago
  51. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  52. afea46b "#warning: http://...." doesn't work (gcc thinks that it's a comment!) by Denis Vlasenko · 18 years ago
  53. 7c4503d __GLIBC__ -> defined(__GLIBC__) by Denis Vlasenko · 18 years ago
  54. df51892 Added compile-time warning for STATIC+GLIBC build by Denis Vlasenko · 18 years ago
  55. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  56. 13c5a68 mount: support user mounts if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  57. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  58. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  59. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  60. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  61. 01a74f9 applets.c: fix indentation by Denis Vlasenko · 18 years ago
  62. e1a0f53 Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, I by Rob Landley · 18 years ago
  63. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  64. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
  65. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  66. 1801e9c Rich Felker writes: mistake in a macro caused statement before declaration. by Rob Landley · 18 years ago
  67. 73f5470 Fixup a build break if ENABLE_SHOW_USAGE switched off. (Fallout from the by Rob Landley · 18 years ago
  68. 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 18 years ago
  69. 81901a0 - add option to suppress the terse usage messages. Saves 6.8k for defconfig: by Bernhard Reutner-Fischer · 19 years ago
  70. e0fe937 - correct typo by Bernhard Reutner-Fischer · 19 years ago
  71. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  72. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  73. cc59aae Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares about by Rob Landley · 19 years ago
  74. 6973abc - remove warning about "'static' is not at beginning of declaration". by Bernhard Reutner-Fischer · 19 years ago
  75. 046d6e7 show_usage should use bb_default_error_retval. by Rob Landley · 19 years ago
  76. 8a7a678 Fixes so "make allnoconfig" works again. by Rob Landley · 19 years ago
  77. b766c39 General cleanup of command line parsing to allow "busybox" to work as a prefix. by Rob Landley · 19 years ago
  78. 9139770 Busybox should only multiplex based on argv[1] when it's called as "busybox". by Rob Landley · 19 years ago
  79. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  80. 674b08a Fix it so usage is _always_ in sync with applets.c. Previously, by Eric Andersen · 21 years ago
  81. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  82. 7fc504c Vodz. last_patch_128 by Glenn L McGrath · 21 years ago
  83. 7b565a0 Patch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser, by Manuel Novoa III · 21 years ago
  84. 31b98dd Rewrite parse_config_file(). Among the old version's problems: by Manuel Novoa III · 21 years ago
  85. 2faee7b Vodz, last_path_87, formatiing changes by Glenn L McGrath · 21 years ago
  86. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  87. 4d4ef19 I miscalculated on this one, change it back by Glenn L McGrath · 22 years ago
  88. 6ead3ab Save a few bytes in show_usage by Glenn L McGrath · 22 years ago
  89. c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
  90. b37367a Run through indent, use /* */ style comments instead of // by Glenn L McGrath · 22 years ago
  91. 88947dd Added a compile time option to suppress the "Using fallback.." message by Robert Griebl · 22 years ago
  92. e4f9f3a Don't treat a non-existant/-readable config file as an empty config, but by Robert Griebl · 22 years ago
  93. 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
  94. 0c789a4 If config file can not be parsed, use compiled in BB_SUID_... values as a by Robert Griebl · 22 years ago
  95. c9aca45 Implement two types of suid/sgid support for BusyBox: by Robert Griebl · 22 years ago
  96. ab3d839 Add support for `busybox --help APPLET' by Vladimir Oleynik. by Matt Kraai · 23 years ago
  97. 861e624 Fix ash exec (noted by Arne Bernin). by Matt Kraai · 23 years ago
  98. 1557626 Make the extern NUM_APPLETS be a extern const NUM_APPLETS, to match by Eric Andersen · 23 years ago
  99. bd4b621 Applied patch from Jim Gleason that makes it so busybox will still work even by Mark Whitley · 23 years ago
  100. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago