Date: Sat, 13 Feb 2010 12:41:07 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/msdosfs bootsect.h bpb.h direntry.h msdosfs_conv.c msdosfs_lookup.c msdosfs_vnops.c Message-ID: <201002131241.o1DCfUmA015234@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-02-13 12:41:07 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs bootsect.h bpb.h direntry.h
msdosfs_conv.c msdosfs_lookup.c
msdosfs_vnops.c
Log:
SVN rev 203827 on 2010-02-13 12:41:07Z by kib
- Add idempotency guards so the structures can be used in other utilities.
- Update bpb structs with reserved fields.
- In direntry struct join deName with deExtension. Although a
fix was attempted in the past, these fields were being overflowed,
Now this is consistent with the spec, and we can now share the
WinChksum code with NetBSD.
Submitted by: Pedro F. Giffuni <giffunip tutopia com>
Mostly obtained from: NetBSD
Reviewed by: bde
MFC after: 2 weeks
Revision Changes Path
1.14 +4 -0 src/sys/fs/msdosfs/bootsect.h
1.17 +6 -2 src/sys/fs/msdosfs/bpb.h
1.25 +5 -3 src/sys/fs/msdosfs/direntry.h
1.57 +4 -13 src/sys/fs/msdosfs/msdosfs_conv.c
1.55 +2 -2 src/sys/fs/msdosfs/msdosfs_lookup.c
1.195 +3 -3 src/sys/fs/msdosfs/msdosfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002131241.o1DCfUmA015234>
