aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/time.c
AgeCommit message (Expand)Author
2015-02-07Make toy_exec() check if argc is in optargs and deal with it there so we don'...Rob Landley
2014-05-31Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W...Rob Landley
2013-07-18Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reus...Rob Landley
2013-01-31Add time command (that only does posix mode).Rob Landley