CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/10/16 11:08:53
Added files:
usr.sbin/makefs: Makefile README cd9660.c cd9660.h ffs.c ffs.h
makefs.8 makefs.c makefs.h msdos.c msdos.h
walk.c xmalloc.c
usr.sbin/makefs/cd9660: 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/ffs: buf.c buf.h ffs_alloc.c ffs_balloc.c
ffs_extern.h mkfs.c newfs_extern.h
ufs_bmap.c ufs_inode.h
usr.sbin/makefs/fs/cd9660: cd9660_rrip.h iso.h iso_rrip.h
usr.sbin/makefs/fs/msdosfs: bootsect.h bpb.h clock_subr.c
clock_subr.h denode.h direntry.h
fat.h msdosfs_conv.c msdosfs_fat.c
msdosfs_lookup.c msdosfs_unicode.c
msdosfsmount.h
usr.sbin/makefs/msdos: msdosfs_denode.c msdosfs_vfsops.c
msdosfs_vnops.c
usr.sbin/makefs/newfs_msdos: mkfs_msdos.c mkfs_msdos.h
usr.sbin/makefs/sys: bootblock.h clock.h quota.h
usr.sbin/makefs/ufs/ffs: ffs_bswap.c ffs_extern.h ffs_subr.c
ffs_tables.c fs.h
usr.sbin/makefs/ufs/ufs: dinode.h dir.h quota.h ufs_bswap.h
Log message:
Import makefs - a tool to create filesystem images from a directory.
This is a rough port of the NetBSD tool with some features removed we
don't need. It compiles, but I don't promise anything more. Importing
now, so we can hack on it in tree.
The supported filesystem types are: cd9660, ffs and msdosfs.
ok deraadt