Age | Commit message (Expand) | Author |
2015-11-03 | Version 0.6.10.6.1 | Rob Landley |
2015-09-27 | Another chunk of nommu support, replacing toys.recursion with toys.stacktop. | Rob Landley |
2015-09-11 | Replace toys.exithelp with help_exit() in lib. | Rob Landley |
2015-08-06 | Make multiplexer's "command not found" exit 127. | Rob Landley |
2015-07-19 | Tweak version number. | Rob Landley |
2015-05-03 | Replace android-specific hack with just signal(SIGPIPE, SIG_IGN). | Rob Landley |
2015-04-30 | Add default sigpipe handler for android (as suggested by Elliott Hughes). | Rob Landley |
2015-04-17 | Make toybox --version use the "git describe" info if it's available. | Rob Landley |
2015-04-07 | Adding --version broke ./toybox command list. (Oops.) | Rob Landley |
2015-04-05 | Add --version to multiplexer. | Rob Landley |
2015-03-06 | The "no }" error with find | xargs sed is because toy_init() wasn't blanking ... | Rob Landley |
2015-02-15 | Only discard optargs in toy_exec() after finding the command to run (otherwis... | Rob Landley |
2015-02-07 | Make toy_exec() check if argc is in optargs and deal with it there so we don'... | Rob Landley |
2015-01-18 | Remove trailing whitespace. | Rob Landley |
2015-01-03 | Move fflush() checking to xexit() and have exit paths in main() call that. | Rob Landley |
2014-12-31 | Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac... | Rob Landley |
2014-11-29 | The "re-exec to regain root permissions" logic broke the error message when c... | Rob Landley |
2014-10-26 | Cosmetic tweak: no trailing spaces when ./toybox lists command names. | Rob Landley |
2014-09-27 | Don't segfault for --help of single.sh build of OLDTOY commands that use anot... | Rob Landley |
2014-09-20 | Always call setlocale if I18N is enabled, so nested toy_exec() can switch it ... | Rob Landley |
2014-09-09 | Two problems: 1) Sometimes toy_exec() needs to re-exec to gain dropped root p... | Rob Landley |
2014-08-31 | Give a hint when setuid logic fails. | Rob Landley |
2014-06-21 | Forgot to check in main() part of TOYFLAG_LOCALE change. | Rob Landley |
2014-06-11 | Move toys.toycount initialization _after_ zeroing toys, so help -a works again. | Rob Landley |
2014-05-24 | The "not root" test happens before looking for --help, so "./sulogin --help" ... | Rob Landley |
2014-05-21 | Add generic_signal() handler, which sets toys.signal and writes byte to toys.... | Rob Landley |
2014-04-01 | bugfix: the multiplexer increments optc and then the command the multiplexer ... | Rob Landley |
2014-03-28 | Add help -a (to show all commands) and -h (to produce HTML output). | Rob Landley |
2013-12-23 | Fix some issues raised (albeit indirectly) by Isaac Dunham. | Rob Landley |
2013-12-19 | Don't permute toys.optargs, cleanup code (xexec()) can free it. | Rob Landley |
2013-09-03 | Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile(... | Rob Landley |
2013-08-30 | Add scripts/single.sh to build individual non-multiplexed standalone commands. | Rob Landley |
2013-08-21 | Fix --help option to multiplexer. | Rob Landley |
2013-07-19 | Start of TOYBOX_SINGLE support, for building standalone commands with no mult... | Rob Landley |
2013-06-30 | Add config option for --help support in all commands. | Rob Landley |
2013-05-08 | Add --help option to toybox command when TOYBOX_HELP is enabled. | Rob Landley |
2013-04-21 | Fix some comments from way back when toybox first started (in 2006), when I w... | Rob Landley |
2013-01-05 | Use basename() where appropriate. | Rob Landley |
2012-12-27 | TOYBOX_DEBUG warns about lack of suid bit when running a STAYROOT command, bu... | Rob Landley |
2012-12-23 | Elie De Brauwer pointed out that xputs() isn't reliably reporting errors beca... | Rob Landley |
2012-11-26 | Cleanup i18n support (#ifdefectomy, move global init to process launch). Teac... | Rob Landley |
2012-11-21 | Make internalization support optional | Felix Janda |
2012-11-18 | Init global context to toybox multiplexer early so error_exit() doesn't segfa... | Rob Landley |
2012-11-16 | Set optc when optstring NULL. | Rob Landley |
2012-11-16 | Add rebound support to intercept error_exit() and longjmp instead. | Rob Landley |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-08-14 | Replace TOY_LIST_LEN with more generic ARRAY_LEN() | Rob Landley |
2012-07-23 | Workaround longstanding glibc/ld bug, ala http://sources.redhat.com/bugzilla/...0.4.0 | Rob Landley |
2012-02-18 | Nathan McSween convinced me compilers that inline memset() can optimize the b... | Rob Landley |
2012-02-08 | Switch from deprecated function to gratuitously renamed identical non-deprica... | Rob Landley |