OpenBSD CVS

src/sys/ntfs/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / ntfs

Current tag: OPENBSD_5_6_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] ntfs.h  1.17   10 years  jsing   Clean up the NTFS debug code - use uppercase names for the debug macros, especia...
[TXT] ntfs_compr.c  1.7   10 years  jsing   Clean up the NTFS debug code - use uppercase names for the debug macros, especia...
[TXT] ntfs_compr.h  1.2   21 years  mickey   branches: 1.2.2; fix the tags
[TXT] ntfs_conv.c  1.9   10 years  jsing   Clean up the NTFS debug code - use uppercase names for the debug macros, especia...
[TXT] ntfs_ihash.c  1.15   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] ntfs_ihash.h  1.5   11 years  guenther   More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller type int...
[TXT] ntfs_inode.h  1.7   11 years  guenther   More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller type int...
[TXT] ntfs_subr.c  1.38   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] ntfs_subr.h  1.9   10 years  tedu   lazy init nthash to save some memory when it's not used. ok jsing
[TXT] ntfs_vfsops.c  1.40   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] ntfs_vfsops.h  1.3   11 years  guenther   More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller type int...
[TXT] ntfs_vnops.c  1.36   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] ntfsmount.h  1.3   18 years  miod   Remove unused NetBSD new-style %b strings.