Peter Wemm
972c1f6945
Don't set an unused make(1) variable (NBPF)
1999-09-27 01:00:20 +00:00
Peter Wemm
18b039eb04
Don't generate 'bpf.h' since it's not used.
1999-09-27 00:34:02 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Dag-Erling Smørgrav
6b5ca0d83e
Rename bpfilter to bpf.
1999-07-06 19:23:32 +00:00
Mike Smith
f8dc47162a
Allow loadable interface drivers with BPF support to be loaded into a kernel
...
that doesn't have it. This is achieved by having minimal do-nothing stubs
enabled when there are no bpfilter devices configured.
Driver modules should be built with BPF enabled for maximum
convenience (but can be built without it for maximum performance).
1999-04-28 01:18:13 +00:00
Peter Wemm
a654d07295
Sample initial set of kld-ified modules. Not all have been completely
...
converted yet. These are more of a starting point. This is NOT connected
to the parent Makefile.
OK'ed by jkh (who is ever so patiently waiting)
1998-10-16 04:30:52 +00:00
Bruce Evans
98f3fd4b49
Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute
...
path to the obj directory in ${CFLAGS}. This is actually equivalent
to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.
1998-02-01 18:12:15 +00:00
Eivind Eklund
aa1b929b8b
Make the LKMs compile with the INET option as a newstyle option in
...
opt_inet.h.
1998-01-08 23:50:27 +00:00
Peter Wemm
4a0f765fbf
Revert $FreeBSD$ back to $Id$
1997-02-22 12:49:29 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
Garrett Wollman
3432f42658
Forgot slcompress.c in SLIP module.
1995-03-20 19:31:47 +00:00
Garrett Wollman
f065639f29
The discard, tunnel, SLIP, and PPP network interface pseudo-devices
...
are now dynamically loadable. It doesn't make sense to do the same
for the loopback.
1995-03-20 19:25:49 +00:00