aboutsummaryrefslogtreecommitdiff
path: root/applets (follow)
Commit message (Expand)AuthorAgeFilesLines
* - remove warning about "'static' is not at beginning of declaration".aldot2005-10-281-2/+2
* show_usage should use bb_default_error_retval.landley2005-10-121-1/+1
* - remove explicit dependency of busybox.o and applets.o and usage.h from thealdot2005-10-051-1/+1
* - busybox.o and applets.o depend on usage.haldot2005-10-051-1/+1
* busybox.c: ENABLE_LOCALE logic correct.vodz2005-09-291-1/+1
* use the shorter license headervapier2005-09-241-15/+2
* use brief license linevapier2005-09-241-15/+2
* remove infinity loop ./busybox --help busyboxvodz2005-09-051-2/+3
* Fixes so "make allnoconfig" works again.landley2005-09-052-145/+133
* General cleanup of command line parsing to allow "busybox" to work as a prefix.landley2005-09-042-123/+58
* Busybox should only multiplex based on argv[1] when it's called as "busybox".landley2005-09-011-4/+0
* use toplevel ARFLAGS and update default ARFLAGS to be quietvapier2005-07-271-1/+1
* output busybox help to stdout, not stderrvapier2005-04-221-12/+12
* egor duda writes:andersen2004-10-082-10/+13
* Larry Doolittle writes:andersen2004-04-141-1/+1
* Fix it so usage is _always_ in sync with applets.c. Previously,andersen2004-04-063-11/+12
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-154-13/+13
* Vodz. last_patch_128bug12004-02-221-1/+1
* Patch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser,mjn32004-02-171-1/+3
* Rewrite parse_config_file(). Among the old version's problems:mjn32004-02-011-175/+220
* wrap bb help output if CONFIG_FEATURE_AUTOWIDTHtimr2003-11-071-1/+9
* Woops, the previous patch reversal wasnt complete, breaking everything.bug12003-10-041-1/+1
* Reverse my previous changes and make a note about why its dont this waybug12003-10-031-1/+12
* argc has already been decrementedbug12003-10-031-2/+3
* Patch from Rob Landley, Simplify organisation of arguments.bug12003-10-031-13/+2
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-142-2/+2
* Vodz, last_path_87, formatiing changesbug12003-05-261-275/+306
* Major coreutils update.mjn32003-03-192-19/+19
* I miscalculated on this one, change it backbug12002-11-281-5/+6
* Save a few bytes in show_usagebug12002-11-281-6/+6
* Fix dependancy so we rebuild busybox.o, usage.o and busybox.oandersen2002-09-301-0/+4
* Apply vodz' last_patch52andersen2002-09-161-1/+1
* Run through indent, use /* */ style comments instead of //bug12002-08-221-65/+65
* Added a compile time option to suppress the "Using fallback.." messagesandman2002-07-181-0/+2
* Don't treat a non-existant/-readable config file as an empty config, butsandman2002-07-161-1/+2
* Scrub pwd.h and grp.h handling so we don't have to play anyandersen2002-07-031-2/+2
* If config file can not be parsed, use compiled in BB_SUID_... values as asandman2002-06-061-55/+71
* Implement two types of suid/sgid support for BusyBox:sandman2002-06-041-0/+287
* Completely rework the config system so that it no longer annoys me to work onandersen2002-04-122-13/+41
* Apply lash_patch35 from vodz, which brings several nice size_optimizations.andersen2002-04-061-7/+10
* Vodz' last_patch31andersen2001-12-181-1/+1
* *** empty log message ***andersen2001-10-311-1/+0
* Move usage.h to include/usage.handersen2001-10-311-1904/+0
* Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>andersen2001-10-311-0/+10
* Fixup the new buildsystem a bit.andersen2001-10-242-18/+2
* Oops. Forgot these....andersen2001-10-241-0/+35
* Major rework of the directory structure and the entire build system.andersen2001-10-243-36/+36
* Commit the start-stop-daemon applet. This was contributed by Davidandersen2001-10-181-0/+14
* Remove duplicate tftp -l option helpbug12001-10-051-1/+0
* Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups.bug12001-10-051-2/+10