9a25bc190f
and submitted via NetBSD PR pkg/21229. This package is not tested, but pkglint and I see problems. I did not change anything. The DESCRiption follows: This is a NetBSD decompressor for PPP compatible with the Stac LZS scheme as described in rfc1974. The algorithm is apparently covered by patents held by Hifn in the USA and Europe though I wrote this code independently with no help from Hifn or anybody associated with them, and I dont know the details of the patents. You might want to consider this 'example' code only if that makes you feel better. In order to compile this, you will need to have the source sets installed.
4 lines
154 B
Text
4 lines
154 B
Text
You will probably need to add a line to your /etc/lkm.conf file to
|
|
load the kernel module at bootup time, like so:
|
|
|
|
${PREFIX}/lkm/lzs.o - - - - BEFORENET
|