Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 2010 16:51:23 +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:  <201002271651.o1RGpdBZ087184@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-02-27 16:51:23 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/msdosfs       bootsect.h bpb.h direntry.h 
                         msdosfs_conv.c msdosfs_lookup.c 
                         msdosfs_vnops.c 
  Log:
  SVN rev 204414 on 2010-02-27 16:51:23Z by kib
  
  MFC r203827:
  - 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.
  
  Revision   Changes    Path
  1.13.10.2  +4 -0      src/sys/fs/msdosfs/bootsect.h
  1.16.10.2  +6 -2      src/sys/fs/msdosfs/bpb.h
  1.24.10.2  +5 -3      src/sys/fs/msdosfs/direntry.h
  1.54.2.2   +4 -13     src/sys/fs/msdosfs/msdosfs_conv.c
  1.54.2.2   +2 -2      src/sys/fs/msdosfs/msdosfs_lookup.c
  1.194.2.2  +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?201002271651.o1RGpdBZ087184>