From owner-cvs-src@FreeBSD.ORG Sat Aug 16 11:48:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F4E6106564A; Sat, 16 Aug 2008 11:48:26 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3AF978FC16; Sat, 16 Aug 2008 11:48:26 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7GBmQpm096213; Sat, 16 Aug 2008 11:48:26 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7GBmQX4096212; Sat, 16 Aug 2008 11:48:26 GMT (envelope-from dwmalone@repoman.freebsd.org) Message-Id: <200808161148.m7GBmQX4096212@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dwmalone@repoman.freebsd.org using -f From: David Malone Date: Sat, 16 Aug 2008 11:48:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/net bpf.c bpf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2008 11:48:26 -0000 dwmalone 2008-08-16 11:48:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net bpf.c bpf.h Log: SVN rev 181783 on 2008-08-16 11:48:10Z by dwmalone MFC: Add a new ioctl for changing the read filter (BIOCSETFNR). This is just like BIOCSETF but it doesn't drop all the packets buffered on the discriptor and reset the statistics. Also, when setting the write filter, don't drop packets waiting to be read or reset the statistics. Revision Changes Path 1.181.2.9 +8 -4 src/sys/net/bpf.c 1.47.2.2 +1 -0 src/sys/net/bpf.h