summaryrefslogtreecommitdiff
path: root/sbin/dmesg
AgeCommit message (Expand)Author
2022-08-06Assert postts only if we really obtained a timestamp.rin
2022-08-06Do not declare unused tstamp for SMALL. NFC.rin
2022-08-06Get back to the statically-allocated tbuf.rin
2022-08-06Oops, fix thinko in the previous.rin
2022-08-06Do not discard \[.*\] which is not identified as a timestamp.rin
2022-08-06KNF. Do not unnecessarily define ADDC() for SMALL. No binary changes.rin
2020-01-01Make recent change build for SMALL builds as well as normal ones.kre
2019-12-31Fix dmesg(8) to preserve leading whitespaces of kernel messages.tsutsui
2019-06-04Delete a redundant (useless) assignment. NFCI.kre
2019-06-04PR toolchain/54269kre
2018-10-30Correct the 6 second offset issue between the time reported bykre
2018-09-20Whitespace. NFC.kre
2018-09-20Use the locale's numeric radix character ("decimal point") more generallykre
2018-09-20s/or/of/ (a common typo of mine) and s/or// (too many of them.)kre
2018-09-20Remove #if 0'd code that somehow got mangled in the (somewhat messy)kre
2018-09-20Remove a comma and some trailing whitespace.wiz
2018-09-19changes from kre@christos
2018-09-19Allow a third use of -T to force .NNN (always three digits) in -TTkre
2018-09-19In -TT mode (ISO8601 duration timestamps) print milliseconds askre
2018-09-19add -TT printing ISO 8601 durationchristos
2018-04-14Make timestamp reading code adapt to whatever precision (up tokre
2018-04-14Minor wording change (no date bump needed.)kre
2018-04-11Update usage.wiz
2018-04-11Sort flags in SYNOPSIS.wiz
2018-04-10match the linux dmesg flags.christos
2018-04-02eat NUL's first so that the state machine is not altered by them.christos
2018-04-01handle log being before timestamp...christos
2018-04-01Handle new timestamp sequences.christos
2016-09-11dmesg first appeared in 3BSDsevan
2011-08-29Use __deadjoerg
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2006-10-16c99 initializerchristos
2005-09-05Make is worthwhile haveing #ifdef SMALL by making the Makefile set it whendsl
2005-01-20WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz)xtraeme
2005-01-20Remove main() prototype; WARNS=2xtraeme
2004-04-30Bump date for previous; add comma in SEE ALSO; use Dv instead of Em.wiz
2004-04-30Talk a little about the system message buffer and cross-referencebriggs
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-06-05Make it possible to see \ in dmesg.augustss
2001-06-05Drop arguments of .Os.wiz
2000-06-20If "SMALL" is defined don't include kvm support, primarily for installsimonb
2000-06-20The default core file is /dev/mem, not /dev/kmem.simonb
2000-06-16Don't check namelist when choosing to use the sysctl interface.simonb
2000-06-16ANSIfy.simonb
2000-06-16Oops, forgot to commit this file - actually remove the kmem setgid bit.simonb
2000-06-16Use new KERN_MSGBUF sysctl if running on a live kernel, and removesimonb
2000-04-29Mention /var/run/dmesg.bootabs
1998-07-05discard privs as soon as possible.mrg
1997-09-20Cosmetic change;enami
1997-09-20Fix revived bug, described in PR#3285. But use a bit simple way;enami