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