]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at the
authorpeter <peter@FreeBSD.org>
Tue, 19 Aug 1997 14:10:50 +0000 (14:10 +0000)
committerpeter <peter@FreeBSD.org>
Tue, 19 Aug 1997 14:10:50 +0000 (14:10 +0000)
commit3970ef27019843920c6306bec80d164f8eee7e82
tree34b2d5bc6895d2f3fc3464536dd15f5c6286c76f
parent813bc0386ea8626c9016862d4d8013c749e44ff6
Update kernel parts of pppd from 2.2.0 to 2.3.0.  I've yet to look at the
2.3.0 -> 2.3.1 changes, but I seem to recall that there are certain
"issues" with 2.3.1 (I'm not sure if it's just pppd or the whole lot, I
am not quite that far).  The present pppd seems to work with it just fine
for the time being.

Among the changes are that zlib (aka LZ77 aka deflate aka gzip) compression
is implemented as well as the original compress(1) LZW style.
13 files changed:
sys/conf/files
sys/net/bsd_comp.c
sys/net/if_ppp.c
sys/net/if_ppp.h
sys/net/if_pppvar.h
sys/net/ppp_comp.h
sys/net/ppp_deflate.c [new file with mode: 0644]
sys/net/ppp_defs.h
sys/net/ppp_tty.c
sys/net/slcompress.c
sys/net/slcompress.h
sys/net/zlib.c [new file with mode: 0644]
sys/net/zlib.h [new file with mode: 0644]