Date: Fri, 19 Dec 2008 18:47:46 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: 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 ffs_bswap.c ffs_extern.h ffs_subr.c ... Message-ID: <200812191847.mBJIlwXm054101@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2008-12-19 18:47:46 UTC FreeBSD src repository Added files: 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 186335 on 2008-12-19 18:47:46Z by sam import netbsd makefs tool Revision Changes Path 1.1 +28 -0 src/usr.sbin/makefs/Makefile (new) 1.1 +623 -0 src/usr.sbin/makefs/compat/pwcache.c (new) 1.1 +73 -0 src/usr.sbin/makefs/compat/pwcache.h (new) 1.1 +229 -0 src/usr.sbin/makefs/compat/strsuftoll.c (new) 1.1 +1093 -0 src/usr.sbin/makefs/ffs.c (new) 1.1 +222 -0 src/usr.sbin/makefs/ffs/buf.c (new) 1.1 +67 -0 src/usr.sbin/makefs/ffs/buf.h (new) 1.1 +683 -0 src/usr.sbin/makefs/ffs/ffs_alloc.c (new) 1.1 +578 -0 src/usr.sbin/makefs/ffs/ffs_balloc.c (new) 1.1 +270 -0 src/usr.sbin/makefs/ffs/ffs_bswap.c (new) 1.1 +77 -0 src/usr.sbin/makefs/ffs/ffs_extern.h (new) 1.1 +202 -0 src/usr.sbin/makefs/ffs/ffs_subr.c (new) 1.1 +832 -0 src/usr.sbin/makefs/ffs/mkfs.c (new) 1.1 +41 -0 src/usr.sbin/makefs/ffs/newfs_extern.h (new) 1.1 +142 -0 src/usr.sbin/makefs/ffs/ufs_bmap.c (new) 1.1 +94 -0 src/usr.sbin/makefs/ffs/ufs_bswap.h (new) 1.1 +97 -0 src/usr.sbin/makefs/ffs/ufs_inode.h (new) 1.1 +436 -0 src/usr.sbin/makefs/getid.c (new) 1.1 +288 -0 src/usr.sbin/makefs/makefs.8 (new) 1.1 +314 -0 src/usr.sbin/makefs/makefs.c (new) 1.1 +305 -0 src/usr.sbin/makefs/makefs.h (new) 1.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?200812191847.mBJIlwXm054101>