Subject: CVS commit: [netbsd-2-0] src/usr.sbin/mopd/common
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 04/21/2004 03:55:55
Module Name:	src
Committed By:	jmc
Date:		Wed Apr 21 03:55:55 UTC 2004

Modified Files:
	src/usr.sbin/mopd/common [netbsd-2-0]: pf.c

Log Message:
Pullup rev 1.9 (requested by darrenr in ticket #167)

Reduce bpf buffer to 32k from 1M to reduce kernel memory usage from userland
binaries.
Fix bpf so that select will return for a timeout.
Fix the behaviour of BIOCIMMEDIATE.
In bpf_mtap(), optimise the calling of bpf_filter() and catchpacket()
based on whether or not the entire packet is in one mbuf.
Various other bpf fixes, including PR#8674, PR#12170


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.8.2.1 src/usr.sbin/mopd/common/pf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.