NameDateSize

..20-Dec-201614

MakefileH A D08-Mar-201570

msg.cH A D08-Mar-20152.1 KiB

READMEH A D08-Mar-2015515

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