- add option to suppress the terse usage messages. Saves 6.8k for defconfig:
[platform/upstream/busybox.git] / applets / applets.c
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...
2001-08-27 Matt KraaiFix ash exec (noted by Arne Bernin).
2001-06-24 Eric AndersenMake the extern NUM_APPLETS be a extern const NUM_APPLE...
2001-06-15 Mark WhitleyApplied patch from Jim Gleason that makes it so busybox...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-03 Eric AndersenMake 'busybox --help' work as expected, closing bug...
2001-03-23 Eric Andersenincludes cleanup from Jeff Garzik
2001-03-19 Eric AndersenPatch from Vladimir to move struct applet from busybox...
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...