Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/04/1999 11:56:01
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sat Sep  4 18:56:01 UTC 1999

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

Log Message:
change ntfs_read*attr*() and ntfs_write*attr*() to accept struct
	uio parameter; if it's not null, the data are copied directly
	into/from the user buffer via uiomove()
new macro NTFS_U28() and function ntfs_u28() to convert between Unicode
	and 8bit encoding; all it does currently is getting lower 8bit
	of the Unicode char and subtituting '_' for it if the result would be 0;
	use the macro within NTFS_TOUPPER() macro and in ntfs_uastrcmp()
g/c the (ntfsmount *) parametr to ntfs_u*astr[i]cmp() functions, it's no
	longer needed
avoid excessive intendation


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/ntfs/ntfs_subr.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/ntfs/ntfs_subr.h

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