From owner-cvs-all@FreeBSD.ORG Fri Aug 27 16:10:15 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 1744F16A4CE; Fri, 27 Aug 2004 16:10:15 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC28B43D54; Fri, 27 Aug 2004 16:10:14 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 021AF6520F; Fri, 27 Aug 2004 17:10:13 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 58369-03-3; Fri, 27 Aug 2004 17:10:12 +0100 (BST) Received: from empiric.dek.spc.org (dhcp113.icir.org [192.150.187.113]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 6C8796520E; Fri, 27 Aug 2004 17:10:12 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 72E8C629F; Fri, 27 Aug 2004 09:10:07 -0700 (PDT) Date: Fri, 27 Aug 2004 09:10:07 -0700 From: Bruce M Simpson To: Andre Oppermann Message-ID: <20040827161007.GA833@empiric.icir.org> Mail-Followup-To: Andre Oppermann , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200408271516.i7RFGO8L061926@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408271516.i7RFGO8L061926@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC SKI src/sys/modules/bridge Makefile ... 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: Fri, 27 Aug 2004 16:10:15 -0000 On Fri, Aug 27, 2004 at 03:16:24PM +0000, Andre Oppermann wrote: > Log: > Always compile PFIL_HOOKS into the kernel and remove the associated kernel > compile option. All FreeBSD packet filters now use the PFIL_HOOKS API and > thus it becomes a standard part of the network stack. Hopefully this change can be MT5'd. BMS