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

Modified Files:
	src/sys/net [netbsd-2-0]: bpfdesc.h

Log Message:
Pullup rev 1.17-1.18 (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.16 -r1.16.2.1 src/sys/net/bpfdesc.h

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