From owner-cvs-all@FreeBSD.ORG Mon May 31 21:47:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0611516A4CE; Mon, 31 May 2004 21:47:33 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C93043D5A; Mon, 31 May 2004 21:47:32 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i514k8vt004240; Mon, 31 May 2004 22:46:08 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 31 May 2004 22:46:08 -0600 (MDT) Message-Id: <20040531.224608.51841834.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20040531163032.N21785@root.org> References: <20040531212948.0F98716A4CF@hub.freebsd.org> <20040531163032.N21785@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: dwmalone@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/libpcap pcap-bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2004 04:47:33 -0000 In message: <20040531163032.N21785@root.org> Nate Lawson writes: : On Mon, 31 May 2004, David Malone wrote: : > dwmalone 2004/05/31 14:29:30 PDT : > : > FreeBSD src repository : > : > Modified files: : > contrib/libpcap pcap-bpf.c : > Log: : > Have libpcap open the bpf device RDWR to facilitate simulators and : > the like. : > : > PR: 58529 : > Submitted by: Jason Slagle : > Approved by: bms : > MFC after: 2 weeks : > : > Revision Changes Path : > 1.2 +711 -41 src/contrib/libpcap/pcap-bpf.c : ^^^^^^^^ : : That's a lot more than the RDWR bit. It appears to be a sync with the : tcpdump distribution (version?). This file was just pulled off the vendor branch. Warner