From owner-freebsd-fs@FreeBSD.ORG Sat Sep 27 05:25:09 2003 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9CDA16A4B3; Sat, 27 Sep 2003 05:25:09 -0700 (PDT) Received: from mail.ryu16.org (YahooBB219005044109.bbtec.net [219.5.44.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4FCE43FDF; Sat, 27 Sep 2003 05:25:04 -0700 (PDT) (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 h8RCP2wN013193; Sat, 27 Sep 2003 21:25:02 +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 h8RCP2HE013192; Sat, 27 Sep 2003 21:25:02 +0900 (JST) (envelope-from imura) Date: Sat, 27 Sep 2003 21:25:02 +0900 From: "R. Imura" To: Boris Popov Message-ID: <20030927122502.GA8470@ryu16.org> References: <20030922170903.GA43754@ryu16.org> <20030926103055.GD48438@vertex.kz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030926103055.GD48438@vertex.kz> User-Agent: Mutt/1.4.1i-ja.1 cc: freebsd-fs@freebsd.org cc: sobomax@freebsd.org cc: freebsd-i18n@freebsd.org Subject: Re: [Patch] cd9660/msdosfs/ntfs/libiconv mutli-byte extention X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2003 12:25:10 -0000 Hi, On Fri, Sep 26, 2003 at 05:30:55PM +0700, Boris Popov wrote: > *_iconv.ko modules aren't strictly necessary and at some point > they could be integrated into corresponding fs modules. libiconv.ko module > isn't that large to significantly bloat install floppies. I don't like this idea, because this means GENERIC kernel has libiconv.ko. > I think yes. In addition, it is a good candidate for MFC into RELENG_4. I think there is a difficulty problem to MFC into RELENG_4. Since DYNAMICROOT is unavailable with RELENG_4, mount_cd9660 will not work w/o /usr. Maybe some knobs should be made to switch dynamic/static linking mount_cd9660/mount_msdosfs/mount_ntfs, and default is statically linked. A patch for RELENG_4 is here: (fjoe's fix should be feeded back, but not yet.) http://www.ryu16.org/FreeBSD/kiconv/kiconv-4_stable-20030911.diff Regards, - R. Imura