Date: Wed, 18 Feb 1998 01:28:51 -0800 (PST) From: "Jordan K. Hubbard" <jkh@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs bootsect.h bpb.h denode.h direntry.h fat.h msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c msdosfsmount.h Message-ID: <199802180928.BAA10008@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 1998/02/18 01:28:50 PST
Modified files:
sys/msdosfs bootsect.h bpb.h denode.h direntry.h
fat.h msdosfs_conv.c msdosfs_denode.c
msdosfs_fat.c msdosfs_lookup.c
msdosfs_vfsops.c msdosfs_vnops.c
msdosfsmount.h
Log:
Update MSDOSFS code using NetBSD's msdosfs as a guide to support
FAT32 partitions. Unfortunately, we looked around here at
Walnut Creek CDROM for any newer FAT32-supporting versions
of Win95 and we were unsuccessful; only the older stuff here.
So this is untested beyond simply making sure it compiles and
someone with access to an actual FAT32 fs will have
to let us know how well it actually works.
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
Obtained from: NetBSD
Revision Changes Path
1.6 +65 -22 src/sys/msdosfs/bootsect.h
1.6 +153 -64 src/sys/msdosfs/bpb.h
1.15 +76 -38 src/sys/msdosfs/denode.h
1.5 +62 -26 src/sys/msdosfs/direntry.h
1.7 +30 -32 src/sys/msdosfs/fat.h
1.15 +579 -109 src/sys/msdosfs/msdosfs_conv.c
1.32 +117 -168 src/sys/msdosfs/msdosfs_denode.c
1.17 +282 -172 src/sys/msdosfs/msdosfs_fat.c
1.15 +609 -275 src/sys/msdosfs/msdosfs_lookup.c
1.24 +541 -303 src/sys/msdosfs/msdosfs_vfsops.c
1.56 +756 -657 src/sys/msdosfs/msdosfs_vnops.c
1.13 +88 -57 src/sys/msdosfs/msdosfsmount.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802180928.BAA10008>
