aboutsummaryrefslogtreecommitdiffstats
path: root/bin/timeout
Commit message (Expand)AuthorAgeFilesLines
* timeout(1): add license header to unit testBaptiste Daroussin2025-09-031-0/+2
* timeout(1) tests: atf_fail requires a reasonKonstantin Belousov2025-06-101-1/+1
* timeout(1): pass full 32bit error return code from the exited childKonstantin Belousov2025-06-101-21/+37
* timeout(1): only start the child command after the parent is fully set upKonstantin Belousov2025-06-101-1/+16
* timeout(1): print errno when signalling syscalls failedKonstantin Belousov2025-06-101-6/+8
* timeout(1): silence warnings for ESRCHKonstantin Belousov2025-06-101-3/+10
* timeout(1): Document the reaper implementation and behaivorAaron LI2025-04-161-4/+33
* timeout(1): adapt the preserve_status test to the new behaviourBaptiste Daroussin2025-04-161-1/+1
* timeout(1): Kill self with the same signal that terminated the childAaron LI2025-04-162-29/+57
* timeout(1): Catch all signals and propagate themAaron LI2025-04-162-35/+79
* timeout(1): Fix the inheritance of signal dispositionsAaron LI2025-04-162-21/+39
* timeout(1): Improve to show more verbose log messagesAaron LI2025-04-162-1/+21
* timeout(1): Fix the handling of repeated terminating signalsAaron LI2025-04-161-14/+0
* timeout(1): Also send SIGCONT because the child may be stoppedAaron LI2025-04-161-0/+18
* timeout(1): Enhance send_sig() and prepare for later updatesAaron LI2025-04-161-14/+32
* timeout(1): Add -f and -p options as per POSIX.1-2024Aaron LI2025-04-162-19/+24
* timeout(1): Handle sig_alrm and sig_term together to dedup codeAaron LI2025-04-161-25/+12
* timeout(1): Multiple minor tweaks and cleanupsAaron LI2025-04-162-92/+97
* timeout(1): sig_atomic_t variables must also be 'volatile'Aaron LI2025-04-161-4/+4
* timeout(1): Use _exit(2) instead of err() in child if exec failedAaron LI2025-04-161-8/+4
* timeout(1): fix test after improvement of error messagesBaptiste Daroussin2025-04-161-5/+5
* timeout(1): Improve duration parsing and error messagesAaron LI2025-04-161-10/+10
* timeout(1): Add -v/--verbose option to show diagnosis infoGordon Bergling2025-01-042-7/+27
* timeout(1): Some minor tweaks and improvementsGordon Bergling2024-12-282-41/+60
* timeout(1): Update STANDARDS sectionGordon Bergling2024-09-241-1/+7
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* bin/timeout: remove unreachable break after usage()rilysh2024-01-031-1/+0
* timeout_test.sh: Fix typoElyes Haouas2023-12-261-1/+1
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* timeout(1): link to related manual pagesTom Hukins2023-06-261-2/+4
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* timeout: Move from /usr/bin to /binMateusz Piotrowski2023-02-027-0/+827