mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
Start fresh on master, only apply needed patches on top now. Upstream commit: 56279fdef34eb28a4655b489b992c651bd8379fc Taken from: FreeBSD |
||
|---|---|---|
| .. | ||
| Makefile | ||
| msg.c | ||
| README | ||
1998.09.14, Warsaw This program replaces 'dmesg' utility, aand allows you to retrieve the system's message buffer without resorting to such dirty tricks as normal 'dmesg' uses (using libkvm and /dev/kmem to directly read kernel memory.. *shudder*). This utility uses sysctl(3) interface. The mib variable it uses was recently added to the kernel sources, so if you don't mind patching your kernel tree, contact me directly - the patches are very small and simple. Andrzej Bialecki <abial@freebsd.org> $FreeBSD$