Subject: Re: CVS commit: src/sys/net
To: Takahiro Kambe <taca@back-street.net>
From: Darren Reed <darrenr@NetBSD.org>
List: source-changes
Date: 04/11/2004 12:05:39
They should also be pulled up into 2.0 as well but I would prefer
to see them tested in -current (to make sure there is no breakage)
before requesting a pullup.

Darren

On Sun, Apr 11, 2004 at 07:45:55PM +0900, Takahiro Kambe wrote:
> Could These improvement be appiled to netbsd-1-6 branch?
> 
> > Module Name:	src
> > Committed By:	darrenr
> > Date:		Sat Apr 10 23:31:52 UTC 2004
> > 
> > Modified Files:
> > 	src/sys/net: bpf.c bpf.h bpfdesc.h
> > 
> > Log Message:
> > Fix bpf so that select will return for a timeout (from FreeBSD.)
> > 
> > Fix the behaviour of BIOCIMMEDIATE (fix from LBL BPF code via FreeBSD.)
> > 
> > In bpf_mtap(), optimise the calling of bpf_filter() and catchpacket()
> > based on whether or not the entire packet is in one mbuf (based on
> > similar change FreeBSD but fixes BIOC*SEESENT issue with that.)
> > 
> > Copy the implementation of BIOCSSEESENT, BIOCGSEESENT by FreeBSD.
> > 
> > Review Assistance: Guy Harris
> > 
> > PRs: kern/8674, kern/12170
> 
> -- 
> Takahiro Kambe <taca@back-street.net>