NetBSD/sys/ntfs
jdolecek e0cc03a09b merge kqueue branch into -current
kqueue provides a stateful and efficient event notification framework
currently supported events include socket, file, directory, fifo,
pipe, tty and device changes, and monitoring of processes and signals

kqueue is supported by all writable filesystems in NetBSD tree
(with exception of Coda) and all device drivers supporting poll(2)

based on work done by Jonathan Lemon for FreeBSD
initial NetBSD port done by Luke Mewburn and Jason Thorpe
2002-10-23 09:10:23 +00:00
..
Makefile
TODO our NTFS seems to read Windows 2000 NTFS just fine 2001-12-16 18:29:03 +00:00
files.ntfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
ntfs.h
ntfs_compr.c add RCSIDs 2001-11-10 13:22:20 +00:00
ntfs_compr.h
ntfs_conv.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
ntfs_ihash.c add RCSIDs 2001-11-10 13:22:20 +00:00
ntfs_ihash.h add a new VFS op, vfs_reinit, which is called when desiredvnodes is 2001-09-15 16:12:54 +00:00
ntfs_inode.h use the new compatibility routines to allow mmap() to work 2001-12-18 07:51:16 +00:00
ntfs_subr.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
ntfs_subr.h
ntfs_vfsops.c MNT_GETARGS support 2002-09-21 18:10:34 +00:00
ntfs_vfsops.h
ntfs_vnops.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ntfsmount.h MNT_GETARGS support 2002-09-21 18:10:34 +00:00