diff options
author | Andrzej Bialecki <abial@FreeBSD.org> | 1998-09-15 07:35:58 +0000 |
---|---|---|
committer | Andrzej Bialecki <abial@FreeBSD.org> | 1998-09-15 07:35:58 +0000 |
commit | 7b98b315424a8c2ad2ab1eecc2fbfad3dee1e018 (patch) | |
tree | 22cd6217381b8c20f247d9305c2e16dcae6b9191 /release/picobsd/tinyware/msg/README | |
parent | 532abf3b7a7b1b7e0d53c8a7b098f72707425927 (diff) | |
download | src-7b98b315424a8c2ad2ab1eecc2fbfad3dee1e018.tar.gz src-7b98b315424a8c2ad2ab1eecc2fbfad3dee1e018.zip |
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
Notes
Notes:
svn path=/head/; revision=39224
Diffstat (limited to 'release/picobsd/tinyware/msg/README')
-rw-r--r-- | release/picobsd/tinyware/msg/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/release/picobsd/tinyware/msg/README b/release/picobsd/tinyware/msg/README new file mode 100644 index 000000000000..a38101bde5fc --- /dev/null +++ b/release/picobsd/tinyware/msg/README @@ -0,0 +1,15 @@ +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$ |