summaryrefslogtreecommitdiff
path: root/usr.bin/ts
AgeCommit message (Expand)Author
2022-10-11fix unintended sizeof pointer introduced in 1.10Jonathan Gray
2022-09-01ts(1): parse user format string only onceScott Soule Cheloha
2022-08-03Since ts(1) is line-based, always using line bufferingJob Snijders
2022-07-07Handle strange format strings better.Claudio Jeker
2022-07-06More ts(1) cleanup. Change main loop so that in interval mode only oneClaudio Jeker
2022-07-04ts(1): the first argument to clock_gettime(2) is a clockid_t, not an intScott Soule Cheloha
2022-07-03Revert previous changeset: While using .Nm without an argumentJob Snijders
2022-07-03thou shalt not include sys/cdefs.h because it is not standardized, theTheo de Raadt
2022-07-03Nm is already definedJob Snijders
2022-06-30- do not talk about non-standard conversions, because we are not talkingJason McIntyre
2022-06-30Zap trailing spaces to be "mandoc -Tlint ts.1" cleanKlemens Nanni
2022-06-30Fix err()Job Snijders
2022-06-30Fix interval timers by forcing TZ to UTC, else some strftime formatsClaudio Jeker
2022-06-29Manual page improvements from Leon FischerJob Snijders
2022-06-29Clarify the shorter default format string only applies to -i and -sJob Snijders
2022-06-29Add -m option to ts(1)Job Snijders
2022-06-29Import ts(1) - a timestamp utilityJob Snijders