Subject: CVS commit: src/usr.sbin/makefs
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 08/13/2005 01:53:01
Module Name:	src
Committed By:	fvdl
Date:		Sat Aug 13 01:53:01 UTC 2005

Modified Files:
	src/usr.sbin/makefs: Makefile makefs.8 makefs.c makefs.h
Added Files:
	src/usr.sbin/makefs: cd9660.c cd9660.h
	src/usr.sbin/makefs/cd9660: cd9660_conversion.c cd9660_debug.c
	    cd9660_eltorito.c cd9660_eltorito.h cd9660_rrip.c cd9660_rrip.h
	    cd9660_strings.c cd9660_util.c cd9660_write.c iso.h iso9660_rrip.c
	    iso9660_rrip.h iso_rrip.h

Log Message:
cd9660 support. Written by Daniel Watt, Walter Deignan, Ryan Gabrys,
Alan Perez-Rathke and Ram Vedam.

Prototyping, KNF, WARNS=3 by me.

Note that this is marked experimental for now. It works well enough to
make NetBSD/i386 bootable images, but does need more work.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/usr.sbin/makefs/Makefile \
    src/usr.sbin/makefs/makefs.8
cvs rdiff -r0 -r1.1 src/usr.sbin/makefs/cd9660.c src/usr.sbin/makefs/cd9660.h
cvs rdiff -r1.21 -r1.22 src/usr.sbin/makefs/makefs.c
cvs rdiff -r1.16 -r1.17 src/usr.sbin/makefs/makefs.h
cvs rdiff -r0 -r1.1 src/usr.sbin/makefs/cd9660/cd9660_conversion.c \
    src/usr.sbin/makefs/cd9660/cd9660_debug.c \
    src/usr.sbin/makefs/cd9660/cd9660_eltorito.c \
    src/usr.sbin/makefs/cd9660/cd9660_eltorito.h \
    src/usr.sbin/makefs/cd9660/cd9660_rrip.c \
    src/usr.sbin/makefs/cd9660/cd9660_rrip.h \
    src/usr.sbin/makefs/cd9660/cd9660_strings.c \
    src/usr.sbin/makefs/cd9660/cd9660_util.c \
    src/usr.sbin/makefs/cd9660/cd9660_write.c \
    src/usr.sbin/makefs/cd9660/iso.h \
    src/usr.sbin/makefs/cd9660/iso9660_rrip.c \
    src/usr.sbin/makefs/cd9660/iso9660_rrip.h \
    src/usr.sbin/makefs/cd9660/iso_rrip.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.