aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/if_tun
Commit message (Expand)AuthorAgeFilesLines
* Move most of the 15 variations on generating opt_inet.h andWarner Losh2014-08-041-8/+0
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-4/+1
* Remove IPX support.Gleb Smirnoff2014-03-141-4/+1
* Remove opt_mac.h generation for various kernel modules that no longerRobert Watson2009-06-061-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-2/+1
* Fix module build by adding options to Makefile.Jonathan Lemon2003-03-081-1/+11
* 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
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-1/+2
* Removed fresh garbage (vestiges of old way of configuring number ofBruce Evans2000-09-261-9/+4
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-1/+1
* 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
* Restore to version 1.14. Only opt_inet.h is required again.Brian Somers2000-01-291-21/+1
* Don't use ATM on the alpha - it #errors out.Brian Somers2000-01-261-1/+5
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-241-7/+13
* Hmm, don't compile in INET6, IPX or NETATALK support for theBrian Somers2000-01-231-3/+3
* Support INET6, NETATALK and IPX as well as INET.Brian Somers2000-01-231-1/+11
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-5/+0
* Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.Peter Wemm1999-09-271-5/+2
* Don't generate 'bpf.h' since it's not used.Peter Wemm1999-09-271-5/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* 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
* Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absoluteBruce Evans1998-02-011-2/+1
* LKM-support for converting all file-system options to new-style options.Eivind Eklund1998-01-241-3/+6
* Make the LKMs compile with the INET option as a newstyle option inEivind Eklund1998-01-081-4/+6
* 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
* The discard, tunnel, SLIP, and PPP network interface pseudo-devicesGarrett Wollman1995-03-201-0/+23