Date: Thu, 19 Mar 2009 00:28:54 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin Makefile src/usr.sbin/makefs Makefile ffs.c getid.c makefs.8 makefs.c makefs.h walk.c src/usr.sbin/makefs/compat pwcache.c pwcache.h strsuftoll.c src/usr.sbin/makefs/ffs buf.c buf.h ffs_alloc.c ffs_balloc.c ... Message-ID: <200903190033.n2J0XZvt045892@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2009-03-19 00:28:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin Makefile Added files: (Branch: RELENG_7) usr.sbin/makefs Makefile ffs.c getid.c makefs.8 makefs.c makefs.h walk.c usr.sbin/makefs/compat pwcache.c pwcache.h strsuftoll.c usr.sbin/makefs/ffs buf.c buf.h ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_extern.h ffs_subr.c mkfs.c newfs_extern.h ufs_bmap.c ufs_bswap.h ufs_inode.h Log: SVN rev 190006 on 2009-03-19 00:28:54Z by sam MFC makefs: a tool for creating a file system image from a directory tree Revision Changes Path 1.375.2.8 +1 -0 src/usr.sbin/Makefile 1.2.2.1 +28 -0 src/usr.sbin/makefs/Makefile (new) 1.1.2.1 +623 -0 src/usr.sbin/makefs/compat/pwcache.c (new) 1.1.2.1 +73 -0 src/usr.sbin/makefs/compat/pwcache.h (new) 1.1.2.1 +229 -0 src/usr.sbin/makefs/compat/strsuftoll.c (new) 1.2.2.1 +1093 -0 src/usr.sbin/makefs/ffs.c (new) 1.1.2.1 +222 -0 src/usr.sbin/makefs/ffs/buf.c (new) 1.1.2.1 +67 -0 src/usr.sbin/makefs/ffs/buf.h (new) 1.1.2.1 +683 -0 src/usr.sbin/makefs/ffs/ffs_alloc.c (new) 1.1.2.1 +578 -0 src/usr.sbin/makefs/ffs/ffs_balloc.c (new) 1.1.2.1 +270 -0 src/usr.sbin/makefs/ffs/ffs_bswap.c (new) 1.1.2.1 +77 -0 src/usr.sbin/makefs/ffs/ffs_extern.h (new) 1.1.2.1 +202 -0 src/usr.sbin/makefs/ffs/ffs_subr.c (new) 1.1.2.1 +832 -0 src/usr.sbin/makefs/ffs/mkfs.c (new) 1.1.2.1 +41 -0 src/usr.sbin/makefs/ffs/newfs_extern.h (new) 1.1.2.1 +142 -0 src/usr.sbin/makefs/ffs/ufs_bmap.c (new) 1.2.2.1 +88 -0 src/usr.sbin/makefs/ffs/ufs_bswap.h (new) 1.1.2.1 +97 -0 src/usr.sbin/makefs/ffs/ufs_inode.h (new) 1.1.2.1 +436 -0 src/usr.sbin/makefs/getid.c (new) 1.1.2.1 +288 -0 src/usr.sbin/makefs/makefs.8 (new) 1.1.2.1 +314 -0 src/usr.sbin/makefs/makefs.c (new) 1.1.2.1 +305 -0 src/usr.sbin/makefs/makefs.h (new) 1.1.2.1 +568 -0 src/usr.sbin/makefs/walk.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903190033.n2J0XZvt045892>