From owner-freebsd-stable@FreeBSD.ORG Fri Feb 10 15:14:05 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC724106564A for ; Fri, 10 Feb 2012 15:14:05 +0000 (UTC) (envelope-from endzed@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 656688FC1A for ; Fri, 10 Feb 2012 15:14:05 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so3083797wib.13 for ; Fri, 10 Feb 2012 07:14:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=6tctIqwSYfJv+UCFqHY01D19SXKDErlB6P22EG0tPBE=; b=xzLBI41vkljsKBssGkp1M1XQcTNSrr8Ni56HVVw3vErxijZbRSnbxOkHfA/NRzwCEY J/LD1++z94IZZuI+IVDtYhkCxjxOlwbZFkduINZV4cHh+8Yz3WBWNlR74DDWYU+hJoPi JfmJYcwQoIY1w1Sg7s1E2uLX9nvb2ijCsa80E= Received: by 10.181.12.106 with SMTP id ep10mr3608847wid.8.1328884996037; Fri, 10 Feb 2012 06:43:16 -0800 (PST) Received: from [10.0.1.2] (178-211-252-211.dhcp.sevj.net. [178.211.252.211]) by mx.google.com with ESMTPS id eq5sm18592318wib.2.2012.02.10.06.43.14 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 10 Feb 2012 06:43:15 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1257) From: endzed@gmail.com In-Reply-To: <20120210143601.GB42565@dev.null.cz> Date: Fri, 10 Feb 2012 15:43:12 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20120210145604.Horde.ewjpSpjmRSRPNSH0YRHxgAk@webmail.leidinger.net> <20120210143601.GB42565@dev.null.cz> To: freebsd-stable@freebsd.org X-Mailer: Apple Mail (2.1257) Subject: Re: Reducing the need to compile a custom kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2012 15:14:05 -0000 Le 10 f=E9vr. 2012 =E0 15:36, Marek 'Buki' Kozlovsk=FD a =E9crit : > On Fri, Feb 10, 2012 at 02:56:04PM +0100, Alexander Leidinger wrote: >>=20 >> The question is, is this enough? Or asked differently, why are you >> compiling a custom kernel in a production environment (so I rule out >> debug options zhich are not enabled in GENERIC)? Are there options >> which you add which you can not add as a module (SW_WATCHDOG comes >> to my mind)? If yes, which ones and how important are they for you? >=20 quota support for me, but I heard that they will be soon added in = GENERIC maybe it is done for latest versions btw ?=20 All my boxes sticking to 7.x and 8.x box for the moment thus I didn't = checked already. Regards=