summaryrefslogtreecommitdiffstats
path: root/sys/net/ppp_comp.h
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
|
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-241-6/+5
| | | | | | not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
* Remove __P.alfred2002-03-191-17/+17
|
* Remove bogus undocumented macros used to control conditional assembly.phk2000-10-271-13/+0
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some morepeter1998-06-201-3/+2
| | | | problems, which I'll have a go at shortly.
* ppp-2.3.x ships with a bad compression number for deflate. It uses numberpeter1998-03-221-2/+4
| | | | | | | 24 (which is magnalink!) rather than the correct 26. Initial attempt at a compatability kludge that will negotiate for either but will prefer to use the correct deflate compression type.
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thepeter1997-08-191-2/+29
| | | | | | | | | | 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.
* Merge/update ppp-2.2 kernel parts onto mainline.peter1995-10-311-2/+3
| | | | | Note that the old if_ppp.c has been split in half into if_ppp.c and ppp_tty.c
* Initial revisionpeter1995-10-311-0/+136
OpenPOWER on IntegriCloud