Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Darren Reed <darrenr@netbsd.org>
List: source-changes
Date: 05/29/2004 08:56:19
Module Name:	src
Committed By:	darrenr
Date:		Sat May 29 08:56:19 UTC 2004

Modified Files:
	src/sys/net: bpf.c bpf.h bpfdesc.h

Log Message:
add mmap(2) interface to bpf(4) devices, along with BIOCMMAPINFO ioctl call
for applications to interact with the bpf device for the purpose of using
mmap to examinen captured data.


To generate a diff of this commit:
cvs rdiff -r1.98 -r1.99 src/sys/net/bpf.c
cvs rdiff -r1.37 -r1.38 src/sys/net/bpf.h
cvs rdiff -r1.18 -r1.19 src/sys/net/bpfdesc.h

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