From owner-cvs-all@FreeBSD.ORG Mon May 31 16:32:04 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 ED82916A4CF for ; Mon, 31 May 2004 16:32:04 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C443443D41 for ; Mon, 31 May 2004 16:32:04 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 22132 invoked by uid 1000); 31 May 2004 23:31:49 -0000 Date: Mon, 31 May 2004 16:31:49 -0700 (PDT) From: Nate Lawson To: David Malone In-Reply-To: <20040531212948.0F98716A4CF@hub.freebsd.org> Message-ID: <20040531163032.N21785@root.org> References: <20040531212948.0F98716A4CF@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@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: Mon, 31 May 2004 23:32:05 -0000 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?). -Nate