]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - release/picobsd/tinyware/msg/README
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / release / picobsd / tinyware / msg / README
1 1998.09.14, Warsaw
2
3 This program replaces 'dmesg' utility, aand allows you to retrieve the
4 system's message buffer without resorting to such dirty tricks as normal
5 'dmesg' uses (using libkvm and /dev/kmem to directly read kernel
6 memory.. *shudder*).
7
8 This utility uses sysctl(3) interface. The mib variable it uses was
9 recently added to the kernel sources, so if you don't mind patching your
10 kernel tree, contact me directly - the patches are very small and simple.
11
12 Andrzej Bialecki
13 <abial@freebsd.org>
14
15 $FreeBSD$