Download Latest Version cdrtools-3.02a09.tar.gz (2.7 MB)
Email in envelope

Get an email when there's a new version of cdrecord

Home / mkisofs / old / attic
Name Modified Size InfoDownloads / Week
Parent folder
mkisofs-1.10b8.tar.gz 1999-12-30 103.2 kB
mkisofs-1.10b7.tar.gz.no_ac 1999-12-30 86.4 kB
mkisofs-1.02.tar.gz 1999-12-30 52.1 kB
mkisofs-1.12b5.tar.gz 1999-03-08 140.7 kB
dir 1998-08-15 924 Bytes
mkisofs-120697.tar.gz 1998-08-15 133.8 kB
mkisofs-112597.tar.gz 1998-08-15 132.7 kB
mkisofs-112397.tar.gz 1998-08-15 132.1 kB
mkisofs-110997.tar.gz 1998-08-15 131.3 kB
mkisofs-110397.tar.gz 1998-08-15 129.5 kB
mkisofs-1.10b7.tar.gz 1998-08-15 100.3 kB
mkisofs-1.10b6.tar.gz 1998-08-15 85.7 kB
mkisofs-1.10b5.tar.gz 1998-08-15 83.4 kB
mkisofs-1.10b4.tar.gz 1998-08-15 82.3 kB
mkisofs-1.10b3.tar.gz 1998-08-15 78.4 kB
mkisofs-1.10b2.tar.gz 1998-08-15 72.3 kB
mkisofs-1.10b1.tar.gz 1998-08-15 72.0 kB
mkisofs-1.12b4.tar.gz 1998-08-15 135.5 kB
mkisofs-1.12b3.tar.gz 1998-08-15 134.2 kB
mkisofs-1.12b2.tar.gz 1998-08-15 134.1 kB
mkisofs-1.12b1.tar.gz 1998-08-15 133.9 kB
mkisofs-1.05.tar.gz 1995-12-20 82.4 kB
mkisofs-1.04.tar.gz 1995-09-09 80.5 kB
mkisofs-1.03.tar.gz 1995-01-11 53.0 kB
mkisofs-1.01.tar.gz 1994-02-05 48.5 kB
mkisofs-1.00.tar.gz 1993-12-31 33.2 kB
mkisofs-0.99.tar.gz 1993-10-29 31.8 kB
Totals: 27 Items   2.5 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
Source: README.mkisofs-1.05-hacked, updated 1996-12-12