summaryrefslogtreecommitdiffstats
path: root/src/timeout.c
AgeCommit message (Expand)AuthorLines
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-2/+2
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-11-07timeout: support sub-second timeouts on macOSPádraig Brady-7/+31
2020-06-07doc: timeout: improve documentation of the exit statusBernhard Voelker-6/+15
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-01-26printf,seq,sleep,tail,timeout: accept current-locale floatsPaul Eggert-3/+3
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-04-18doc: timeout --help: mention 0 DURATION disables timeoutPádraig Brady-2/+2
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-11-27timeout: also support short -v optionBernhard Voelker-1/+1
2017-11-23timeout: add --verbose to diagnose timeoutsPádraig Brady-1/+19
2017-10-23timeout: fix a small race that would ignore command exitPádraig Brady-4/+11
2017-10-23timeout: fix regression when invoked with blocked SIGCHLDThomas Jarosch-10/+14
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-03-03timeout: handle multiple children on solarisPádraig Brady-1/+13
2017-02-09timeout: fix race possibly terminating wrong processTobias Stoeckmann-23/+53
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-11-14all: reduce usage of proper_name_utf8()Pádraig Brady-1/+1
2016-04-21sleep,timeout: support overflowing floating point valuesPádraig Brady-1/+1
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-05-13timeout: with --foreground don't send SIGCONTPádraig Brady-5/+7
2015-04-27maint: fix printf format for signed integersPádraig Brady-1/+1
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-8/+5
2014-07-13build: support building all tools in a single binaryAlex Deymo-4/+4
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-11-27timeout: avoid unlikely issues with --kill-afterPádraig Brady-5/+8
2013-08-01doc: use semicolon instead of period in option descriptionsBenno Schulenberg-8/+8
2013-01-26timeout: ensure a blocked SIGALRM from the parent is unblockedStephan Krempel-0/+15
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-2/+3
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-11-04timeout: add --preserve-status to always propagate the exit statusÁngel González-9/+19
2012-09-24timeout: handle signals more transparentlyPádraig Brady-13/+32
2012-02-29doc: timeout: document the exit status when run with "-s KILL"Rodrigo Campos-1/+2
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert-3/+3
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-2/+2
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering-3/+3
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-09-22timeout: handle implicitly created threadsPádraig Brady-9/+11
2011-09-01timeout: fixup previous warning fixPádraig Brady-3/+2
2011-09-01timeout: suppress a redundant warning on some systemsPádraig Brady-2/+3
2011-08-25timeout: revert signal propagation enhancementPádraig Brady-1/+3
2011-07-25timeout: support sub-second timeoutsPádraig Brady-19/+51
2011-07-16timeout: treat seconds counts like 'sleep' doesPaul Eggert-25/+35
2011-07-16Fix capiTalization in comments.Paul Eggert-4/+4
2011-07-16* src/timeout.c (main): Use waitpid, not wait (Bug#9098).Paul Eggert-1/+2
2011-07-16timeout: port to NonStop (Bug#9077)Paul Eggert-9/+12
2011-07-08timeout: handle signals more transparentlyPádraig Brady-1/+23