Date: Tue, 26 Jul 2011 14:41:54 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/makefs Makefile cd9660.c cd9660.h ffs.c ffs.h makefs.8 makefs.c makefs.h walk.c src/usr.sbin/makefs/cd9660 Makefile.inc cd9660_archimedes.c cd9660_archimedes.h cd9660_conversion.c cd9660_debug.c cd9660_eltorito.c ... Message-ID: <201107261442.p6QEgEfJ080987@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2011-07-26 14:41:54 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
usr.sbin/makefs Makefile ffs.c makefs.8 makefs.c makefs.h
walk.c
usr.sbin/makefs/ffs buf.c ffs_alloc.c mkfs.c
Added files: (Branch: RELENG_7)
usr.sbin/makefs cd9660.c cd9660.h ffs.h
usr.sbin/makefs/cd9660 Makefile.inc cd9660_archimedes.c
cd9660_archimedes.h cd9660_conversion.c
cd9660_debug.c cd9660_eltorito.c
cd9660_eltorito.h cd9660_strings.c
cd9660_write.c iso9660_rrip.c
iso9660_rrip.h
usr.sbin/makefs/compat Makefile.inc
usr.sbin/makefs/ffs Makefile.inc
Log:
SVN rev 224448 on 2011-07-26 14:41:54Z by marius
MFC: r214921, r219954, r219956, r221387, r221470, r221536, r222191
- Sync with the latest version from NetBSD. It notably addds ISO9660 support.
- Add support for synthesizing an APM partition map to map Mac PowerPC
bootstrap partitions from the ISO9660 boot catalog. This preserves OS X's
ability to mount the CD, while allowing us a way to provide HFS-ified
bootstrap code for Open Firmware.
- Add analogs to the -chrp-boot and -prep-boot options to mkisofs.
Revision Changes Path
1.2.2.2 +10 -9 src/usr.sbin/makefs/Makefile
1.2.4.2 +2157 -0 src/usr.sbin/makefs/cd9660.c (new)
1.2.4.2 +365 -0 src/usr.sbin/makefs/cd9660.h (new)
1.1.4.2 +9 -0 src/usr.sbin/makefs/cd9660/Makefile.inc (new)
1.1.4.2 +126 -0 src/usr.sbin/makefs/cd9660/cd9660_archimedes.c (new)
1.1.4.2 +50 -0 src/usr.sbin/makefs/cd9660/cd9660_archimedes.h (new)
1.1.4.2 +202 -0 src/usr.sbin/makefs/cd9660/cd9660_conversion.c (new)
1.1.4.2 +488 -0 src/usr.sbin/makefs/cd9660/cd9660_debug.c (new)
1.5.4.2 +691 -0 src/usr.sbin/makefs/cd9660/cd9660_eltorito.c (new)
1.1.4.2 +164 -0 src/usr.sbin/makefs/cd9660/cd9660_eltorito.h (new)
1.3.4.2 +120 -0 src/usr.sbin/makefs/cd9660/cd9660_strings.c (new)
1.2.4.2 +518 -0 src/usr.sbin/makefs/cd9660/cd9660_write.c (new)
1.1.4.2 +836 -0 src/usr.sbin/makefs/cd9660/iso9660_rrip.c (new)
1.1.4.2 +290 -0 src/usr.sbin/makefs/cd9660/iso9660_rrip.h (new)
1.1.4.2 +8 -0 src/usr.sbin/makefs/compat/Makefile.inc (new)
1.2.2.2 +142 -94 src/usr.sbin/makefs/ffs.c
1.1.4.2 +66 -0 src/usr.sbin/makefs/ffs.h (new)
1.1.4.2 +9 -0 src/usr.sbin/makefs/ffs/Makefile.inc (new)
1.1.2.2 +3 -3 src/usr.sbin/makefs/ffs/buf.c
1.1.2.2 +12 -15 src/usr.sbin/makefs/ffs/ffs_alloc.c
1.1.2.2 +20 -12 src/usr.sbin/makefs/ffs/mkfs.c
1.1.2.4 +171 -110 src/usr.sbin/makefs/makefs.8
1.1.2.2 +19 -17 src/usr.sbin/makefs/makefs.c
1.1.2.2 +34 -45 src/usr.sbin/makefs/makefs.h
1.1.2.2 +159 -78 src/usr.sbin/makefs/walk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107261442.p6QEgEfJ080987>
