diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2019-11-05 02:30:41 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2019-11-05 02:30:41 +0000 |
commit | 6d180b1360b19930587764af836c009419cc3365 (patch) | |
tree | 621f0a5101f7b09d6254a2c0e641bda3d385d86c /release/picobsd/tinyware/msg/README | |
parent | 74954211d655f782278bea06fe59f42baeb06634 (diff) | |
download | src-6d180b1360b19930587764af836c009419cc3365.tar.gz src-6d180b1360b19930587764af836c009419cc3365.zip |
Remove picobsd build scripts and the remaining tinyware
Postings were sent to -arch@ on 2019/09/13 and 2019/10/01, proposing and
confirming a removal of these scripts on 2019/10/31, due to significant work
needed to bring this into the modern world and nobody having done this work
in the past couple of years. No objections or proposed work was raised in
response to these postings. The tinyware may see a resurrection into a
separate repo for archival purposes if any users of it show interest in
doing so.
MFC after: never
Notes
Notes:
svn path=/head/; revision=354346
Diffstat (limited to 'release/picobsd/tinyware/msg/README')
-rw-r--r-- | release/picobsd/tinyware/msg/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/release/picobsd/tinyware/msg/README b/release/picobsd/tinyware/msg/README deleted file mode 100644 index d26e38326a9e..000000000000 --- a/release/picobsd/tinyware/msg/README +++ /dev/null @@ -1,15 +0,0 @@ -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$ |