Age | Commit message (Expand) | Author |
2024-06-30 | correct history; dmesg appeared (without a manual page) in v7 | Jonathan Gray |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-08-03 | dmesg(8): don't accept positional arguments | Scott Soule Cheloha |
2019-12-24 | dmesg(8) allocated a bit too much memory due to padding of struct | Alexander Bluhm |
2018-05-15 | drop unused <time.h> | cheloha |
2017-09-01 | free() the memory we allocate in dmesg.c. While this memory would be | Tom Cosgrove |
2017-08-26 | Be more precise in the messages given by err() after calling sysctl() | Tom Cosgrove |
2016-10-06 | fix HISTORY; | Ingo Schwarze |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-04 | dmesg has two modes. The normal sysctl mode, and the -M/-N kvm searcher. | Theo de Raadt |
2015-03-13 | request from Thomas Schmidt to mention dmesg retention over reboot | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-13 | Add dmesg -s support, to view the output of rc(8) system startup messages. | Marco Pfatschbacher |
2014-04-22 | malloc/memset -> calloc. from peter malone | Ted Unangst |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2011-07-31 | missing .Nm macro; ok jmc@ | Ingo Schwarze |
2011-06-05 | mention that rc(8) creates /var/run/dmesg.boot; | Ingo Schwarze |
2010-07-02 | some data structures were still present when NOKVM was defined | Theo de Raadt |
2008-10-17 | init bufdata to NULL for when compiled without KVM support | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-12-24 | zap incorrect comment | Damien Miller |
2005-04-28 | -Wall clean now | Henning Brauer |
2005-04-28 | tiny doses of KNF, inspired by a diff for sth else from Brian <bwaichu@yahoo.... | Henning Brauer |
2005-04-14 | shave off a few bytes, alpha floppies fit again now | Henning Brauer |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-07-03 | ansi | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-05 | kill more registers; | Mike Pechkin |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-07-07 | #include <string.h> for memset() proto | Todd C. Miller |
2001-06-22 | smaller dmesg | Theo de Raadt |
2001-06-22 | use sysctl to retreive msgbuf out of live system, keep the kvm iface, remove ... | Michael Shalayeff |
2001-06-04 | return from main() don't exit | Michael Shalayeff |
2000-05-01 | Refer to dmesg.boot a la netbsd. | Hugh Graham |
2000-03-04 | Point out that dmesg is most commonly used to review system startup msgs. | Aaron Campbell |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell |
1998-09-17 | sbin/ man page fixes | Aaron Campbell |
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt |
1998-07-05 | split KREAD() calls | Theo de Raadt |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-03-29 | Avoid infinite loops; from NetBSD PR 3285 | Thorsten Lockert |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Theo de Raadt |
1996-07-08 | kernel is /bsd, os is OpenBSD | ccappuc |
1996-06-23 | update rcsid | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |