Name Date Size #Lines LOC

..--

MakefileHD10-Jan-201667 104

READMEHD10-Jan-2016515 1611

msg.cHD10-Jan-20162.1 KiB7636

README

11998.09.14, Warsaw
2
3This program replaces 'dmesg' utility, aand allows you to retrieve the
4system's message buffer without resorting to such dirty tricks as normal
5'dmesg' uses (using libkvm and /dev/kmem to directly read kernel
6memory.. *shudder*).
7
8This utility uses sysctl(3) interface. The mib variable it uses was
9recently added to the kernel sources, so if you don't mind patching your
10kernel tree, contact me directly - the patches are very small and simple.
11
12Andrzej Bialecki
13<abial@freebsd.org>
14
15$FreeBSD$
16