NetBSD/sys/fs/msdosfs
thorpej 712239e366 Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
2007-02-21 22:59:35 +00:00
..
Makefile
TODO
bootsect.h When mounting an MSDOS fileysystem, do not require that bytes 252 and 2006-08-14 14:06:26 +00:00
bpb.h Use the endian conversion functions from sys/endian.h. 2007-01-27 07:18:10 +00:00
denode.h Apply patch from PR kern/34583 sent by Rhialto, quoting him: 2006-09-22 17:45:21 +00:00
direntry.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
fat.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
files.msdosfs
msdosfs_conv.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
msdosfs_denode.c Call genfs_node_destroy() where appropriate. 2007-02-20 16:21:03 +00:00
msdosfs_fat.c Support FAT filesystems on non-DEV_BSIZE media. 2006-11-25 12:17:30 +00:00
msdosfs_lookup.c a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
msdosfs_vfsops.c fix the problem reported in kern/35457, "cant mount msdosfs on floppy". 2007-02-17 18:39:15 +00:00
msdosfs_vnops.c Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
msdosfsmount.h Support FAT filesystems on non-DEV_BSIZE media. 2006-11-25 12:17:30 +00:00