summaryrefslogtreecommitdiffstats
path: root/sbin/dmesg/dmesg.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r281787vangyzen2015-10-021-0/+3
* Move the check whether the clear flag is set. This has 2 advantagesflo2013-06-111-4/+3
* Add support for 'dmesg -c' which clears the dmesg buffer after it haseadler2013-05-101-5/+15
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-4/+2
* Avoid moving onto a new line while testing if there is a syslog prioritydwmalone2006-02-271-1/+2
* WARNS=6 cleanup:delphij2005-01-171-4/+6
* Print a usage message if a non-option is specified.schweikh2004-10-131-1/+2
* Don't add integers to void pointers.stefanf2004-10-031-2/+4
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Not too much point specifying -N but not specifying -M.ru2004-03-261-2/+2
* Further simplify the code for printing the message buffer:iedowse2004-02-081-33/+36
* Don't print the oldest line in the message buffer if the buffer isiedowse2004-02-051-51/+54
* Replace the code for reading and writing the kernel message bufferiedowse2003-06-221-3/+1
* bufpos is used in size_t contexts, so make it one.obrien2003-05-021-6/+5
* Include <nlist.h> for nlist interfaces instead of depending on namespacebde2002-08-181-0/+1
* o Remove __Pimp2002-03-191-5/+3
* add -a to usage()billf2001-07-141-1/+1
* Use the kern.msgbuf sysctl to get the message buffer on a runningtmm2001-07-031-30/+44
* Backout -a restriction hack.ru2001-02-261-6/+1
* Restrict -a to root only.ru2001-02-241-1/+6
* Add a -a option to show the entire message buffer.phk2000-12-171-5/+20
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use an error message that more clearly indites(sp?) an out-of-synchoek1998-07-271-2/+2
* Use .Pa for filenames. Use .Bl/.El in FILES section. Remove unused #includes.charnier1998-06-041-5/+1
* Make the size of the msgbuf (dmesg) a "normal" option.phk1998-05-191-8/+14
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Who would have though that dmesg didn't understand message buffers?bde1996-09-211-8/+16
* Add #include <err.h>.alex1996-06-191-0/+1
* Add setlocale LC_CTYPEache1995-10-231-0/+2
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+157
OpenPOWER on IntegriCloud