freebsd-dev/sys/fs/cd9660
Tim Kientzle 8d3027e203 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
2006-12-08 07:43:53 +00:00
..
cd9660_bmap.c Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
cd9660_iconv.c - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
cd9660_lookup.c Apply the same fix to a potential race in the ISDOTDOT code in 2005-10-16 21:41:54 +00:00
cd9660_mount.h /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 22:18:23 +00:00
cd9660_node.c I ran into an nfs client panic a couple of times in a row over the 2006-01-17 17:29:03 +00:00
cd9660_node.h The ISO9660 spec does allow files up to 4G. Change the i_size 2006-12-08 07:43:53 +00:00
cd9660_rrip.c When encountering a ISO_SUSP_CFLAG_ROOT element in Rock Ridge 2006-03-13 22:32:33 +00:00
cd9660_rrip.h Remove "register" keyword and trailing white space. 2004-07-03 16:56:45 +00:00
cd9660_util.c Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
cd9660_vfsops.c Sweep kernel replacing suser(9) calls with priv(9) calls, assigning 2006-11-06 13:42:10 +00:00
cd9660_vnops.c Add marker vnodes to ensure that all vnodes associated with the mount point are 2006-01-09 20:42:19 +00:00
iso_rrip.h Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
iso.h Implement the full range of ISO9660 number conversion routines in iso.h. 2005-10-18 13:35:08 +00:00
TODO
TODO.hibler