1. c1ab8da The time command depends on floating point support. by Rob Landley · 9 years ago
  2. c004520 Make toy_exec() check if argc is in optargs and deal with it there so we don't need a separate xexec_optargs(). by Rob Landley · 9 years ago
  3. d8872c4 Introduce xfork() and make commands use it, and make some WEXITSTATUS() use WIFEXITED() and WTERMSIG()+127. by Rob Landley · 10 years ago
  4. a817a02 Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reuse bug during argument parsing. by Rob Landley · 11 years ago
  5. 9d6e088 Add time command (that only does posix mode). by Rob Landley · 11 years ago