Age | Commit message (Expand) | Author |
---|---|---|
2018-12-04 | Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x) | Rob Landley |
2018-12-04 | Clean up some --help formatting. | Elliott Hughes |
2017-11-23 | Add "time -v". | Elliott Hughes |
2015-09-29 | Make defconfig build for nommu. | Rob Landley |
2015-09-23 | Add xvfork() as a static inline and use it from various places. | Rob Landley |
2015-03-12 | The time command depends on floating point support. | 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-05-31 | Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W... | Rob Landley |
2013-07-18 | Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reus... | Rob Landley |
2013-01-31 | Add time command (that only does posix mode). | Rob Landley |