cvs commit: src/sys/fs/udf udf.h udf_iconv.c udf_mount.h
udf_vfsops.c udf_vnops.c
Scott Long
scottl at FreeBSD.org
Tue Nov 4 22:56:09 PST 2003
scottl 2003/11/04 22:56:08 PST
FreeBSD src repository
Modified files:
sys/fs/udf udf.h udf_vfsops.c udf_vnops.c
Added files:
sys/fs/udf udf_iconv.c udf_mount.h
Log:
Add hooks for translating directories entries using the iconv methods.
Submitted by: imura at ryu16.org
Revision Changes Path
1.6 +4 -0 src/sys/fs/udf/udf.h
1.1 +36 -0 src/sys/fs/udf/udf_iconv.c (new)
1.3 +29 -0 src/sys/fs/udf/udf_mount.h (new)
1.16 +44 -3 src/sys/fs/udf/udf_vfsops.c
1.32 +60 -30 src/sys/fs/udf/udf_vnops.c
More information about the cvs-src
mailing list