From owner-freebsd-current@FreeBSD.ORG Thu Sep 25 09:01:20 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78E2E16A4DA for ; Thu, 25 Sep 2003 09:01:20 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC0A44025 for ; Thu, 25 Sep 2003 09:01:19 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange.errno.com (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h8PG1F0x048808 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 25 Sep 2003 09:01:17 -0700 (PDT) (envelope-from sam@errno.com) Date: Thu, 25 Sep 2003 09:01:17 -0700 From: Sam Leffler To: Eivind Olsen , current@freebsd.org Message-ID: <1099426882.1064480477@melange.errno.com> In-Reply-To: <20030925161259.69a7c248.eivind@aminor.no> References: <20030925161259.69a7c248.eivind@aminor.no> X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Unable to compile kernel [IPFILTER users read this] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 16:01:20 -0000 > vimes# diff GENERIC VIMES > 25c25 > < ident GENERIC > --- >> ident VIMES > 63,66c63,66 > < options INVARIANTS #Enable calls of extra sanity > checking < options INVARIANT_SUPPORT #Extra sanity checks of > internal structures, required by INVARIANTS < options WITNESS > #Enable checks to detect deadlocks and cycles < options > WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed --- >> # options INVARIANTS #Enable calls of extra sanity >> # checking options INVARIANT_SUPPORT #Extra sanity checks of >> # internal structures, required by INVARIANTS options WITNESS >> # #Enable checks to detect deadlocks and cycles options >> # WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed > 272a273,278 >> >> # These options are a subset of the IPFILTER options. >> options IPFILTER #ipfilter support >> options IPFILTER_LOG #ipfilter logging >> options IPFILTER_DEFAULT_BLOCK #block all packets by default I don't see PFIL_HOOKS defined. You need it for IPFILTER. Part of my changes removed some cruft that automatically configured PFIL_HOOKS when IPFILTER was configured. Guess I need to update NOTES and add something to UPDATING. Sam