aboutsummaryrefslogtreecommitdiff
path: root/applets/applets.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pass a copy of argv[i] to NOFORK applets (they may permute it etc).vda2007-04-121-1/+5
* style fixes. No code changesvda2007-04-121-1/+1
* rename: run_applet_by_name -> run_applet_and_exitvda2007-04-111-4/+4
* add more convenient defines for [NO]MMU:vda2007-04-111-2/+2
* random NOMMU fixes. compressed --help really does work for NOMMU! /me happyvda2007-04-101-3/+3
* make compressed help code NOMMU- and NOFORK-friendly -vda2007-04-101-39/+28
* make a few struct bb_applet members conditionalvda2007-04-101-28/+25
* - very minor shrinkage (-3b)aldot2007-04-101-4/+6
* make xfunctions optionally longjump instead of exit.vda2007-04-091-1/+1
* busybox: fix "<applet>: applet not found" messagevda2007-04-091-1/+5
* Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsvda2007-04-091-17/+18
* merge busybox.c into applets.cvda2007-04-091-44/+193
* applets.c, xfunc.c: style cleanupvda2007-03-241-79/+80
* kill superfluous returns at the end of void functionsvda2007-03-111-1/+0
* do not put all <applet>_main() declarationsvda2007-02-031-1/+6
* preparatory patch for -Wwrite-strings #1vda2007-01-291-3/+3
* accumulated post-1.4.0 fixesvda2007-01-241-9/+15
* random tiny size savingsvda2006-12-241-8/+10
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-181-3/+3
* wget: fix error message.vda2006-11-101-1/+1
* add && !defined(__UCLIBC__) to static link warning checkvda2006-11-091-1/+2
* mostly style fixesvda2006-11-011-1/+1
* "#warning: http://...." doesn't work (gcc thinks that it's a comment!)vda2006-10-291-1/+1
* __GLIBC__ -> defined(__GLIBC__)vda2006-10-231-1/+1
* Added compile-time warning for STATIC+GLIBC buildvda2006-10-201-0/+7
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-3/+3
* mount: support user mounts if CONFIG_DESKTOPvda2006-10-161-5/+5
* attempt to regularize atoi mess.vda2006-10-081-2/+2
* build system overhaulvda2006-10-051-2/+0
* bb_applet_name -> applet_namevda2006-10-031-1/+1
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-031-1/+1
* applets.c: fix indentationvda2006-09-231-64/+64
* Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, Ilandley2006-07-261-1/+1
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-33/+24
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowlandley2006-06-181-6/+3
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-1/+1
* Rich Felker writes:landley2006-05-031-1/+1
* Fixup a build break if ENABLE_SHOW_USAGE switched off. (Fallout from thelandley2006-05-011-24/+3
* Patch from Dennis Vlasenko to add the option to compress help text.landley2006-04-271-23/+61
* - add option to suppress the terse usage messages. Saves 6.8k for defconfig:aldot2006-03-311-0/+4
* - correct typoaldot2006-03-231-3/+3
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* - shared libbusybox.aldot2006-01-151-1/+1
* Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares aboutlandley2005-12-071-1/+1
* - 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
* Fixes so "make allnoconfig" works again.landley2005-09-051-144/+128
* General cleanup of command line parsing to allow "busybox" to work as a prefix.landley2005-09-041-38/+14
* Busybox should only multiplex based on argv[1] when it's called as "busybox".landley2005-09-011-4/+0
* Larry Doolittle writes:andersen2004-04-141-1/+1