From owner-freebsd-current@FreeBSD.ORG Wed Dec 3 08:41:19 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 9E66916A4D4; Wed, 3 Dec 2003 08:41:19 -0800 (PST) Received: from mail.ryu16.org (YahooBB219005044050.bbtec.net [219.5.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B956543FD7; Wed, 3 Dec 2003 08:41:17 -0800 (PST) (envelope-from imura@ryu16.org) Received: from redeye.xt.ryu16.org (localhost [127.0.0.1]) by mail.ryu16.org (8.12.9p1/8.12.9) with ESMTP id hB3Gf9mh020866; Thu, 4 Dec 2003 01:41:09 +0900 (JST) (envelope-from imura@redeye.xt.ryu16.org) Received: (from imura@localhost) by redeye.xt.ryu16.org (8.12.9p1/8.12.9/Submit) id hB3Gf7D4020864; Thu, 4 Dec 2003 01:41:07 +0900 (JST) (envelope-from imura) Date: Thu, 4 Dec 2003 01:41:07 +0900 From: "R. Imura" To: Boris Popov Message-ID: <20031203164107.GA20814%imura@ryu16.org> References: <20031202163805.GA40233@fit.vutbr.cz> <20031203060852.GT42142@vertex.kz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031203060852.GT42142@vertex.kz> User-Agent: Mutt/1.4.1i-ja.1 cc: Rudolf Cejka cc: freebsd-current@freebsd.org Subject: Re: User mounts could not use character conversions (libkiconv is just for roots) 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: Wed, 03 Dec 2003 16:41:19 -0000 On Wed, Dec 03, 2003 at 12:08:52PM +0600, Boris Popov wrote: > Probably it is not a good idea to allow users to load kernel iconv > tables because one can waste a lot of memory by loading of all possible > conversion schemes. The better solution is to add some kind of preload > ability which could be used on startup. I agree with this. - R. Imura