aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/if_ppp
Commit message (Expand)AuthorAgeFilesLines
* This patch fixes a problem, which exists if you have IPSEC in your kernelWojciech A. Koszek2006-02-271-1/+1
* Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy2005-10-141-0/+2
* We don't need to generate vnode_if.h anymoreWarner Losh2004-12-291-1/+1
* Mechanically tidy up the contents of CLEANFILES:M*.h: kmod.mkRuslan Ermilov2004-09-011-2/+0
* Make ppp(4) devices clonable and unloadable.Brooks Davis2002-08-091-5/+1
* The ppp and tunnel modules now rely on opt_mac.h. Missed in a previousRobert Watson2002-07-311-1/+1
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
* Zap some bad examples:Peter Wemm2001-02-041-4/+2
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-0/+1
* Removed garbage (CFLAGS+= ${PROTOS} was a vestige of an old way ofBruce Evans2000-09-261-15/+13
* Backed out previous commit (SMPng megacommit: support for garbage addedBruce Evans2000-09-261-2/+2
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-2/+2
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-041-1/+1
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-2/+1
* Minor tidy up of PPP_FILTER and NBPF stuff. Don't generate bpf.h in thePeter Wemm1999-09-261-5/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-5/+5
* Allow loadable interface drivers with BPF support to be loaded into a kernelMike Smith1999-04-281-2/+2
* Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.Peter Wemm1999-01-171-2/+3
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-10-161-4/+3
* Give this a shot at actually working as an LKM..Peter Wemm1998-03-271-3/+11
* Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absoluteBruce Evans1998-02-011-2/+1
* Minor fixups after INET option change.Eivind Eklund1998-01-091-3/+2
* Make the LKMs compile with the INET option as a newstyle option inEivind Eklund1998-01-081-3/+10
* Fix my typo.Eivind Eklund1997-12-161-2/+2
* Whoops - fix this after yesterday's IPX option changes. Also fixEivind Eklund1997-12-161-3/+12
* Update Makefile to know about PPP_FILTER and fix the PPP_BSDCOMP andPeter Wemm1997-10-181-6/+13
* make lkm/if_ppp build again.. opt_ppp.h is needed again...John-Mark Gurney1997-08-211-3/+9
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Update if_ppp lkm to pull in the new files...Peter Wemm1995-10-311-3/+3
* Put vnode_if.h and vnode_if.c into CLEANFILES that are automaticallyAndreas Schulz1995-04-151-2/+2
* Forgot pppcompress.c in PPP module.Garrett Wollman1995-03-201-2/+2
* The discard, tunnel, SLIP, and PPP network interface pseudo-devicesGarrett Wollman1995-03-201-0/+23