summaryrefslogtreecommitdiffstats
path: root/sys/net/bsd_comp.c
Commit message (Collapse)AuthorAgeFilesLines
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+3
| | | | | | | | | | | other "system" header files. Also help the deprecation of lockmgr.h by making it a sub-include of sys/lock.h and removing sys/lockmgr.h form kernel .c files. Sort sys/*.h includes where possible in affected files. OK'ed by: bde (with reservations)
* Remove #if DO_DEFLATEphk2000-10-271-2/+0
| | | | | | Remove #if DO_BSD_COMPRESS They are the wrong way to enable/disable features and undocumented to boot.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Removed unused #includes.bde1997-10-281-6/+1
|
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
| | | | <sys/malloc.h> (unless we only use the bogusly shared M*WAIT flags).
* Remove some stray extra prototypespeter1997-08-191-7/+1
|
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thepeter1997-08-191-8/+11
| | | | | | | | | | 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.
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Clean up -Wunused warnings.gpalmer1996-06-121-4/+2
| | | | Reviewed by: bde
* Remove the old pppcompress files (btw: these look net-2 derived)peter1995-10-311-1/+9
| | | | commit merge for bsd_comp.c - I missed this with a *ppp* wildcard.
* Drat.. Missed this one, which #includes ppp-comp.h, not ppp_comp.hpeter1995-10-311-2/+2
|
* Initial revisionpeter1995-10-311-0/+1114
OpenPOWER on IntegriCloud