Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/13/2001 21:53:52
Module Name:	syssrc
Committed By:	jdolecek
Date:		Tue Feb 13 19:53:52 UTC 2001

Modified Files:
	syssrc/sys/ntfs: ntfs.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c
	    ntfs_vnops.c

Log Message:
Add per-mount filename conversion and compare hooks, which can be used
to recode Unicode names to other representation, like encoding form
or national character/code sets. This replaces the ugly NTFS_U28() hack.
Use these hooks to encode the filenames to UTF-8.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/ntfs/ntfs.h
cvs rdiff -r1.25 -r1.26 syssrc/sys/ntfs/ntfs_subr.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/ntfs/ntfs_subr.h
cvs rdiff -r1.32 -r1.33 syssrc/sys/ntfs/ntfs_vfsops.c
cvs rdiff -r1.31 -r1.32 syssrc/sys/ntfs/ntfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.