head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	98.09.15.07.35.51;	author abial;	state dead;
branches;
next	1.1;

1.1
date	98.09.14.20.33.42;	author abial;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Change name of 'dm' to 'msg'. As Bruce noticed, it conflicts with
dungeon master, if anyone would like to play it on picobsd floppy... :-)

Noticed by:	bde
@
text
@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@@nask.pl>

$Id: README,v 1.1 1998/09/14 20:33:42 abial Exp $
@


1.1
log
@Since we have a sysctl 'machdep.msgbuf' now, let's make use of it.
@
text
@d15 1
a15 1
$Id$
@
