index
:
freebsd/src
lf/15.0
lf/dev/D50111
lf/dev/alc-msix
lf/dev/anycast-src
lf/dev/bridge
lf/dev/bridge-1q
lf/dev/bridge-inet6-params
lf/dev/bridge-pctrie
lf/dev/bridge-vlan
lf/dev/clang-scan-deps
lf/dev/const-cast
lf/dev/iputils
lf/dev/keyserv2
lf/dev/macdo
lf/dev/make_ether_addr
lf/dev/no_prefixaddr
lf/dev/pkgbase-armfix
lf/dev/pkgbase-bmake
lf/dev/pkgbase-cross-toolchain
lf/dev/pkgbase-uclall
lf/dev/rc.conf.d
lf/dev/routed
lf/dev/traceroute-merge
lf/dev/traceroute-patches
lf/dev/usrj
lf/dev/vlan_input_p
lf/main
lf/stable/15
main
stable/13
stable/14
FreeBSD src (LF version)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
timeout
Commit message (
Expand
)
Author
Age
Files
Lines
*
timeout(1): add license header to unit test
Baptiste Daroussin
2025-09-03
1
-0
/
+2
*
timeout(1) tests: atf_fail requires a reason
Konstantin Belousov
2025-06-10
1
-1
/
+1
*
timeout(1): pass full 32bit error return code from the exited child
Konstantin Belousov
2025-06-10
1
-21
/
+37
*
timeout(1): only start the child command after the parent is fully set up
Konstantin Belousov
2025-06-10
1
-1
/
+16
*
timeout(1): print errno when signalling syscalls failed
Konstantin Belousov
2025-06-10
1
-6
/
+8
*
timeout(1): silence warnings for ESRCH
Konstantin Belousov
2025-06-10
1
-3
/
+10
*
timeout(1): Document the reaper implementation and behaivor
Aaron LI
2025-04-16
1
-4
/
+33
*
timeout(1): adapt the preserve_status test to the new behaviour
Baptiste Daroussin
2025-04-16
1
-1
/
+1
*
timeout(1): Kill self with the same signal that terminated the child
Aaron LI
2025-04-16
2
-29
/
+57
*
timeout(1): Catch all signals and propagate them
Aaron LI
2025-04-16
2
-35
/
+79
*
timeout(1): Fix the inheritance of signal dispositions
Aaron LI
2025-04-16
2
-21
/
+39
*
timeout(1): Improve to show more verbose log messages
Aaron LI
2025-04-16
2
-1
/
+21
*
timeout(1): Fix the handling of repeated terminating signals
Aaron LI
2025-04-16
1
-14
/
+0
*
timeout(1): Also send SIGCONT because the child may be stopped
Aaron LI
2025-04-16
1
-0
/
+18
*
timeout(1): Enhance send_sig() and prepare for later updates
Aaron LI
2025-04-16
1
-14
/
+32
*
timeout(1): Add -f and -p options as per POSIX.1-2024
Aaron LI
2025-04-16
2
-19
/
+24
*
timeout(1): Handle sig_alrm and sig_term together to dedup code
Aaron LI
2025-04-16
1
-25
/
+12
*
timeout(1): Multiple minor tweaks and cleanups
Aaron LI
2025-04-16
2
-92
/
+97
*
timeout(1): sig_atomic_t variables must also be 'volatile'
Aaron LI
2025-04-16
1
-4
/
+4
*
timeout(1): Use _exit(2) instead of err() in child if exec failed
Aaron LI
2025-04-16
1
-8
/
+4
*
timeout(1): fix test after improvement of error messages
Baptiste Daroussin
2025-04-16
1
-5
/
+5
*
timeout(1): Improve duration parsing and error messages
Aaron LI
2025-04-16
1
-10
/
+10
*
timeout(1): Add -v/--verbose option to show diagnosis info
Gordon Bergling
2025-01-04
2
-7
/
+27
*
timeout(1): Some minor tweaks and improvements
Gordon Bergling
2024-12-28
2
-41
/
+60
*
timeout(1): Update STANDARDS section
Gordon Bergling
2024-09-24
1
-1
/
+7
*
Remove residual blank line at start of Makefile
Warner Losh
2024-07-15
2
-2
/
+0
*
bin/timeout: remove unreachable break after usage()
rilysh
2024-01-03
1
-1
/
+0
*
timeout_test.sh: Fix typo
Elyes Haouas
2023-12-26
1
-1
/
+1
*
Remove $FreeBSD$: two-line nroff pattern
Warner Losh
2023-08-16
1
-2
/
+0
*
Remove $FreeBSD$: one-line sh pattern
Warner Losh
2023-08-16
5
-5
/
+0
*
Remove $FreeBSD$: one-line .c pattern
Warner Losh
2023-08-16
1
-2
/
+0
*
timeout(1): link to related manual pages
Tom Hukins
2023-06-26
1
-2
/
+4
*
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
Warner Losh
2023-05-12
1
-1
/
+1
*
timeout: Move from /usr/bin to /bin
Mateusz Piotrowski
2023-02-02
7
-0
/
+827