summaryrefslogtreecommitdiff
path: root/usr.bin/timeout/timeout.c
AgeCommit message (Expand)Author
2023-11-03timeout(1): align execvp(3) failure statuses with GNU timeoutScott Soule Cheloha
2023-01-13timeout(1): sig_atomic_t variables must also be 'volatile'; ok job@Scott Soule Cheloha
2023-01-12diff from sobrado to use a full argument name for -s: after some discussionJason McIntyre
2023-01-10Add short options for --foreground and --preserve-statusJob Snijders
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-07-02Make -s accept HUP like kill(1) and GNU timeout(1) doKlemens Nanni
2022-01-12zap spaces before tabsTheo Buehler
2021-09-04* more specific error messagesIngo Schwarze
2021-09-02various improvements to the text/usage, chiefly removing alternative longJason McIntyre
2021-09-02timeout(1): execvp(2) does not return except on errorSebastien Marie
2021-09-02move comment into correct placeTheo de Raadt
2021-09-02bunch of err() should be errx()Theo de Raadt
2021-09-02No need to list foreign source code repository tagsJob Snijders
2021-09-02some functionality requires pledge "proc"Theo de Raadt
2021-09-01Add the NetBSD source code repository tag back to help future historiansJob Snijders
2021-09-01Fix overflow / underflow check by moving it up before the returnJob Snijders
2021-09-01Update project tag line, shorten some err() callsJob Snijders
2021-09-01small unused/initialization improvementsTheo de Raadt
2021-09-01repair strtonum idiom and improve error messagingTheo de Raadt
2021-09-01Style nitsJob Snijders
2021-09-01Case h is pointlessJob Snijders
2021-09-01Fix indentingJob Snijders
2021-09-01Simplify code by replacing strtol() with strtonum()Job Snijders
2021-09-01pledge() timeoutJob Snijders
2021-09-01Remove sysexits.h reference and improve usage string.Job Snijders
2021-09-01Import timeout(1) from NetBSDJob Snijders