aboutsummaryrefslogtreecommitdiff
path: root/toys/other/timeout.c
AgeCommit message (Expand)Author
2021-02-07Add lots of "static" annotations, make a couple things use FLAG() macros, etc.Rob Landley
2019-09-18Get exit code right when command intercepts signal, make timeout useRob Landley
2019-09-13timeout: fix exit status for sneaky subprocesses.Elliott Hughes
2019-03-13timeout: remove bogus depends-on.Elliott Hughes
2019-03-10Add TOYFLAG_ARGFAIL() to allow argument parsing failures to exit with value.Rob Landley
2019-03-10timeout: --foreground, --preserve-status, and --signal.Elliott Hughes
2019-01-25OpenEmbedded needs commands installed in specific places.Rob Landley
2018-11-02Convert more option vars to the new (single letter) coding style.Rob Landley
2018-10-21Add % to lib/args.c (long time in milliseconds), add xmillitime(), redoRob Landley
2018-10-07Fix build break on x32 target.Rob Landley
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