aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_pppvar.h
Commit message (Expand)AuthorAgeFilesLines
* Axe ppp_for_tty(). Use tty->t_lsc pointer to store sc. ThisGleb Smirnoff2005-08-121-1/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+2
* Don't abuse tp->t_sc, as it is now used by tty drivers.Olivier Houchard2004-11-071-0/+1
* Make ppp(4) devices clonable and unloadable.Brooks Davis2002-08-091-0/+1
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-241-4/+4
* Remove __P.Alfred Perlstein2002-03-191-13/+13
* Staticise private interface lists.Mike Smith2002-01-081-2/+0
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Remove some #if NFOO > 0 that are always true because of config rules.Peter Wemm2000-01-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Back out the `PPP_FILTER => NBPFILTER' changesPeter Wemm1997-10-181-3/+3
* A better fix for both kernel and LKM compilation.Ollivier Robert1997-10-171-2/+2
* Change PPP_FILTER into NBPFILTER to fix kernel compilation.Ollivier Robert1997-10-171-3/+3
* Update for new callout interface.Justin T. Gibbs1997-09-211-1/+2
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thePeter Wemm1997-08-191-9/+12
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Eliminated sloppy common-style declarations. Now there are no duplicatedBruce Evans1996-04-131-2/+2
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-2/+1
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Merge/update ppp-2.2 kernel parts onto mainline.Peter Wemm1995-10-311-6/+10
* Initial revisionPeter Wemm1995-10-311-0/+104