summaryrefslogtreecommitdiffstats
path: root/sbin/dmesg (follow)
Commit message (Expand)AuthorAgeFilesLines
* dmesg(8) allocated a bit too much memory due to padding of structbluhm2019-12-241-2/+3
* drop unused <time.h>cheloha2018-05-151-2/+1
* free() the memory we allocate in dmesg.c. While this memory would betom2017-09-011-3/+5
* Be more precise in the messages given by err() after calling sysctl()tom2017-08-261-3/+5
* fix HISTORY;schwarze2016-10-061-3/+3
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-5/+5
* dmesg has two modes. The normal sysctl mode, and the -M/-N kvm searcher.deraadt2015-10-041-1/+7
* request from Thomas Schmidt to mention dmesg retention over rebootderaadt2015-03-131-2/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Add dmesg -s support, to view the output of rc(8) system startup messages.mpf2015-01-132-7/+18
* malloc/memset -> calloc. from peter malonetedu2014-04-221-3/+2
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
* missing .Nm macro; ok jmc@schwarze2011-07-311-3/+5
* mention that rc(8) creates /var/run/dmesg.boot;schwarze2011-06-051-3/+5
* some data structures were still present when NOKVM was definedderaadt2010-07-021-1/+3
* init bufdata to NULL for when compiled without KVM supportderaadt2008-10-171-2/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* zap incorrect commentdjm2006-12-241-5/+1
* -Wall clean nowhenning2005-04-281-1/+2
* tiny doses of KNF, inspired by a diff for sth else from Brian <bwaichu@yahoo.com>henning2005-04-281-6/+8
* shave off a few bytes, alpha floppies fit again nowhenning2005-04-141-15/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-13/+5
* ansideraadt2002-07-031-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.millert2002-02-161-3/+3
* kill more registers;mpech2001-11-051-4/+4
* major -Wall cleanup, almost completederaadt2001-07-071-3/+3
* #include <string.h> for memset() protomillert2001-07-071-2/+3
* smaller dmesgderaadt2001-06-221-2/+4
* use sysctl to retreive msgbuf out of live system, keep the kvm iface, remove sgidmickey2001-06-222-38/+58
* return from main() don't exitmickey2001-06-041-4/+4
* Refer to dmesg.boot a la netbsd.hugh2000-05-011-1/+6
* Point out that dmesg is most commonly used to review system startup msgs.aaron2000-03-041-1/+2
* enlarge msgbuf, somewhat line netbsd didderaadt2000-02-221-12/+17
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
* always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1998-12-151-2/+2
* kill redundant .Nm macro arguments; other misc fixesaaron1998-11-281-3/+3
* sbin/ man page fixesaaron1998-09-171-8/+12
* whack kmem gid after kvm_openfiles()deraadt1998-07-081-2/+6
* split KREAD() callsderaadt1998-07-051-4/+8
* $OpenBSD$deraadt1997-09-211-2/+1
* Avoid infinite loops; from NetBSD PR 3285tholo1997-03-291-7/+7
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* Deal with _POSIX_SAVED_IDS when relinquishing privilegesderaadt1996-12-221-3/+5
* kernel is /bsd, os is OpenBSDccappuc1996-07-081-2/+2
* update rcsidderaadt1996-06-233-2/+4
* initial import of NetBSD treederaadt1995-10-183-0/+240