OSDN Git Service

Have help_exit() give a brief "See %s --help" message instead of the
[android-x86/external-toybox.git] / main.c
2017-05-23 Joyoungerfixup code style
2017-02-21 Rob LandleyIt's past time for 0.7.3.
2017-02-18 Elliott HughesFix the comment about the Android SIGPIPE behavior.
2017-02-10 Rob LandleyAdd back bionic SIGPIPE handler workaround accidentally...
2016-10-21 Rob LandleyAnnounce 0.7.2.
2016-10-17 Rob LandleyThe recent --help infrastructure fiddling made "toybox...
2016-10-01 Rob LandleyMove --version handling next to --help handling, so...
2016-08-13 Rob LandleyAdd TOYFLAG_NOHELP to disable --help processing for...
2016-07-01 Rob LandleyFix option parsing infrastructure bug.
2016-06-05 Paul BarkerFix TOYBOX_VERSION
2016-05-10 Rob LandleyUse CFG_TOYBOX_NORECURSE to avoid
2016-05-07 Rob LandleyWork around increasingly insane compiler developers...
2016-04-10 Rob LandleyDidn't check in all my local basename_r->getbasename...
2016-02-11 Patrick Ohlymain.c: fix non-root usage when installed suid root
2016-02-02 Rob LandleyRelease time.
2016-01-30 Rob LandleyFix two CFG_TOYBOX_SUID corner cases:
2015-11-03 Rob LandleyVersion 0.6.1
2015-09-27 Rob LandleyAnother chunk of nommu support, replacing toys.recursio...
2015-09-11 Rob LandleyReplace toys.exithelp with help_exit() in lib.
2015-08-06 Rob LandleyMake multiplexer's "command not found" exit 127.
2015-07-19 Rob LandleyTweak version number.
2015-05-04 Rob LandleyReplace android-specific hack with just signal(SIGPIPE...
2015-04-30 Rob LandleyAdd default sigpipe handler for android (as suggested...
2015-04-17 Rob LandleyMake toybox --version use the "git describe" info if...
2015-04-07 Rob LandleyAdding --version broke ./toybox command list. (Oops.)
2015-04-06 Rob LandleyAdd --version to multiplexer.
2015-03-06 Rob LandleyThe "no }" error with find | xargs sed is because toy_i...
2015-02-15 Rob LandleyOnly discard optargs in toy_exec() after finding the...
2015-02-07 Rob LandleyMake toy_exec() check if argc is in optargs and deal...
2015-01-18 Rob LandleyRemove trailing whitespace.
2015-01-03 Rob LandleyMove fflush() checking to xexit() and have exit paths...
2015-01-01 Rob LandleyRedo option parsing infrastructure so #define FORCE_FLA...
2014-11-30 Rob LandleyThe "re-exec to regain root permissions" logic broke...
2014-10-26 Rob LandleyCosmetic tweak: no trailing spaces when ./toybox lists...
2014-09-28 Rob LandleyDon't segfault for --help of single.sh build of OLDTOY...
2014-09-20 Rob LandleyAlways call setlocale if I18N is enabled, so nested...
2014-09-10 Rob LandleyTwo problems: 1) Sometimes toy_exec() needs to re-exec...
2014-08-31 Rob LandleyGive a hint when setuid logic fails.
2014-06-21 Rob LandleyForgot to check in main() part of TOYFLAG_LOCALE change.
2014-06-12 Rob LandleyMove toys.toycount initialization _after_ zeroing toys...
2014-05-24 Rob LandleyThe "not root" test happens before looking for --help...
2014-05-21 Rob LandleyAdd generic_signal() handler, which sets toys.signal...
2014-04-01 Rob Landleybugfix: the multiplexer increments optc and then the...
2014-03-28 Rob LandleyAdd help -a (to show all commands) and -h (to produce...
2013-12-23 Rob LandleyFix some issues raised (albeit indirectly) by Isaac...
2013-12-20 Rob LandleyDon't permute toys.optargs, cleanup code (xexec())...
2013-09-03 Rob LandleyIntroduce libbuf analogous to toybuf but for use by...
2013-08-30 Rob LandleyAdd scripts/single.sh to build individual non-multiplex...
2013-08-21 Rob LandleyFix --help option to multiplexer.
2013-07-19 Rob LandleyStart of TOYBOX_SINGLE support, for building standalone...
2013-06-30 Rob LandleyAdd config option for --help support in all commands.
2013-05-09 Rob LandleyAdd --help option to toybox command when TOYBOX_HELP...
2013-04-21 Rob LandleyFix some comments from way back when toybox first start...
2013-01-05 Rob LandleyUse basename() where appropriate.
2012-12-27 Rob LandleyTOYBOX_DEBUG warns about lack of suid bit when running...
2012-12-23 Rob LandleyElie De Brauwer pointed out that xputs() isn't reliably...
2012-11-26 Rob LandleyCleanup i18n support (#ifdefectomy, move global init...
2012-11-21 Felix JandaMake internalization support optional
2012-11-19 Rob LandleyInit global context to toybox multiplexer early so...
2012-11-16 Rob LandleySet optc when optstring NULL.
2012-11-16 Rob LandleyAdd rebound support to intercept error_exit() and longj...
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-08-14 Rob LandleyReplace TOY_LIST_LEN with more generic ARRAY_LEN()
2012-07-24 Rob LandleyWorkaround longstanding glibc/ld bug, ala sources.redha...
2012-02-19 Rob LandleyNathan McSween convinced me compilers that inline memse...
2012-02-09 Rob LandleySwitch from deprecated function to gratuitously renamed...
2012-01-15 Rob LandleyExpand comments.
2010-01-06 Rob LandleyMake toy_init() reentrant, or else xexec() has funky...
2010-01-05 Rob LandleyAdd TOYBOX_SUID.
2008-02-13 Rob LandleyAdd TOYFLAG_UMASK.
2008-01-22 Rob LandleyFix crash when running unknown command via symlink.
2008-01-20 Rob LandleyZap toylist.h, moving contents of global structures...
2008-01-19 Rob LandleyMove NEWTOY() list from end of toylist.h to generated...
2007-12-09 Rob LandleyChangeset 186 assumed that toys.exitval defaults to...
2007-11-30 Rob LandleyChange command main() functions to return void, and...
2007-11-27 Rob LandleyPatch from Charlie Shepherd: remove extra \n from error...
2007-11-16 Rob LandleyRemove trailing whitespace (thanks to Charlie Shepherd...
2007-08-21 Rob LandleyTweak error message.
2007-06-07 Rob LandleyMake warning go away.
2007-06-01 Rob LandleyShow the compiler how to optimize out the option parsin...
2007-06-01 Rob LandleyAllow applets with optarg string NULL to use toy.optargs[].
2007-02-02 Rob LandleyTrim a redundant definition that confuses older compile...
2007-01-31 Rob LandleySmall cleanup to prepare for cross-compile friendly...
2007-01-19 Rob LandleySave 4 bytes of stack space.
2007-01-15 Rob LandleyAdd start of mke2fs/gene2fs, and some other stuff I...
2006-11-19 Rob LandleyNew option parsing infrastructure (doesn't use getopt...
2006-11-04 Rob LandleyAdd pwd. Consolidate toy list information under toylist.h.
2006-11-03 Rob LandleyImplement which. Add hello world to menuconfig. Wrap...
2006-11-02 Rob LandleyAdd a hello world applet, partly as an example and...
2006-11-02 Rob LandleyThe darn thing accidentally created a branch. I had...
2006-10-30 landleyImplement df. Add -Wall to build and fix up warnings...
2006-10-18 landleyNext drop of toysh, plus more infratructure.
2006-10-05 landleyInfrastructure, first drop of toy shell, and a bit...
2006-09-28 landleyNext snapshot. Tries to grab something out of lib...