summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ppp.h
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Braino on my part.. a #define isn't a reference to a structure, so thepeter1997-10-181-3/+1
| | | | | | struct only needs to be defined if the macro is used. Pointed out by: bde
* Back out the `PPP_FILTER => NBPFILTER' changes.peter1997-10-181-3/+3
|
* A better fix for both kernel and LKM compilation.roberto1997-10-171-2/+2
|
* Change PPP_FILTER into NBPFILTER to fix kernel compilation.roberto1997-10-171-3/+3
| | | | | | | It should probably be changed in ppp_tty.c for consistency but I'll let Brian deal with this. Forgotten by: brian
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thepeter1997-08-191-3/+6
| | | | | | | | | | 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.
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-4/+4
| | | | a bunch of system include files.
* Merge/update ppp-2.2 kernel parts onto mainline.peter1995-10-311-84/+72
| | | | | Note that the old if_ppp.c has been split in half into if_ppp.c and ppp_tty.c
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+3
| | | | | | | | | | | | | | | | | | | | | Submitted by: Mike Mitchell, supervisor@alb.asctmd.com This is a bulk mport of Mike's IPX/SPX protocol stacks and all the related gunf that goes with it.. it is not guaranteed to work 100% correctly at this time but as we had several people trying to work on it I figured it would be better to get it checked in so they could all get teh same thing to work on.. Mikes been using it for a year or so but on 2.0 more changes and stuff will be merged in from other developers now that this is in. Mike Mitchell, Network Engineer AMTECH Systems Corporation, Technology and Manufacturing 8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000 supervisor@alb.asctmd.com
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Initial revisionwollman1994-09-231-0/+146
OpenPOWER on IntegriCloud