index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
other
/
timeout.c
Age
Commit message (
Expand
)
Author
2019-03-13
timeout: remove bogus depends-on.
Elliott Hughes
2019-03-10
Add TOYFLAG_ARGFAIL() to allow argument parsing failures to exit with value.
Rob Landley
2019-03-10
timeout: --foreground, --preserve-status, and --signal.
Elliott Hughes
2019-01-25
OpenEmbedded needs commands installed in specific places.
Rob Landley
2018-11-02
Convert more option vars to the new (single letter) coding style.
Rob Landley
2018-10-21
Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo
Rob Landley
2018-10-07
Fix build break on x32 target.
Rob Landley
2017-05-26
Be more consistent about periods in help text.
Elliott Hughes
2016-07-29
Izabera reporeted that FLAG_v was never checked in timeout. (Oops.)
Rob Landley
2015-09-29
Make defconfig build for nommu.
Rob Landley
2015-09-23
Add xvfork() as a static inline and use it from various places.
Rob Landley
2015-03-10
Use xsignal() instead of signal().
Rob Landley
2015-03-09
Fix thinko (don't &toybuf to get scratch space) and add -v option.
Rob Landley
2015-02-07
Make toy_exec() check if argc is in optargs and deal with it there so we don'...
Rob Landley
2014-05-31
Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W...
Rob Landley
2013-07-17
Add timeout, factoring out common code from sleep.
Rob Landley