summaryrefslogtreecommitdiff
path: root/toys/other/timeout.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-10Use xsignal() instead of signal().Rob Landley1-2/+2
2015-03-09Fix thinko (don't &toybuf to get scratch space) and add -v option.Rob Landley1-3/+5
2015-02-07Make toy_exec() check if argc is in optargs and deal with it there so we don'...Rob Landley1-1/+1
2014-05-31Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W...Rob Landley1-4/+3
2013-07-17Add timeout, factoring out common code from sleep.Rob Landley1-0/+74