1. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  2. c1ef7bd just whitespace by Tim Riker · 19 years ago
  3. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  4. c8e4115 Update readme and install.sh usage message. by Rob Landley · 19 years ago
  5. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  6. f00680e - use HOSTCC instead of a hardcoded cc by Bernhard Reutner-Fischer · 19 years ago
  7. a930bd3 Stephane Billiart said: by Rob Landley · 19 years ago
  8. e0c418e The rest of Yann E. Morin's install revamp. by Rob Landley · 19 years ago
  9. cc59aae Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares about by Rob Landley · 19 years ago
  10. 6973abc - remove warning about "'static' is not at beginning of declaration". by Bernhard Reutner-Fischer · 19 years ago
  11. 046d6e7 show_usage should use bb_default_error_retval. by Rob Landley · 19 years ago
  12. 14b1c1d - remove explicit dependency of busybox.o and applets.o and usage.h from the by Bernhard Reutner-Fischer · 19 years ago
  13. 83e1884 - busybox.o and applets.o depend on usage.h by Bernhard Reutner-Fischer · 19 years ago
  14. 7407868 busybox.c: ENABLE_LOCALE logic correct. by "Vladimir N. Oleynik" · 19 years ago
  15. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  16. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  17. 10a1fe6 remove infinity loop ./busybox --help busybox by "Vladimir N. Oleynik" · 19 years ago
  18. 8a7a678 Fixes so "make allnoconfig" works again. by Rob Landley · 19 years ago
  19. b766c39 General cleanup of command line parsing to allow "busybox" to work as a prefix. by Rob Landley · 19 years ago
  20. 9139770 Busybox should only multiplex based on argv[1] when it's called as "busybox". by Rob Landley · 19 years ago
  21. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  22. 2c12d43 output busybox help to stdout, not stderr by Mike Frysinger · 20 years ago
  23. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  24. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  25. 674b08a Fix it so usage is _always_ in sync with applets.c. Previously, by Eric Andersen · 21 years ago
  26. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  27. 7fc504c Vodz. last_patch_128 by Glenn L McGrath · 21 years ago
  28. 7b565a0 Patch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser, by Manuel Novoa III · 21 years ago
  29. 31b98dd Rewrite parse_config_file(). Among the old version's problems: by Manuel Novoa III · 21 years ago
  30. b1ffba0 wrap bb help output if CONFIG_FEATURE_AUTOWIDTH by Tim Riker · 21 years ago
  31. fd7bc13 Woops, the previous patch reversal wasnt complete, breaking everything. by Glenn L McGrath · 21 years ago
  32. f86bd9f Reverse my previous changes and make a note about why its dont this way by Glenn L McGrath · 21 years ago
  33. 4a77c78 argc has already been decremented by Glenn L McGrath · 21 years ago
  34. cb920d9 Patch from Rob Landley, Simplify organisation of arguments. by Glenn L McGrath · 21 years ago
  35. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  36. 2faee7b Vodz, last_path_87, formatiing changes by Glenn L McGrath · 22 years ago
  37. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  38. 4d4ef19 I miscalculated on this one, change it back by Glenn L McGrath · 22 years ago
  39. 6ead3ab Save a few bytes in show_usage by Glenn L McGrath · 22 years ago
  40. a6f6e06 Fix dependancy so we rebuild busybox.o, usage.o and busybox.o by Eric Andersen · 22 years ago
  41. c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
  42. b37367a Run through indent, use /* */ style comments instead of // by Glenn L McGrath · 22 years ago
  43. 88947dd Added a compile time option to suppress the "Using fallback.." message by Robert Griebl · 22 years ago
  44. e4f9f3a Don't treat a non-existant/-readable config file as an empty config, but by Robert Griebl · 22 years ago
  45. 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
  46. 0c789a4 If config file can not be parsed, use compiled in BB_SUID_... values as a by Robert Griebl · 23 years ago
  47. c9aca45 Implement two types of suid/sgid support for BusyBox: by Robert Griebl · 23 years ago
  48. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 23 years ago
  49. fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 23 years ago
  50. fb74a45 Vodz' last_patch31 by Eric Andersen · 23 years ago
  51. 8fc0589 *** empty log message *** by Eric Andersen · 23 years ago
  52. 1552ff7 Move usage.h to include/usage.h by Eric Andersen · 23 years ago
  53. 6cf47a7 Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> by Eric Andersen · 23 years ago
  54. 3cd2760 Fixup the new buildsystem a bit. by Eric Andersen · 23 years ago
  55. 4bcdd72 Oops. Forgot these.... by Eric Andersen · 23 years ago
  56. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  57. c2af1ee Commit the start-stop-daemon applet. This was contributed by David by Eric Andersen · 23 years ago
  58. 3550753 Remove duplicate tftp -l option help by Glenn L McGrath · 23 years ago
  59. ad117d8 Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups. by Glenn L McGrath · 23 years ago
  60. 24e2833 Initial support for for bunzip2.... by Glenn L McGrath · 23 years ago
  61. 63ae661 use the pedantically correct compiler for preprocessing by Eric Andersen · 23 years ago
  62. 3be3430 Fix tftp usage information (closes: #1216). by Matt Kraai · 23 years ago
  63. 9163101 Remove traces of rpmunpack (patch by Laurence Anderson). by Matt Kraai · 23 years ago
  64. ab3d839 Add support for `busybox --help APPLET' by Vladimir Oleynik. by Matt Kraai · 23 years ago
  65. 861e624 Fix ash exec (noted by Arne Bernin). by Matt Kraai · 23 years ago
  66. 449377a Fix invocation of `-/bin/sh' (bug #1209). by Matt Kraai · 23 years ago
  67. f349e97 Initial merge of all tinylogin applets that do not require crypt. by Eric Andersen · 23 years ago
  68. 2d91deb Allow multiple shells to be enabled. by Matt Kraai · 23 years ago
  69. 221b2ea I just wrote up a simple pidof applet, closing bug #1197 -Erik by Eric Andersen · 23 years ago
  70. 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
  71. b9e4ce9 Update dpkg usage by Glenn L McGrath · 23 years ago
  72. 5c58d28 A traceroute applet from vodz. This could probably be slimmed down, by Eric Andersen · 23 years ago
  73. f8736d2 rpm2cpio applet by Laurence Anderson by Glenn L McGrath · 23 years ago
  74. 2e6d3cf Nore unarchive (and doc) fixes from Laurence Anderson by Glenn L McGrath · 24 years ago
  75. 1557626 Make the extern NUM_APPLETS be a extern const NUM_APPLETS, to match by Eric Andersen · 24 years ago
  76. 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 24 years ago
  77. 8071c02 Add wget -P support, finishing off bug #1176 -Erik by Eric Andersen · 24 years ago
  78. 091781e Support tar -C, per bug #1176 -Erik by Eric Andersen · 24 years ago
  79. 075228a Remove documentation of unsupported sed options. by Matt Kraai · 24 years ago
  80. fa2661f Per a suggestion from Tom Oehser, fix up the leading-hyphen hack to by Eric Andersen · 24 years ago
  81. bd4b621 Applied patch from Jim Gleason that makes it so busybox will still work even by Mark Whitley · 24 years ago
  82. 62ebe2e Remove space between ar options by Glenn L McGrath · 24 years ago
  83. cda5cf1 Correct ar options by Glenn L McGrath · 24 years ago
  84. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 24 years ago
  85. 3200f5a It turns out the descriptions of both dos2unix and unix2dos by Eric Andersen · 24 years ago
  86. 004015e Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug by Eric Andersen · 24 years ago
  87. abec344 A couple more minor touchups by Eric Andersen · 24 years ago
  88. 317827d Several cleanups for usage messages by Eric Andersen · 24 years ago
  89. 2f6e1f8 Patch from Gernot Poerner <gp@it-netservice.de>. Adds in mount bind support. by Eric Andersen · 24 years ago
  90. 6197c51 Fix an escape problem in the docs. Some \n's didn't have the '\' by Eric Andersen · 24 years ago
  91. 50ae310 Patch from Adam Heath <doogie@debian.org> to add arbitrary header support by Eric Andersen · 24 years ago
  92. 4819c3d Make the locale stuff only do the getpid==1 check if BB_INIT is defined by Eric Andersen · 24 years ago
  93. 238da24 Fix the chown usage text, also thanks to Lars Kellogg-Stedman <lars@larsshack.org> by Eric Andersen · 24 years ago
  94. c96381b Fix env usage information. by Matt Kraai · 24 years ago
  95. 28355a3 Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, by Eric Andersen · 24 years ago
  96. b9f5b82 Another refinement, this time from Larry. by Eric Andersen · 24 years ago
  97. 6d553ef Argh. Now we break non-pristine builds. Check a bit more carefully. -Erik by Eric Andersen · 24 years ago
  98. 3f99b56 A patch from Larry to fix pristine source builds (again). by Eric Andersen · 24 years ago
  99. 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 24 years ago
  100. 2789906 Removed obsoleted BB_FEATURE_RM_INTERACTIVE by Mark Whitley · 24 years ago