]> Zhao Yanbai Git Server - minix.git/commit
writeisofs: improve compatibility
authorAntoine Leca <Antoine.Leca.1@gmail.com>
Fri, 3 Feb 2012 10:24:48 +0000 (11:24 +0100)
committerBen Gras <ben@minix3.org>
Thu, 9 Feb 2012 17:54:49 +0000 (18:54 +0100)
commit2ae897db7b8e243e7b35644c069ef8af34674b0f
treea8cf11a5c594e2826ea008620591d28db3f7f8ab
parent13d8a6969a1d828eea363df9cdcb83b871adda22
writeisofs: improve compatibility

Register file timestamps
Remember the path tables in the primary descriptor
Put the size of the parent directory in the \1 entry, not own size
Allow the use of -b option without -a

Notes:
* Still missing the man page
* Filenames are still trimmed to 12 characters, because of
  8.3 MS-DOS inherited compatibility (ISO9660 level 1);
  also note that 7.4 or 9.2 filenames are accepted though
* Final . at end of filenames without extension is still missing
* VMS-compatible ;1 version suffix is still omitted
* Limit of 65,535 directories in path tables is not checked
commands/writeisofs/writeisofs.c