aboutsummaryrefslogtreecommitdiff
path: root/sbin/dmesg/dmesg.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* dmesg: accommodate message buffer growth between the sysctl callsEric van Gyzen2015-04-201-0/+3
* Fix minor fallout from sysctl strings being nulterminated now. The dmesgIan Lepore2015-03-161-2/+6
* Move the check whether the clear flag is set. This has 2 advantagesFlorian Smeets2013-06-111-4/+3
* Add support for 'dmesg -c' which clears the dmesg buffer after it hasEitan Adler2013-05-101-5/+15
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-4/+2
* Avoid moving onto a new line while testing if there is a syslog priorityDavid Malone2006-02-271-1/+2
* WARNS=6 cleanup:Xin LI2005-01-171-4/+6
* Print a usage message if a non-option is specified.Jens Schweikhardt2004-10-131-1/+2
* Don't add integers to void pointers.Stefan Farfeleder2004-10-031-2/+4
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Not too much point specifying -N but not specifying -M.Ruslan Ermilov2004-03-261-2/+2
* Further simplify the code for printing the message buffer:Ian Dowse2004-02-081-33/+36
* Don't print the oldest line in the message buffer if the buffer isIan Dowse2004-02-051-51/+54
* Replace the code for reading and writing the kernel message bufferIan Dowse2003-06-221-3/+1
* bufpos is used in size_t contexts, so make it one.David E. O'Brien2003-05-021-6/+5
* Include <nlist.h> for nlist interfaces instead of depending on namespaceBruce Evans2002-08-181-0/+1
* o Remove __PWarner Losh2002-03-191-5/+3
* add -a to usage()Bill Fumerola2001-07-141-1/+1
* Use the kern.msgbuf sysctl to get the message buffer on a runningThomas Moestl2001-07-031-30/+44
* Backout -a restriction hack.Ruslan Ermilov2001-02-261-6/+1
* Restrict -a to root only.Ruslan Ermilov2001-02-241-1/+6
* Add a -a option to show the entire message buffer.Poul-Henning Kamp2000-12-171-5/+20
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use an error message that more clearly indites(sp?) an out-of-syncTim Vanderhoek1998-07-271-2/+2
* Use .Pa for filenames. Use .Bl/.El in FILES section. Remove unused #includes.Philippe Charnier1998-06-041-5/+1
* Make the size of the msgbuf (dmesg) a "normal" option.Poul-Henning Kamp1998-05-191-8/+14
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Who would have though that dmesg didn't understand message buffers?Bruce Evans1996-09-211-8/+16
* Add #include <err.h>.Alexander Langer1996-06-191-0/+1
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-231-0/+2
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+157