summaryrefslogtreecommitdiffstats
path: root/sbin/dmesg
AgeCommit message (Expand)AuthorFilesLines
2019-12-24dmesg(8) allocated a bit too much memory due to padding of structbluhm1-2/+3
2018-05-15drop unused <time.h>cheloha1-2/+1
2017-09-01free() the memory we allocate in dmesg.c. While this memory would betom1-3/+5
2017-08-26Be more precise in the messages given by err() after calling sysctl()tom1-3/+5
2016-10-06fix HISTORY;schwarze1-3/+3
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-5/+5
2015-10-04dmesg has two modes. The normal sysctl mode, and the -M/-N kvm searcher.deraadt1-1/+7
2015-03-13request from Thomas Schmidt to mention dmesg retention over rebootderaadt1-2/+4
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-2/+2
2015-01-13Add dmesg -s support, to view the output of rc(8) system startup messages.mpf2-7/+18
2014-04-22malloc/memset -> calloc. from peter malonetedu1-3/+2
2013-08-14no longer any need to quote macro lines with >9 args;jmc1-3/+3
2011-07-31missing .Nm macro; ok jmc@schwarze1-3/+5
2011-06-05mention that rc(8) creates /var/run/dmesg.boot;schwarze1-3/+5
2010-07-02some data structures were still present when NOKVM was definedderaadt1-1/+3
2008-10-17init bufdata to NULL for when compiled without KVM supportderaadt1-2/+2
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-12-24zap incorrect commentdjm1-5/+1
2005-04-28-Wall clean nowhenning1-1/+2
2005-04-28tiny doses of KNF, inspired by a diff for sth else from Brian <bwaichu@yahoo.com>henning1-6/+8
2005-04-14shave off a few bytes, alpha floppies fit again nowhenning1-15/+1
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2002-07-03ansideraadt1-6/+4
2002-02-16Part 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.millert1-3/+3
2001-11-05kill more registers;mpech1-4/+4
2001-07-07major -Wall cleanup, almost completederaadt1-3/+3
2001-07-07#include <string.h> for memset() protomillert1-2/+3
2001-06-22smaller dmesgderaadt1-2/+4
2001-06-22use sysctl to retreive msgbuf out of live system, keep the kvm iface, remove sgidmickey2-37/+57
2001-06-04return from main() don't exitmickey1-4/+4
2000-05-01Refer to dmesg.boot a la netbsd.hugh1-1/+6
2000-03-04Point out that dmesg is most commonly used to review system startup msgs.aaron1-1/+2
2000-02-22enlarge msgbuf, somewhat line netbsd didderaadt1-12/+17
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-2/+2
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-2/+2
1998-11-28kill redundant .Nm macro arguments; other misc fixesaaron1-3/+3
1998-09-17sbin/ man page fixesaaron1-8/+12
1998-07-08whack kmem gid after kvm_openfiles()deraadt1-2/+6
1998-07-05split KREAD() callsderaadt1-4/+8
1997-09-21$OpenBSD$deraadt1-2/+1
1997-03-29Avoid infinite loops; from NetBSD PR 3285tholo1-7/+7
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesderaadt1-3/+5
1996-07-08kernel is /bsd, os is OpenBSDccappuc1-2/+2
1996-06-23update rcsidderaadt3-2/+4
1995-10-18initial import of NetBSD treederaadt3-0/+240