NetBSD/sys/arch/vax
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
..
bi Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf 2008-03-11 05:34:01 +00:00
boot kill extra whitespaces 2009-10-26 19:16:54 +00:00
compile
conf PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
consolerl
floppy merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
if Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
include Remove `volatile' qualifier from argument types of 2009-12-12 14:44:08 +00:00
mba g/c BUFQ_FOO() macros and use bufq_foo() directly. 2009-01-13 13:33:58 +00:00
stand merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
uba - Use lwp_getpcb() on VAX, clean from struct user usage. 2009-11-21 04:45:39 +00:00
vax One semicolon only (;; -> ;) 2010-01-05 13:20:29 +00:00
vsa - Use lwp_getpcb() on VAX, clean from struct user usage. 2009-11-21 04:45:39 +00:00
Makefile