| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| attic | 2014-06-16 | ||
| mkisofs-1.13.lsm | 2000-07-21 | 844 Bytes | |
| mkisofs-1.13.tar.gz | 2000-07-21 | 772.2 kB | |
| AN-1.13 | 2000-07-21 | 2.3 kB | |
| mkisofs-1.12.1.lsm | 2000-04-27 | 850 Bytes | |
| mkisofs-1.12.1.tar.gz | 2000-04-27 | 856.3 kB | |
| AN-1.12.1 | 2000-04-27 | 9.0 kB | |
| mkisofs-1.12.lsm | 2000-02-13 | 789 Bytes | |
| mkisofs-1.12.tar.gz | 2000-02-13 | 544.1 kB | |
| dir | 1998-08-15 | 614 Bytes | |
| mkisofs-1.11.3.tar.gz | 1998-08-15 | 108.2 kB | |
| mkisofs-1.11.2.tar.gz | 1998-08-15 | 107.5 kB | |
| mkisofs-1.11.1.tar.gz | 1998-08-15 | 108.6 kB | |
| mkisofs-1.11.tar.gz | 1997-04-14 | 107.1 kB | |
| mkisofs-1.10.tar.gz | 1997-03-21 | 104.4 kB | |
| mkisofs-1.05-hacked.tar.gz | 1996-12-12 | 63.7 kB | |
| README.mkisofs-1.05-hacked | 1996-12-12 | 951 Bytes | |
| mkisofs-1.05.tar.gz | 1995-12-20 | 82.4 kB | |
| Totals: 18 Items | 2.9 MB | 0 | |
Modifications by Joerg Schilling (joerg@schily.isdn.cs.tu-berlin.de):
- Plus signs ('+') removed to allow compiling.
- Timeoffset corrected.
- index() -> strchr() for compatibility.
- rindex() -> strrchr() for compatibility.
- exit() atfer failing scan_directory_tree() to avoud core dump.
- some casts to quiet cc.
- Output Max brk space in KB too.
- Debug beginning end end of writing to be able to
debug the pipe "mkisofs | cdrecord"
- Use hexadecimal numbers in substution names
to allow more than 1000 files that do not differ in 8.3
WARNING:
Do never use the compile time option: -DADD_FILES.
This runs on Linux by accident and will cause mkisofs crash
on a Posix compiant system.
The reason for this crash is:
Mkisofs makes the assumption that the pointer that is returned by
readdir() points to static data that has the maximum size of
a struct dirent. This may be correct on Linux, but is definitely not
true on Solaris.
Joerg