summaryrefslogtreecommitdiff
path: root/applets
Commit message (Expand)AuthorAgeFilesLines
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-012-16/+7
* add s390x to the listMike Frysinger2006-02-201-1/+1
* forgoten new file for 14080 revison"Vladimir N. Oleynik"2006-02-161-0/+10
* moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"2006-02-161-1/+1
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2
* just whitespaceTim Riker2006-01-251-2/+2
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-1/+1
* Update readme and install.sh usage message.Rob Landley2006-01-191-1/+1
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-154-6/+24
* - use HOSTCC instead of a hardcoded ccBernhard Reutner-Fischer2005-12-291-1/+1
* Stephane Billiart said:Rob Landley2005-12-161-1/+1
* The rest of Yann E. Morin's install revamp.Rob Landley2005-12-151-5/+6
* Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares aboutRob Landley2005-12-071-1/+1
* - remove warning about "'static' is not at beginning of declaration".Bernhard Reutner-Fischer2005-10-281-2/+2
* show_usage should use bb_default_error_retval.Rob Landley2005-10-121-1/+1
* - remove explicit dependency of busybox.o and applets.o and usage.h from theBernhard Reutner-Fischer2005-10-051-1/+1
* - busybox.o and applets.o depend on usage.hBernhard Reutner-Fischer2005-10-051-1/+1
* busybox.c: ENABLE_LOCALE logic correct."Vladimir N. Oleynik"2005-09-291-1/+1
* use the shorter license headerMike Frysinger2005-09-241-15/+2
* use brief license lineMike Frysinger2005-09-241-15/+2
* remove infinity loop ./busybox --help busybox"Vladimir N. Oleynik"2005-09-051-2/+3
* Fixes so "make allnoconfig" works again.Rob Landley2005-09-052-145/+133
* General cleanup of command line parsing to allow "busybox" to work as a prefix.Rob Landley2005-09-042-123/+58
* Busybox should only multiplex based on argv[1] when it's called as "busybox".Rob Landley2005-09-011-4/+0
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-271-1/+1
* output busybox help to stdout, not stderrMike Frysinger2005-04-221-12/+12
* egor duda writes:Eric Andersen2004-10-082-10/+13
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Fix it so usage is _always_ in sync with applets.c. Previously,Eric Andersen2004-04-063-11/+12
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-154-13/+13
* Vodz. last_patch_128Glenn L McGrath2004-02-221-1/+1
* Patch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser,Manuel Novoa III2004-02-171-1/+3
* Rewrite parse_config_file(). Among the old version's problems:Manuel Novoa III2004-02-011-175/+220
* wrap bb help output if CONFIG_FEATURE_AUTOWIDTHTim Riker2003-11-071-1/+9
* Woops, the previous patch reversal wasnt complete, breaking everything.Glenn L McGrath2003-10-041-1/+1
* Reverse my previous changes and make a note about why its dont this wayGlenn L McGrath2003-10-031-1/+12
* argc has already been decrementedGlenn L McGrath2003-10-031-2/+3
* Patch from Rob Landley, Simplify organisation of arguments.Glenn L McGrath2003-10-031-13/+2
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-142-2/+2
* Vodz, last_path_87, formatiing changesGlenn L McGrath2003-05-261-275/+306
* Major coreutils update.Manuel Novoa III2003-03-192-19/+19
* I miscalculated on this one, change it backGlenn L McGrath2002-11-281-5/+6
* Save a few bytes in show_usageGlenn L McGrath2002-11-281-6/+6
* Fix dependancy so we rebuild busybox.o, usage.o and busybox.oEric Andersen2002-09-301-0/+4
* Apply vodz' last_patch52Eric Andersen2002-09-161-1/+1
* Run through indent, use /* */ style comments instead of //Glenn L McGrath2002-08-221-65/+65
* Added a compile time option to suppress the "Using fallback.." messageRobert Griebl2002-07-181-0/+2