cvs commit: src/lib/libarchive archive_read_support_format_iso9660.c

Tim Kientzle kientzle at FreeBSD.org
Sat Feb 12 22:48:39 GMT 2005


kientzle    2005-02-12 22:48:38 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_support_format_iso9660.c 
  Log:
  Fill in some more Rockridge details in ISO9660 support: Ignore PD
  (padding) entries, extract inode value from PX entry, recognize SP and
  ST (start/end of SUSP extensions).
  
  I don't enforce SP yet, as I've seen CDROMs which use Rockridge
  extensions but don't have the SP record (which is officially
  required).
  
  The ISO9660 support is now mature enough to extract FreeBSD
  distribution CDROMs created with mkisofs.
  
  Revision  Changes    Path
  1.7       +51 -1     src/lib/libarchive/archive_read_support_format_iso9660.c


More information about the cvs-src mailing list