From owner-svn-src-head@FreeBSD.ORG Sat Sep 7 20:48:53 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2D3C71000; Sat, 7 Sep 2013 20:48:53 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: from mail-ee0-x235.google.com (mail-ee0-x235.google.com [IPv6:2a00:1450:4013:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E88524B8; Sat, 7 Sep 2013 20:48:51 +0000 (UTC) Received: by mail-ee0-f53.google.com with SMTP id b15so2325770eek.40 for ; Sat, 07 Sep 2013 13:48:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=Sz7ExpT4OYwP6wh1ErCQQpjLDMTO3IVuKSDtd3y0A+0=; b=zjFU7nxeMW2qzTxe/dijstCzeTODIWkeMDoFmXrKRjFiGv6MdvT4DmdfTBcqc1ld0G F013Pi1GcM3fjbu5IjWCOZ35Ymnd0EqQ3hq7dEVcSyc3oOvKHs/4DIitvlF3Hn1/aTZf McKbYZqQ1X/l8au5tC6o8nA4xNiMPcOvfAl2PUWnaJ/TqYG+XSB1BuIcuYutzNjX6KWe qHm5pCSorr5UMFn434BkogOxsSRQbl0h5RwfxSo/SXbMlOwg+F/CTeORppd5TLAZ8l87 c99TlvzVkei6xqmxKGcLwHSoYt/OjkAblmJlheWAN3ObNKYx8PsF52Eib8E82gyYoDU1 r8eQ== X-Received: by 10.15.83.2 with SMTP id b2mr16004078eez.28.1378586930475; Sat, 07 Sep 2013 13:48:50 -0700 (PDT) Received: from [192.168.1.102] (ajf203.neoplus.adsl.tpnet.pl. [83.25.239.203]) by mx.google.com with ESMTPSA id a6sm8021512eei.10.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 07 Sep 2013 13:48:50 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Content-Type: text/plain; charset=iso-8859-2 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: svn commit: r255323 - in head/sys: amd64/conf i386/conf From: =?iso-8859-2?Q?Edward_Tomasz_Napiera=B3a?= In-Reply-To: Date: Sat, 7 Sep 2013 22:48:48 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201309062024.r86KOMqm059838@svn.freebsd.org> <20130907081743.GB95723@zxy.spb.ru> <20130907170700.GB3796@zxy.spb.ru> To: Adrian Chadd X-Mailer: Apple Mail (2.1508) Cc: "svn-src-head@freebsd.org" , Bryan Venteicher , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Slawa Olhovchenkov X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 20:48:53 -0000 Wiadomo=B6=E6 napisana przez Adrian Chadd w dniu 7 = wrz 2013, o godz. 19:47: > I'll be happy if someone does this right now, by populating a = /boot/loader.modules or something, and then force the "fixing" of loader = to cache metadata to make the reads faster. I have no idea on what's the loader(8) state right now, but long time = ago I''ve made a patch that made it significantly faster by making caching actually work. No = idea if anyone picked up the patch (http://people.freebsd.org/~trasz/fast-loader-3.diff), = though.