atom feed15 messages in org.freebsd.freebsd-fs[Patch] cd9660/msdosfs/ntfs/libiconv ...
FromSent OnAttachments
R. ImuraSep 22, 2003 10:10 am 
R. ImuraSep 23, 2003 4:04 am 
Hye-Shik ChangSep 23, 2003 5:02 am 
Andrey ChernovSep 23, 2003 5:09 am 
Hye-Shik ChangSep 23, 2003 5:28 am 
Maxim SobolevSep 23, 2003 1:24 pm 
R. ImuraSep 24, 2003 8:05 am 
Andrey ChernovSep 24, 2003 8:13 am 
R. ImuraSep 24, 2003 9:06 am 
Boris PopovSep 26, 2003 3:30 am 
R. ImuraSep 26, 2003 10:43 am 
R. ImuraSep 27, 2003 5:25 am 
Max KhonSep 28, 2003 5:44 am 
Boris PopovSep 28, 2003 7:09 am 
R. ImuraOct 11, 2003 2:07 am 
Subject:[Patch] cd9660/msdosfs/ntfs/libiconv mutli-byte extention
From:R. Imura (imu@ryu16.org)
Date:Sep 27, 2003 5:25:13 am
List:org.freebsd.freebsd-fs

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,