summaryrefslogtreecommitdiff
path: root/sbin/dmesg/dmesg.c
Commit message (Expand)AuthorAgeFilesLines
* 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