Module Name: src Committed By: reinoud Date: Tue Jul 30 16:02:24 UTC 2013
Modified Files: src/usr.sbin/makefs: cd9660.c src/usr.sbin/makefs/cd9660: iso9660_rrip.c Log Message: `makefs -t cd9660' fix from FreeBSD: Submitted by: Thomas Schmitt via mar...@freebsd.org Obtained from: FreeBSD r253707 - 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. - 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. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/makefs/cd9660.c cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/makefs/cd9660/iso9660_rrip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.