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
/
ts
Age
Commit message (
Expand
)
Author
2022-10-11
fix unintended sizeof pointer introduced in 1.10
Jonathan Gray
2022-09-01
ts(1): parse user format string only once
Scott Soule Cheloha
2022-08-03
Since ts(1) is line-based, always using line buffering
Job Snijders
2022-07-07
Handle strange format strings better.
Claudio Jeker
2022-07-06
More ts(1) cleanup. Change main loop so that in interval mode only one
Claudio Jeker
2022-07-04
ts(1): the first argument to clock_gettime(2) is a clockid_t, not an int
Scott Soule Cheloha
2022-07-03
Revert previous changeset: While using .Nm without an argument
Job Snijders
2022-07-03
thou shalt not include sys/cdefs.h because it is not standardized, the
Theo de Raadt
2022-07-03
Nm is already defined
Job Snijders
2022-06-30
- do not talk about non-standard conversions, because we are not talking
Jason McIntyre
2022-06-30
Zap trailing spaces to be "mandoc -Tlint ts.1" clean
Klemens Nanni
2022-06-30
Fix err()
Job Snijders
2022-06-30
Fix interval timers by forcing TZ to UTC, else some strftime formats
Claudio Jeker
2022-06-29
Manual page improvements from Leon Fischer
Job Snijders
2022-06-29
Clarify the shorter default format string only applies to -i and -s
Job Snijders
2022-06-29
Add -m option to ts(1)
Job Snijders
2022-06-29
Import ts(1) - a timestamp utility
Job Snijders