From owner-cvs-all Wed Feb 18 01:29:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23823 for cvs-all-outgoing; Wed, 18 Feb 1998 01:29:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23795; Wed, 18 Feb 1998 01:29:23 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10008; Wed, 18 Feb 1998 01:28:51 -0800 (PST) Date: Wed, 18 Feb 1998 01:28:51 -0800 (PST) Message-Id: <199802180928.BAA10008@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 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