Go to file
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
bin Match curly braces in undef(FILEC) case. Found by cppcheck. 2010-01-17 12:15:36 +00:00
common Move AMD64's bswap64 implementation from libc to src/common and share it 2010-01-14 02:09:46 +00:00
compat Avoid using ${NETBSDSRCDIR} by using ${.PARSEDIR} like I did for amd64/i386 2009-12-19 04:11:32 +00:00
crypto Free strdeupped string after using it. Found by cppcheck. 2010-01-17 23:03:01 +00:00
dist Add missing parentheses in ifdef(OLD_LEXER). Found by cppcheck. 2010-01-17 22:42:36 +00:00
distrib Add the new latin2 fonts for wscons to the file list. 2010-01-18 16:57:39 +00:00
doc Document the addition of new-style kernel modules support in macppc and shark. 2010-01-18 23:41:47 +00:00
etc Add examples to make switching wscons to ISO 8859-2 as easy as removing 2010-01-18 17:10:29 +00:00
external link in libOSMesa as well. 2010-01-12 03:56:17 +00:00
extsrc Top level reach-over directory for extsrc. 2009-12-01 01:53:46 +00:00
games Close file when finished with it. Found by cppcheck. 2010-01-17 22:56:32 +00:00
gnu add libelf 2009-12-20 20:15:07 +00:00
include Use a proper char */size_t pair in __sfileext to keep track of the line 2010-01-11 20:39:29 +00:00
lib PR/42637: Joachim Kuebart: Shell tab completion crashes due to libedit stack 2010-01-18 19:17:42 +00:00
libexec Restore backwards compatibility for binaries referencing the main 2010-01-17 08:04:20 +00:00
regress use RTLD_NOW now that it works. 2010-01-13 20:18:24 +00:00
rescue Remove the portalfs kernel file system driver. Replace mount_portal(8) 2009-12-05 20:11:01 +00:00
sbin from main with return 0; 2010-01-14 22:06:54 +00:00
share Generate long calls in modules for arm32 and powerpc to avoid unsupported 2010-01-18 23:39:07 +00:00
sys Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
tests Must use CMSG_SPACE instead of CMSG_LEN for control message buffer. 2009-12-18 21:24:13 +00:00
tools Regenerate. 2010-01-15 11:27:01 +00:00
usr.bin Remove some leftover bits of tn3270 that got left behind. 2010-01-17 04:15:41 +00:00
usr.sbin check if i is in range before using it. 2010-01-18 04:53:10 +00:00
x11 add -n to gzip invocation 2009-03-31 21:12:51 +00:00
BUILDING Support "extsrc", externally added programs and libraries. Users can write 2009-11-30 16:13:22 +00:00
Makefile adjust the do-compat-* rules now that src/compat/lib and friends no longer exist 2009-12-13 09:29:27 +00:00
Makefile.inc
UPDATING Fold long lines. 2009-12-26 11:00:46 +00:00
build.sh need object directory for etc/mtree to run distrib-dirs 2010-01-13 02:24:06 +00:00