Age | Commit message (Expand) | Author |
---|---|---|
2015-03-10 | Use xsignal() instead of signal(). | Rob Landley |
2015-02-07 | Make toy_exec() check if argc is in optargs and deal with it there so we don'... | Rob Landley |
2014-10-20 | More static analysis fixes from Ashwini Sharma. | Rob Landley |
2014-06-11 | Option parsing for nohup needs to stop at first nonoption argument. Minor cle... | Rob Landley |
2014-01-16 | Rename xmsprintf() to just xmprintf(). | Rob Landley |
2013-07-18 | Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reus... | Rob Landley |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley |