applet_tables: fix single applet build failure. Closes 4009
[platform/upstream/busybox.git] / applets / applets.c
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-16 Denys Vlasenko*: fix "see file License ..." - the file is named LICEN...
2010-07-05 Denys Vlasenkorandomconfig fixes
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2007-12-28 Denis Vlasenkotrylink: instead of build error, disable --gc-sections...
2007-11-28 Denis Vlasenkoreorganize applet table. Eliminates pointers to names.
2007-11-05 Denis Vlasenkofix incorrect text of link-time error message. No code...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-10 Denis VlasenkoMove applets/applet.c into libbb, allows to get rid...
2007-10-10 Denis Vlasenkoget rid of global "struct bb_applet *current_applet"
2007-10-07 Denis Vlasenkomake --help work for "individual applets" too.
2007-10-07 Denis Vlasenkolibbusybox: move (possibly compressed) help stuff into...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-09-20 Denis Vlasenkoremove stray 8-bit chars from copyright banner
2007-09-05 Denis Vlasenkobusybox --install -s: prevent puzzling "/bin/busybox...
2007-08-25 Denis Vlasenkosupport "#!/bin/busybox"-style wrappers. Needed for...
2007-08-17 Denis Vlasenkoassorted fixes for breakage found by randomconfig
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-06-08 Denis Vlasenkomake busybox --install work even if /proc/self/exe...
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-18 Denis Vlasenkomake "static linking against glibc" an #error, not...
2007-05-04 Denis Vlasenkoapplets: fix compile-time warning
2007-05-02 Denis Vlasenkofix suid config handling
2007-04-18 Denis Vlasenkomake "busybox" w/o args work again, and save 10 bytes...
2007-04-16 Denis Vlasenkoapplet.c: ruid is needed only if FEATURE_SUID=y
2007-04-16 Bernhard Reutner... - we unconditionally need ruid. Fixes build error in...
2007-04-14 Denis Vlasenkolineedit: nuke two unused variables and code which...
2007-04-14 Denis Vlasenkohush: use NOFORK applets as appropriate. Net reduction...
2007-04-12 Denis Vlasenkopass a copy of argv[i] to NOFORK applets (they may...
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-11 Denis Vlasenkorename: run_applet_by_name -> run_applet_and_exit
2007-04-11 Denis Vlasenkoadd more convenient defines for [NO]MMU:
2007-04-10 Denis Vlasenkorandom NOMMU fixes. compressed --help really does work...
2007-04-10 Denis Vlasenkomake compressed help code NOMMU- and NOFORK-friendly -
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-10 Bernhard Reutner... - very minor shrinkage (-3b)
2007-04-09 Denis Vlasenkomake xfunctions optionally longjump instead of exit.
2007-04-09 Denis Vlasenkobusybox: fix "<applet>: applet not found" message
2007-04-09 Denis VlasenkoImprove STANDALONE_SHELL. "safe" applets are renamed...
2007-04-09 Denis Vlasenkomerge busybox.c into applets.c
2007-03-24 Denis Vlasenkoapplets.c, xfunc.c: style cleanup
2007-03-11 Denis Vlasenkokill superfluous returns at the end of void functions
2007-02-03 Denis Vlasenkodo not put all <applet>_main() declarations
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2007-01-24 Denis Vlasenkoaccumulated post-1.4.0 fixes
2006-12-24 Denis Vlasenkorandom tiny size savings
2006-12-18 Denis VlasenkoA bunch of defined(__GLIBC__) added. static-linking...
2006-11-10 Denis Vlasenkowget: fix error message.
2006-11-09 Denis Vlasenkoadd && !defined(__UCLIBC__) to static link warning...
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-29 Denis Vlasenko"#warning: ...." doesn't work (gcc thinks that it's...
2006-10-23 Denis Vlasenko__GLIBC__ -> defined(__GLIBC__)
2006-10-20 Denis VlasenkoAdded compile-time warning for STATIC+GLIBC build
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-16 Denis Vlasenkomount: support user mounts if CONFIG_DESKTOP
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-09-23 Denis Vlasenkoapplets.c: fix indentation
2006-07-26 Rob LandleyUnbreak allbareconfig. (Todo item: rewrite dependency...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-03 Rob LandleyRich Felker writes:
2006-05-01 Rob LandleyFixup a build break if ENABLE_SHOW_USAGE switched off...
2006-04-27 Rob LandleyPatch from Dennis Vlasenko to add the option to compres...
2006-03-31 Bernhard Reutner... - add option to suppress the terse usage messages....
2006-03-23 Bernhard Reutner... - correct typo
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-15 Bernhard Reutner... - shared libbusybox.
2005-12-07 Rob LandleyMacro was wrong, name(void) vs name(x), and apparently...
2005-10-28 Bernhard Reutner... - remove warning about "'static' is not at beginning...
2005-10-12 Rob Landleyshow_usage should use bb_default_error_retval.
2005-09-05 Rob LandleyFixes so "make allnoconfig" works again.
2005-09-04 Rob LandleyGeneral cleanup of command line parsing to allow "busyb...
2005-09-01 Rob LandleyBusybox should only multiplex based on argv[1] when...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-06 Eric AndersenFix it so usage is _always_ in sync with applets.c...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-22 Glenn L McGrathVodz. last_patch_128
2004-02-17 Manuel Novoa III Patch from Florian Schirmer <jolt@tuxbox.org>. When...
2004-02-01 Manuel Novoa III Rewrite parse_config_file(). Among the old version...
2003-05-26 Glenn L McGrathVodz, last_path_87, formatiing changes
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-28 Glenn L McGrathI miscalculated on this one, change it back
2002-11-28 Glenn L McGrathSave a few bytes in show_usage
2002-09-16 Eric AndersenApply vodz' last_patch52
2002-08-22 Glenn L McGrathRun through indent, use /* */ style comments instead...
2002-07-18 Robert GrieblAdded a compile time option to suppress the "Using...
2002-07-16 Robert GrieblDon't treat a non-existant/-readable config file as...
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-06-06 Robert GrieblIf config file can not be parsed, use compiled in BB_SU...
2002-06-04 Robert GrieblImplement two types of suid/sgid support for BusyBox:
2001-08-27 Matt KraaiAdd support for `busybox --help APPLET' by Vladimir...
next