index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
timeout
Age
Commit message (
Expand
)
Author
2024-06-16
Add note about timeout(1)'s standards compliance
Job Snijders
2023-11-03
timeout(1): align execvp(3) failure statuses with GNU timeout
Scott Soule Cheloha
2023-01-13
timeout(1): sig_atomic_t variables must also be 'volatile'; ok job@
Scott Soule Cheloha
2023-01-12
diff from sobrado to use a full argument name for -s: after some discussion
Jason McIntyre
2023-01-10
oops, fix a bad edit in previous;
Jason McIntyre
2023-01-10
Add short options for --foreground and --preserve-status
Job Snijders
2022-12-22
Denote multiple arguments with 'arg ...' not 'args'
Klemens Nanni
2022-07-02
Make -s accept HUP like kill(1) and GNU timeout(1) do
Klemens Nanni
2022-01-12
zap spaces before tabs
Theo Buehler
2021-09-04
* avoid the misleading wording "second kill signal"
Ingo Schwarze
2021-09-04
* more specific error messages
Ingo Schwarze
2021-09-02
various improvements to the text/usage, chiefly removing alternative long
Jason McIntyre
2021-09-02
timeout(1): execvp(2) does not return except on error
Sebastien Marie
2021-09-02
move comment into correct place
Theo de Raadt
2021-09-02
bunch of err() should be errx()
Theo de Raadt
2021-09-02
No need to list foreign source code repository tags
Job Snijders
2021-09-02
some functionality requires pledge "proc"
Theo de Raadt
2021-09-01
Add the NetBSD source code repository tag back to help future historians
Job Snijders
2021-09-01
Fix overflow / underflow check by moving it up before the return
Job Snijders
2021-09-01
Update project tag line, shorten some err() calls
Job Snijders
2021-09-01
small unused/initialization improvements
Theo de Raadt
2021-09-01
repair strtonum idiom and improve error messaging
Theo de Raadt
2021-09-01
Style nits
Job Snijders
2021-09-01
Case h is pointless
Job Snijders
2021-09-01
Fix indenting
Job Snijders
2021-09-01
Simplify code by replacing strtol() with strtonum()
Job Snijders
2021-09-01
pledge() timeout
Job Snijders
2021-09-01
Remove sysexits.h reference and improve usage string.
Job Snijders
2021-09-01
Import timeout(1) from NetBSD
Job Snijders