NetBSD/sys/fs/msdosfs
pooka 8d1f899239 * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern
knew what it was supposed to be used for and wrstuden gave a go-ahead
* while rototilling, convert file systems which went easily to
  use VFS_PROTOS() instead of manually prototyping the methods
2007-07-31 21:14:15 +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 fix comment: struct fid is in fstypes.h now 2007-04-09 12:21:24 +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 Also set writesize when creating node. 2007-07-23 11:05:47 +00:00
msdosfs_fat.c fix typos 2007-04-29 20:23:34 +00:00
msdosfs_lookup.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
msdosfs_vfsops.c * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00
msdosfs_vnops.c Use _DIRENT_MINSIZE when determining the number of NFS cookies to allocate, 2007-07-29 21:17:41 +00:00
msdosfsmount.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00