Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2006 07:43:53 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/isofs/cd9660 cd9660_node.h
Message-ID:  <200612080743.kB87hrRV097727@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2006-12-08 07:43:53 UTC

  FreeBSD src repository

  Modified files:
    sys/isofs/cd9660     cd9660_node.h 
  Log:
  The ISO9660 spec does allow files up to 4G.  Change the i_size
  field to "unsigned long" so that it actually works.
  Thanks to Robert Sciuk for sending me a DVD that
  demonstrated ISO9660-formatted media with a file >2G.
  I've now fixed this both in libarchive and in the cd9660
  filesystem.
  
  MFC after: 14 days
  
  Revision  Changes    Path
  1.32      +1 -1      src/sys/isofs/cd9660/cd9660_node.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612080743.kB87hrRV097727>