summaryrefslogtreecommitdiff
path: root/bin/timeout/timeout.c
Commit message (Expand)AuthorAgeFilesLines
* timeout(1): pass full 32bit error return code from the exited childKonstantin Belousov2025-06-161-21/+37
* timeout(1): only start the child command after the parent is fully set upKonstantin Belousov2025-06-161-1/+16
* timeout(1): print errno when signalling syscalls failedKonstantin Belousov2025-06-161-6/+8
* timeout(1): silence warnings for ESRCHKonstantin Belousov2025-06-161-3/+10
* timeout(1): Kill self with the same signal that terminated the childAaron LI2025-06-161-2/+33
* timeout(1): Catch all signals and propagate themAaron LI2025-06-161-35/+57
* timeout(1): Fix the inheritance of signal dispositionsAaron LI2025-06-161-20/+30
* timeout(1): Improve to show more verbose log messagesAaron LI2025-06-161-0/+16
* timeout(1): Fix the handling of repeated terminating signalsAaron LI2025-06-161-14/+0
* timeout(1): Also send SIGCONT because the child may be stoppedAaron LI2025-06-161-0/+18
* timeout(1): Enhance send_sig() and prepare for later updatesAaron LI2025-06-161-14/+32
* timeout(1): Add -f and -p options as per POSIX.1-2024Aaron LI2025-06-161-15/+20
* timeout(1): Handle sig_alrm and sig_term together to dedup codeAaron LI2025-06-161-25/+12
* timeout(1): Multiple minor tweaks and cleanupsAaron LI2025-06-161-62/+62
* timeout(1): sig_atomic_t variables must also be 'volatile'Aaron LI2025-06-161-4/+4
* timeout(1): Use _exit(2) instead of err() in child if exec failedAaron LI2025-06-161-8/+4
* timeout(1): Improve duration parsing and error messagesAaron LI2025-06-161-10/+10
* bin/timeout: remove unreachable break after usage()rilysh2025-06-161-1/+0
* timeout(1): Add -v/--verbose option to show diagnosis infoGordon Bergling2025-01-191-5/+23
* timeout(1): Some minor tweaks and improvementsGordon Bergling2025-01-041-16/+22
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* timeout: Move from /usr/bin to /binMateusz Piotrowski2023-02-021-0/+361