index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
timeout.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-01
maint: update all copyright year number ranges
Pádraig Brady
1
-1
/
+1
2020-11-07
timeout: support sub-second timeouts on macOS
Pádraig Brady
1
-7
/
+31
2020-06-07
doc: timeout: improve documentation of the exit status
Bernhard Voelker
1
-6
/
+15
2020-01-01
maint: update all copyright year number ranges
Pádraig Brady
1
-1
/
+1
2019-01-26
printf,seq,sleep,tail,timeout: accept current-locale floats
Paul Eggert
1
-3
/
+3
2019-01-01
maint: update all copyright year number ranges
Assaf Gordon
1
-1
/
+1
2018-04-18
doc: timeout --help: mention 0 DURATION disables timeout
Pádraig Brady
1
-2
/
+2
2018-01-01
maint: update all copyright year number ranges
Pádraig Brady
1
-1
/
+1
2017-11-27
timeout: also support short -v option
Bernhard Voelker
1
-1
/
+1
2017-11-23
timeout: add --verbose to diagnose timeouts
Pádraig Brady
1
-1
/
+19
2017-10-23
timeout: fix a small race that would ignore command exit
Pádraig Brady
1
-4
/
+11
2017-10-23
timeout: fix regression when invoked with blocked SIGCHLD
Thomas Jarosch
1
-10
/
+14
2017-09-19
all: prefer HTTPS in URLs
Paul Eggert
1
-1
/
+1
2017-03-03
timeout: handle multiple children on solaris
Pádraig Brady
1
-1
/
+13
2017-02-09
timeout: fix race possibly terminating wrong process
Tobias Stoeckmann
1
-23
/
+53
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
1
-1
/
+1
2016-11-14
all: reduce usage of proper_name_utf8()
Pádraig Brady
1
-1
/
+1
2016-04-21
sleep,timeout: support overflowing floating point values
Pádraig Brady
1
-1
/
+1
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
1
-1
/
+1
2015-05-13
timeout: with --foreground don't send SIGCONT
Pádraig Brady
1
-5
/
+7
2015-04-27
maint: fix printf format for signed integers
Pádraig Brady
1
-1
/
+1
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
1
-1
/
+1
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
1
-1
/
+1
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
1
-8
/
+5
2014-07-13
build: support building all tools in a single binary
Alex Deymo
1
-4
/
+4
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
1
-1
/
+1
2013-11-27
timeout: avoid unlikely issues with --kill-after
Pádraig Brady
1
-5
/
+8
2013-08-01
doc: use semicolon instead of period in option descriptions
Benno Schulenberg
1
-8
/
+8
2013-01-26
timeout: ensure a blocked SIGALRM from the parent is unblocked
Stephan Krempel
1
-0
/
+15
2013-01-23
maint: define usage note about mandatory args centrally
Bernhard Voelker
1
-2
/
+3
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
1
-1
/
+1
2012-11-04
timeout: add --preserve-status to always propagate the exit status
Ángel González
1
-9
/
+19
2012-09-24
timeout: handle signals more transparently
Pádraig Brady
1
-13
/
+32
2012-02-29
doc: timeout: document the exit status when run with "-s KILL"
Rodrigo Campos
1
-1
/
+2
2012-01-22
maint: quote 'like this' or "like this", not `like this'
Paul Eggert
1
-3
/
+3
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
1
-2
/
+2
2012-01-09
maint: convert `...' to '...' in --help output
Jim Meyering
1
-3
/
+3
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
1
-2
/
+1
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
1
-1
/
+1
2011-09-22
timeout: handle implicitly created threads
Pádraig Brady
1
-9
/
+11
2011-09-01
timeout: fixup previous warning fix
Pádraig Brady
1
-3
/
+2
2011-09-01
timeout: suppress a redundant warning on some systems
Pádraig Brady
1
-2
/
+3
2011-08-25
timeout: revert signal propagation enhancement
Pádraig Brady
1
-1
/
+3
2011-07-25
timeout: support sub-second timeouts
Pádraig Brady
1
-19
/
+51
2011-07-16
timeout: treat seconds counts like 'sleep' does
Paul Eggert
1
-25
/
+35
2011-07-16
Fix capiTalization in comments.
Paul Eggert
1
-4
/
+4
2011-07-16
* src/timeout.c (main): Use waitpid, not wait (Bug#9098).
Paul Eggert
1
-1
/
+2
2011-07-16
timeout: port to NonStop (Bug#9077)
Paul Eggert
1
-9
/
+12
2011-07-08
timeout: handle signals more transparently
Pádraig Brady
1
-1
/
+23
2011-07-08
timeout: support cascaded timeouts
Pádraig Brady
1
-4
/
+13
[next]