summaryrefslogtreecommitdiff
path: root/bin/timeout
AgeCommit message (Expand)Author
2025-09-03timeout(1): add license header to unit testBaptiste Daroussin
2025-06-10timeout(1) tests: atf_fail requires a reasonKonstantin Belousov
2025-06-10timeout(1): pass full 32bit error return code from the exited childKonstantin Belousov
2025-06-10timeout(1): only start the child command after the parent is fully set upKonstantin Belousov
2025-06-10timeout(1): print errno when signalling syscalls failedKonstantin Belousov
2025-06-10timeout(1): silence warnings for ESRCHKonstantin Belousov
2025-04-16timeout(1): Document the reaper implementation and behaivorAaron LI
2025-04-16timeout(1): adapt the preserve_status test to the new behaviourBaptiste Daroussin
2025-04-16timeout(1): Kill self with the same signal that terminated the childAaron LI
2025-04-16timeout(1): Catch all signals and propagate themAaron LI
2025-04-16timeout(1): Fix the inheritance of signal dispositionsAaron LI
2025-04-16timeout(1): Improve to show more verbose log messagesAaron LI
2025-04-16timeout(1): Fix the handling of repeated terminating signalsAaron LI
2025-04-16timeout(1): Also send SIGCONT because the child may be stoppedAaron LI
2025-04-16timeout(1): Enhance send_sig() and prepare for later updatesAaron LI
2025-04-16timeout(1): Add -f and -p options as per POSIX.1-2024Aaron LI
2025-04-16timeout(1): Handle sig_alrm and sig_term together to dedup codeAaron LI
2025-04-16timeout(1): Multiple minor tweaks and cleanupsAaron LI
2025-04-16timeout(1): sig_atomic_t variables must also be 'volatile'Aaron LI
2025-04-16timeout(1): Use _exit(2) instead of err() in child if exec failedAaron LI
2025-04-16timeout(1): fix test after improvement of error messagesBaptiste Daroussin
2025-04-16timeout(1): Improve duration parsing and error messagesAaron LI
2025-01-04timeout(1): Add -v/--verbose option to show diagnosis infoGordon Bergling
2024-12-28timeout(1): Some minor tweaks and improvementsGordon Bergling
2024-09-24timeout(1): Update STANDARDS sectionGordon Bergling
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-01-03bin/timeout: remove unreachable break after usage()rilysh
2023-12-26timeout_test.sh: Fix typoElyes Haouas
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-26timeout(1): link to related manual pagesTom Hukins
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-02timeout: Move from /usr/bin to /binMateusz Piotrowski