NetBSD/sys/msdosfs
tron c8126918cb Fix too tight check for maximum supported partition size. Now partitions
upto 128GB (instead of 4GB) are allowed.
1999-03-07 13:57:20 +00:00
..
Makefile
bootsect.h
bpb.h
denode.h create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other 1998-08-10 08:11:10 +00:00
direntry.h
fat.h
msdosfs_conv.c Implement short-term solution for PR#6576 1999-01-07 15:03:36 +00:00
msdosfs_denode.c Pass null pointers to VOP_UPDATE rather than having all the callers fetch the 1999-03-05 21:09:48 +00:00
msdosfs_fat.c bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:51:08 +00:00
msdosfs_lookup.c bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:51:08 +00:00
msdosfs_vfsops.c Fix too tight check for maximum supported partition size. Now partitions 1999-03-07 13:57:20 +00:00
msdosfs_vnops.c Permit the access and modify time pointers passed to VOP_UPDATE to be null, 1999-03-05 20:47:06 +00:00
msdosfsmount.h Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now 1999-02-26 23:44:43 +00:00