NetBSD/sys/ntfs
jdolecek 2f7c750c12 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
1999-09-04 18:56:01 +00:00
..
Makefile Install ntfs headers. 1999-05-17 16:41:48 +00:00
TODO add more items, correct a few sentences 1999-08-30 11:33:41 +00:00
ntfs.h the Unicode uppercase translation table is read when first ntfs volume 1999-08-16 08:11:34 +00:00
ntfs_compr.c resolve conflicts 1999-07-26 14:02:30 +00:00
ntfs_compr.h resolve conflicts 1999-07-26 14:02:30 +00:00
ntfs_extern.h resolve conflicts 1999-07-26 14:02:30 +00:00
ntfs_ihash.c resolve conflicts 1999-07-26 14:02:30 +00:00
ntfs_ihash.h resolve conflicts 1999-07-26 14:02:30 +00:00
ntfs_inode.h resolve conflicts 1999-07-26 14:02:30 +00:00
ntfs_subr.c change ntfs_read*attr*() and ntfs_write*attr*() to accept struct 1999-09-04 18:56:01 +00:00
ntfs_subr.h change ntfs_read*attr*() and ntfs_write*attr*() to accept struct 1999-09-04 18:56:01 +00:00
ntfs_vfsops.c the Unicode uppercase translation table is read when first ntfs volume 1999-08-16 08:11:34 +00:00
ntfs_vfsops.h resolve conflicts 1999-07-26 14:02:30 +00:00
ntfs_vnops.c guard PDIRUNLOCK usage with ifdef __NetBSD__ where appripriate 1999-08-16 15:52:05 +00:00
ntfsmount.h resolve conflicts 1999-07-26 14:02:30 +00:00