summaryrefslogtreecommitdiff
path: root/applets
Commit message (Expand)AuthorAgeFilesLines
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-2/+2
* small code readability and typo fixesDenis Vlasenko2008-02-221-2/+2
* build system: make it do without od -tDenis Vlasenko2008-02-091-4/+12
* ps: add conditional support for -o [e]timeDenis Vlasenko2008-01-051-1/+1
* Makefile.help: removing allbareconfig target from helpDenis Vlasenko2008-01-041-1/+1
* trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko2007-12-281-11/+0
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-241-1/+1
* init: remove superfluous forks and messing up with argv[0]Denis Vlasenko2007-12-101-1/+2
* Further optimize applet tables; prettify build outputDenis Vlasenko2007-11-292-26/+47
* forgotten part of previous commitDenis Vlasenko2007-11-281-0/+94
* reorganize applet table. Eliminates pointers to names.Denis Vlasenko2007-11-282-3/+11
* fix incorrect text of link-time error message. No code changesDenis Vlasenko2007-11-051-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko2007-10-101-535/+6
* get rid of global "struct bb_applet *current_applet"Denis Vlasenko2007-10-101-8/+7
* make --help work for "individual applets" too.Denis Vlasenko2007-10-071-1/+1
* libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko2007-10-072-116/+6
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-1/+1
* remove stray 8-bit chars from copyright bannerDenis Vlasenko2007-09-201-2/+2
* busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko2007-09-051-4/+3
* support "#!/bin/busybox"-style wrappers. Needed for SELinux.Denis Vlasenko2007-08-252-36/+53
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-171-0/+3
* fix out-of-source-tree buildDenis Vlasenko2007-08-121-1/+3
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-123-9/+9
* style fix (stray space before ';')Denis Vlasenko2007-07-211-2/+2
* introduce and use bb_basename()Denis Vlasenko2007-06-301-5/+1
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-2/+1
* applets/Kbuild: straighten it a bitDenis Vlasenko2007-06-142-9/+12
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-131-7/+7
* fix "--help prints usage for wrong applet" bugDenis Vlasenko2007-06-121-0/+1
* make busybox --install work even if /proc/self/exe doesn't existDenis Vlasenko2007-06-081-14/+6
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-0/+9
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+0
* make "static linking against glibc" an #error, not #warningDenis Vlasenko2007-05-181-0/+1
* applets: fix compile-time warningDenis Vlasenko2007-05-041-1/+1
* fix suid config handlingDenis Vlasenko2007-05-021-14/+25
* make "busybox" w/o args work again, and save 10 bytes in the process.Denis Vlasenko2007-04-181-50/+52
* applet.c: ruid is needed only if FEATURE_SUID=yDenis Vlasenko2007-04-161-2/+2
* - 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