summaryrefslogtreecommitdiff
path: root/src/timeout.c
Commit message (Expand)AuthorAgeFilesLines
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-8/+5
* build: support building all tools in a single binaryAlex Deymo2014-07-131-4/+4
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* timeout: avoid unlikely issues with --kill-afterPádraig Brady2013-11-271-5/+8
* doc: use semicolon instead of period in option descriptionsBenno Schulenberg2013-08-011-8/+8
* timeout: ensure a blocked SIGALRM from the parent is unblockedStephan Krempel2013-01-261-0/+15
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-2/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* timeout: add --preserve-status to always propagate the exit statusÁngel González2012-11-041-9/+19
* timeout: handle signals more transparentlyPádraig Brady2012-09-241-13/+32
* doc: timeout: document the exit status when run with "-s KILL"Rodrigo Campos2012-02-291-1/+2
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-01-221-3/+3
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-2/+2
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-3/+3
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* timeout: handle implicitly created threadsPádraig Brady2011-09-221-9/+11
* timeout: fixup previous warning fixPádraig Brady2011-09-011-3/+2
* timeout: suppress a redundant warning on some systemsPádraig Brady2011-09-011-2/+3
* timeout: revert signal propagation enhancementPádraig Brady2011-08-251-1/+3
* timeout: support sub-second timeoutsPádraig Brady2011-07-251-19/+51
* timeout: treat seconds counts like 'sleep' doesPaul Eggert2011-07-161-25/+35
* Fix capiTalization in comments.Paul Eggert2011-07-161-4/+4
* * src/timeout.c (main): Use waitpid, not wait (Bug#9098).Paul Eggert2011-07-161-1/+2
* timeout: port to NonStop (Bug#9077)Paul Eggert2011-07-161-9/+12
* timeout: handle signals more transparentlyPádraig Brady2011-07-081-1/+23
* timeout: support cascaded timeoutsPádraig Brady2011-07-081-4/+13
* timeout: add --foreground to support interactive commandsPádraig Brady2011-07-081-8/+28
* maint: remove unneeded includesPádraig Brady2011-06-091-1/+0
* doc: add a missing space in timeout --helpStéphane Raimbault2011-05-241-2/+2
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* maint: remove now-redundant definitions provided by sys/wait.hJim Meyering2010-05-031-7/+0
* maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering2010-04-241-3/+1
* timeout: use more standard option parsingKim Hansen2010-03-261-4/+8
* timeout: add the --kill-after optionPádraig Brady2010-03-161-22/+47
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* timeout: fix failure if timeout's parent has ignored SIGCHLDPádraig Brady2009-12-081-0/+1
* timeout: don't orphan monitored programs if they ignore specified signalsPádraig Brady2009-10-251-3/+4
* maint: move timeout exit statusesEric Blake2009-10-081-6/+0
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* doc: improve timeout's --help messageJim Meyering2009-09-141-6/+5
* timeout: remove a redundant assignmentPádraig Brady2009-09-011-1/+0
* timeout: defensive handling of all wait() errorsPádraig Brady2009-09-011-6/+19
* maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering2009-08-251-6/+0
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-1/+1
* diag: say "failed to...", rather than "cannot..." in a few diagnosticsJim Meyering2009-06-131-1/+1
* maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady2009-04-071-6/+6
* timeout: remove problematic castsPádraig Brady2008-12-231-8/+10
* build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering2008-12-211-1/+1