aboutsummaryrefslogtreecommitdiff
path: root/toys/other/timeout.c
AgeCommit message (Expand)Author
2017-05-26Be more consistent about periods in help text.Elliott Hughes
2016-07-29Izabera reporeted that FLAG_v was never checked in timeout. (Oops.)Rob Landley
2015-09-29Make defconfig build for nommu.Rob Landley
2015-09-23Add xvfork() as a static inline and use it from various places.Rob Landley
2015-03-10Use xsignal() instead of signal().Rob Landley
2015-03-09Fix thinko (don't &toybuf to get scratch space) and add -v option.Rob Landley
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-17Add timeout, factoring out common code from sleep.Rob Landley