freebsd-dev/usr.sbin/makefs/cd9660
Marius Strobl 1bce1a7401 - Set the System Identifier in the Primary Volume Descriptor to FreeBSD
rather than NetBSD.
- Correctly set the Expiration Time in the Primary Volume Descriptor;
  according to ISO 9660 8.4.26.1 unspecified date and time are denoted
  by the digit 0 in RBP 1 to 16 but the number 0 in RBP 17. [1]
- Merge iso9660_rrip.c rev. 1.11 from NetBSD: name_len should be read
  as unsigned byte. [2]
  Note: This is according to ISO 9660 9.1.10.
- Rock Ridge TF entries should use a length of 5, because after the 4
  bytes of generic SUSP header there is one byte of flags. See typedef
  of ISO_RRIP_TF in iso9660_rrip.h. [1]

Submitted by:	Thomas Schmitt [1]
Obtained from:	NetBSD [2]
MFC after:	3 days
2013-07-27 15:28:31 +00:00
..
cd9660_archimedes.c
cd9660_archimedes.h
cd9660_conversion.c Sync makefs(8) ISO 9660 support with NetBSD: 2011-08-10 19:12:21 +00:00
cd9660_debug.c
cd9660_eltorito.c - Write the ISO9660 descriptor after the apm partition entries. 2012-04-02 16:26:32 +00:00
cd9660_eltorito.h
cd9660_strings.c Really fix the confusion, sorry for noise 2011-03-24 12:35:59 +00:00
cd9660_write.c Allow contents of multiple directories to be merged to the current image. 2012-01-31 00:32:37 +00:00
iso9660_rrip.c - Set the System Identifier in the Primary Volume Descriptor to FreeBSD 2013-07-27 15:28:31 +00:00
iso9660_rrip.h
Makefile.inc