From owner-svn-src-user@FreeBSD.ORG Sun Oct 18 01:37:19 2009 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6285106566B for ; Sun, 18 Oct 2009 01:37:19 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outT.internet-mail-service.net (outt.internet-mail-service.net [216.240.47.243]) by mx1.freebsd.org (Postfix) with ESMTP id 80D7F8FC17 for ; Sun, 18 Oct 2009 01:37:18 +0000 (UTC) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id A6D70C9876; Sat, 17 Oct 2009 18:37:18 -0700 (PDT) X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (unknown [67.100.89.137]) by idiom.com (Postfix) with ESMTP id D95F42D6015; Sat, 17 Oct 2009 18:37:17 -0700 (PDT) Message-ID: <4ADA7150.4090304@elischer.org> Date: Sat, 17 Oct 2009 18:37:20 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: =?UTF-8?B?RXJtYWwgTHXDp2k=?= References: <200910172301.n9HN1Tnw053214@svn.freebsd.org> In-Reply-To: <200910172301.n9HN1Tnw053214@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: Re: svn commit: r198192 - user/eri/pf45/head/sys/contrib/pf/net X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2009 01:37:19 -0000 Ermal Lu�������������������� wrote: > Author: eri > Date: Sat Oct 17 23:01:29 2009 > New Revision: 198192 > URL: http://svn.freebsd.org/changeset/base/198192 > > Log: > Say HELLO to pf(4) virtualized. > > * Set propper context where required. > * Prepend V_ to some more global variables. > * Initialize pf(4) during with vnet events rather than module ones. > * Include opt_global.h where required to aid in building with > virtualization enabled opt_global is supposed to be automatically included from the command line of the compiles.