aboutsummaryrefslogtreecommitdiff
path: root/applets/applets.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* applets/applets.c: recognize subcommand in .exe formNguyễn Thái Ngọc Duy2009-04-231-0/+6
* applets: recognize baskslash as path separator when looking for basenameNguyễn Thái Ngọc Duy2009-04-231-0/+4
* adapt it to be buildableNguyễn Thái Ngọc Duy2009-04-231-0/+6
* use "glibc errno" trick not only for ash, but for entire busyboxvda2007-05-311-0/+9
* make "static linking against glibc" an #error, not #warningvda2007-05-181-0/+1
* applets: fix compile-time warningvda2007-05-041-1/+1
* fix suid config handlingvda2007-05-021-14/+25
* make "busybox" w/o args work again, and save 10 bytes in the process.vda2007-04-181-50/+52
* applet.c: ruid is needed only if FEATURE_SUID=yvda2007-04-161-2/+2
* - we unconditionally need ruid. Fixes build error in line 334aldot2007-04-161-2/+0
* lineedit: nuke two unused variables and code which sets themvda2007-04-141-8/+18
* hush: use NOFORK applets as appropriate. Net reduction of code size.vda2007-04-141-12/+18
* 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