CVS commit: src/sbin/dmesg

2019-12-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jan 1 00:24:52 UTC 2020 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Make recent change build for SMALL builds as well as normal ones. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sbin/dmesg/dmesg.

CVS commit: src/sbin/dmesg

2019-12-31 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Dec 31 19:58:56 UTC 2019 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Fix dmesg(8) to preserve leading whitespaces of kernel messages. Closes PR/54729. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/sbin/dmesg

2018-09-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Sep 20 23:46:42 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Whitespace. NFC. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sbin/dmesg/dmesg.c Please note that diffs are not public domain;

CVS commit: src/sbin/dmesg

2018-09-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Sep 20 19:50:42 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Use the locale's numeric radix character ("decimal point") more generally (in !SMALL versions of dmesg). To generate a diff of this commit: cvs rdiff

CVS commit: src/sbin/dmesg

2018-09-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Sep 20 10:03:31 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.8 Log Message: s/or/of/(a common typo of mine)and s/or// (too many of them.) To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sbin/dmesg/

CVS commit: src/sbin/dmesg

2018-09-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Sep 20 06:06:06 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Remove #if 0'd code that somehow got mangled in the (somewhat messy) commit process and ended up being a syntax error... To generate a diff of this c

CVS commit: src/sbin/dmesg

2018-09-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Sep 20 01:11:20 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.8 Log Message: Remove a comma and some trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sbin/dmesg/dmesg.8 Please note that d

CVS commit: src/sbin/dmesg

2018-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 19 23:02:14 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.8 dmesg.c Log Message: changes from kre@ - pass intmax to fmtydhmsf instead of time_t to avoid extra conversions. - make -TTT mean "always keep 3 decimal digits

CVS commit: src/sbin/dmesg

2018-09-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Sep 19 22:58:03 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Allow a third use of -T to force .NNN (always three digits) in -TT (ISO8601 durations) format for timestamps - that is,not dropping trailing 0's. To

CVS commit: src/sbin/dmesg

2018-09-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Sep 19 22:55:12 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.c Log Message: In -TT mode (ISO8601 duration timestamps) print milliseconds as decimal fractions of a second (as they should be) rather than integer milliseconds (ie

CVS commit: src/sbin/dmesg

2018-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 19 00:15:05 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.8 dmesg.c Log Message: add -TT printing ISO 8601 duration To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sbin/dmesg/dmesg.8 cvs rdiff -u -r1

CVS commit: src/sbin/dmesg

2018-04-13 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 14 01:37:34 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Make timestamp reading code adapt to whatever precision (up to nanoseconds, 9 digits) the kernel happens to send in the timestamps in log messages. Ou

CVS commit: src/sbin/dmesg

2018-04-13 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 14 01:34:47 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.8 Log Message: Minor wording change (no date bump needed.) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sbin/dmesg/dmesg.8 Please note that di

CVS commit: src/sbin/dmesg

2018-04-10 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 11 06:41:23 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Update usage. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sbin/dmesg/dmesg.c Please note that diffs are not public domain; the

CVS commit: src/sbin/dmesg

2018-04-10 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 11 06:40:53 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.8 Log Message: Sort flags in SYNOPSIS. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sbin/dmesg/dmesg.8 Please note that diffs are not public d

CVS commit: src/sbin/dmesg

2018-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 10 22:21:52 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.8 dmesg.c Log Message: match the linux dmesg flags. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sbin/dmesg/dmesg.8 cvs rdiff -u -r1.30 -r

CVS commit: src/sbin/dmesg

2018-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 2 01:15:32 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.c Log Message: eat NUL's first so that the state machine is not altered by them. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sbin/dmesg/d

CVS commit: src/sbin/dmesg

2018-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 1 19:36:13 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.c Log Message: handle log being before timestamp... To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sbin/dmesg/dmesg.c Please note that diff

CVS commit: src/sbin/dmesg

2018-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 1 19:31:16 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.8 dmesg.c Log Message: Handle new timestamp sequences. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sbin/dmesg/dmesg.8 cvs rdiff -u -r1.27

CVS commit: src/sbin/dmesg

2016-09-10 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Sep 11 02:24:01 UTC 2016 Modified Files: src/sbin/dmesg: dmesg.8 Log Message: dmesg first appeared in 3BSD http://minnie.tuhs.org/cgi-bin/utree.pl?file=3BSD/usr/src/cmd/dmesg.c Bump date. To generate a diff of this commit: cv