From owner-cvs-all Fri Mar 22 22:49: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2807337B400; Fri, 22 Mar 2002 22:49:03 -0800 (PST) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2N6n3264655; Fri, 22 Mar 2002 22:49:03 -0800 (PST) (envelope-from gad) Message-Id: <200203230649.g2N6n3264655@freefall.freebsd.org> From: Garance A Drosehn Date: Fri, 22 Mar 2002 22:49:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gad 2002/03/22 22:49:02 PST Modified files: (Branch: RELENG_4) sys/net bpf.c Log: Fix of MFC: revision 1.59.2.6 back on Sept 20, 2001 was meant to be an MFC of revision 1.79. That update makes it so select() realizes that bpf devices are always writable. In redoing the patch so it applied to stable, I used POLLIN instead of POLLOUT, thus making it so bpf devices looked like they always had something to read. The really sad thing is that I noticed that, redid it, tested it, and then committed the wrong version... This patch fixes that error. PR: kern/36219 Spotted by: bde Pointy hat to: gad Revision Changes Path 1.59.2.10 +1 -1 src/sys/net/bpf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message