aboutsummaryrefslogtreecommitdiff
path: root/applets (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - we unconditionally need ruid. Fixes build error in line 334Bernhard Reutner-Fischer2007-04-161-2/+0
* lineedit: nuke two unused variables and code which sets themDenis Vlasenko2007-04-141-8/+18
* hush: use NOFORK applets as appropriate. Net reduction of code size.Denis Vlasenko2007-04-141-12/+18
* pass a copy of argv[i] to NOFORK applets (they may permute it etc).Denis Vlasenko2007-04-121-1/+5
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* rename: run_applet_by_name -> run_applet_and_exitDenis Vlasenko2007-04-111-4/+4
* add more convenient defines for [NO]MMU:Denis Vlasenko2007-04-111-2/+2
* random NOMMU fixes. compressed --help really does work for NOMMU! /me happyDenis Vlasenko2007-04-101-3/+3
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-101-39/+28
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-28/+25
* - very minor shrinkage (-3b)Bernhard Reutner-Fischer2007-04-101-4/+6
* make xfunctions optionally longjump instead of exit.Denis Vlasenko2007-04-091-1/+1
* busybox: fix "<applet>: applet not found" messageDenis Vlasenko2007-04-091-1/+5
* Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsDenis Vlasenko2007-04-091-17/+18
* merge busybox.c into applets.cDenis Vlasenko2007-04-093-203/+193
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-1/+1
* #ifdef out re_execed on MMU machinesDenis Vlasenko2007-03-241-0/+4
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko2007-03-242-2/+8
* applets.c, xfunc.c: style cleanupDenis Vlasenko2007-03-241-79/+80
* kill superfluous returns at the end of void functionsDenis Vlasenko2007-03-111-1/+0
* syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko2007-02-111-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-032-1/+2
* do not put all <applet>_main() declarationsDenis Vlasenko2007-02-032-2/+7
* usage_compressed: be more permissive in which od flavors we supportDenis Vlasenko2007-02-031-1/+1
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-3/+3
* accumulated post-1.4.0 fixesDenis Vlasenko2007-01-241-9/+15
* fix allnoconfig build. the most useful fix of the month. ;)Denis Vlasenko2007-01-031-1/+1
* convert usage compressed command into the new cmd styleMike Frysinger2007-01-021-2/+3
* style fixesDenis Vlasenko2006-12-261-1/+1
* random tiny size savingsDenis Vlasenko2006-12-242-42/+42
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-3/+3
* - add FIXME to brokenness in the installer..Bernhard Reutner-Fischer2006-11-221-0/+1
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko2006-11-211-2/+2
* - fix generation of the busybox.links install script inputfileBernhard Reutner-Fischer2006-11-171-1/+1
* wget: fix error message.Denis Vlasenko2006-11-101-1/+1
* add && !defined(__UCLIBC__) to static link warning checkDenis Vlasenko2006-11-091-1/+2
* mostly style fixesDenis Vlasenko2006-11-011-1/+1
* "#warning: http://...." doesn't work (gcc thinks that it's a comment!)Denis Vlasenko2006-10-291-1/+1
* __GLIBC__ -> defined(__GLIBC__)Denis Vlasenko2006-10-231-1/+1
* Added compile-time warning for STATIC+GLIBC buildDenis Vlasenko2006-10-201-0/+7
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-3/+3
* build system: (try to) get rid of bb_config.h hackDenis Vlasenko2006-10-191-1/+1
* move usage_compressed.h generation into applets/Denis Vlasenko2006-10-193-3/+42
* applets/applets.o must be rebuilt if usage.h is modified.Denis Vlasenko2006-10-191-0/+9
* mount: support user mounts if CONFIG_DESKTOPDenis Vlasenko2006-10-161-5/+5
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+2
* which: -84 bytesDenis Vlasenko2006-10-051-4/+4
* build system overhaulDenis Vlasenko2006-10-054-51/+9
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-033-10/+11
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-031-1/+1