| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-12-24 | dmesg(8) allocated a bit too much memory due to padding of struct |  bluhm | 1 | -2/+3 |
| 2018-05-15 | drop unused <time.h> |  cheloha | 1 | -2/+1 |
| 2017-09-01 | free() the memory we allocate in dmesg.c. While this memory would be |  tom | 1 | -3/+5 |
| 2017-08-26 | Be more precise in the messages given by err() after calling sysctl() |  tom | 1 | -3/+5 |
| 2016-10-06 | fix HISTORY; |  schwarze | 1 | -3/+3 |
| 2015-10-09 | Change all tame callers to namechange to pledge(2). |  deraadt | 1 | -5/+5 |
| 2015-10-04 | dmesg has two modes. The normal sysctl mode, and the -M/-N kvm searcher. |  deraadt | 1 | -1/+7 |
| 2015-03-13 | request from Thomas Schmidt to mention dmesg retention over reboot |  deraadt | 1 | -2/+4 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -2/+2 |
| 2015-01-13 | Add dmesg -s support, to view the output of rc(8) system startup messages. |  mpf | 2 | -7/+18 |
| 2014-04-22 | malloc/memset -> calloc. from peter malone |  tedu | 1 | -3/+2 |
| 2013-08-14 | no longer any need to quote macro lines with >9 args; |  jmc | 1 | -3/+3 |
| 2011-07-31 | missing .Nm macro; ok jmc@ |  schwarze | 1 | -3/+5 |
| 2011-06-05 | mention that rc(8) creates /var/run/dmesg.boot; |  schwarze | 1 | -3/+5 |
| 2010-07-02 | some data structures were still present when NOKVM was defined |  deraadt | 1 | -1/+3 |
| 2008-10-17 | init bufdata to NULL for when compiled without KVM support |  deraadt | 1 | -2/+2 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2006-12-24 | zap incorrect comment |  djm | 1 | -5/+1 |
| 2005-04-28 | -Wall clean now |  henning | 1 | -1/+2 |
| 2005-04-28 | tiny doses of KNF, inspired by a diff for sth else from Brian <bwaichu@yahoo.com> |  henning | 1 | -6/+8 |
| 2005-04-14 | shave off a few bytes, alpha floppies fit again now |  henning | 1 | -15/+1 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 2 | -13/+5 |
| 2002-07-03 | ansi |  deraadt | 1 | -6/+4 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 1 | -3/+3 |
| 2001-11-05 | kill more registers; |  mpech | 1 | -4/+4 |
| 2001-07-07 | major -Wall cleanup, almost complete |  deraadt | 1 | -3/+3 |
| 2001-07-07 | #include <string.h> for memset() proto |  millert | 1 | -2/+3 |
| 2001-06-22 | smaller dmesg |  deraadt | 1 | -2/+4 |
| 2001-06-22 | use sysctl to retreive msgbuf out of live system, keep the kvm iface, remove sgid |  mickey | 2 | -37/+57 |
| 2001-06-04 | return from main() don't exit |  mickey | 1 | -4/+4 |
| 2000-05-01 | Refer to dmesg.boot a la netbsd. |  hugh | 1 | -1/+6 |
| 2000-03-04 | Point out that dmesg is most commonly used to review system startup msgs. |  aaron | 1 | -1/+2 |
| 2000-02-22 | enlarge msgbuf, somewhat line netbsd did |  deraadt | 1 | -12/+17 |
| 1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common |  aaron | 1 | -2/+2 |
| 1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net |  aaron | 1 | -2/+2 |
| 1998-11-28 | kill redundant .Nm macro arguments; other misc fixes |  aaron | 1 | -3/+3 |
| 1998-09-17 | sbin/ man page fixes |  aaron | 1 | -8/+12 |
| 1998-07-08 | whack kmem gid after kvm_openfiles() |  deraadt | 1 | -2/+6 |
| 1998-07-05 | split KREAD() calls |  deraadt | 1 | -4/+8 |
| 1997-09-21 | $OpenBSD$ |  deraadt | 1 | -2/+1 |
| 1997-03-29 | Avoid infinite loops; from NetBSD PR 3285 |  tholo | 1 | -7/+7 |
| 1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! |  millert | 1 | -3/+3 |
| 1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges |  deraadt | 1 | -3/+5 |
| 1996-07-08 | kernel is /bsd, os is OpenBSD |  ccappuc | 1 | -2/+2 |
| 1996-06-23 | update rcsid |  deraadt | 3 | -2/+4 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 3 | -0/+240 |