Name Date Size #Lines LOC

..22-Aug-2023-

MakefileH A D22-Aug-202367 104

READMEH A D22-Aug-2023515 1611

msg.cH A D22-Aug-20232.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<[email protected]>
14
15$FreeBSD$
16