NetBSD/sys/conf
pooka 10fe49d72c Redefine bpf linkage through an always present op vector, i.e.
#if NBPFILTER is no longer required in the client.  This change
doesn't yet add support for loading bpf as a module, since drivers
can register before bpf is attached.  However, callers of bpf can
now be modularized.

Dynamically loadable bpf could probably be done fairly easily with
coordination from the stub driver and the real driver by registering
attachments in the stub before the real driver is loaded and doing
a handoff.  ... and I'm not going to ponder the depths of unload
here.

Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.
2010-01-19 22:06:18 +00:00
..
copyright Welcome to 2010. 2009-12-31 23:59:02 +00:00
debugsyms.c Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
files Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
majors hdaudio(4) is a standards-compliant driver for Intel High Definition Audio. 2009-09-06 17:25:55 +00:00
Makefile.kern.inc "cgd.c" doesn't use variable size stack allocations anymore. 2009-11-10 20:24:50 +00:00
mkldscript.sh Move mkldscript.sh, which is used to create ldscript dynamically to 2007-03-04 02:35:49 +00:00
newvers_stand.sh don't embed localized timestamps into kernels/bootblocks. 2009-02-20 13:41:27 +00:00
newvers.sh Remove ad clause on a UCB license. 2010-01-10 23:55:03 +00:00
osrelease.sh Fix borkeage 2009-11-15 18:41:08 +00:00
param.c Move dovfsusermount to secmodel_bsd44, where it really belongs. 2009-05-03 21:25:44 +00:00
std Remove uarea swap-out functionality: 2009-10-21 21:11:57 +00:00