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

Modified Files:
	src/usr.sbin/rarpd [netbsd-2-0]: rarpd.c

Log Message:
Pullup rev 1.50 (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.49 -r1.49.2.1 src/usr.sbin/rarpd/rarpd.c

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