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

Modified Files:
	src/dist/dhcp/common [netbsd-2-0]: bpf.c

Log Message:
Pullup rev 1.7 (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.6 -r1.6.2.1 src/dist/dhcp/common/bpf.c

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