summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs
AgeCommit message (Expand)Author
2013-10-19fix unused variable warnings.christos
2013-06-23Stick ffs_ in front of the following macros:dholland
2013-06-23Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front ofdholland
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-06-19Rename ambiguous macros:dholland
2013-02-03- more changes to make -O workchristos
2013-02-02add and document offset.christos
2013-01-30- don't abuse vp->fs to mean struct fs for ffs and struct msdos_opts;christos
2013-01-30buf is generic; it has nothing to do with ffs and will eventually be moved.christos
2013-01-28- use emalloc and friendschristos
2013-01-28Do not use *bp after freeing it in brelse.mlelstv
2013-01-27This works well enough to populate plain files in the root dir. creatingchristos
2013-01-27zero memorychristos
2013-01-27Don't print the pointers in debugging, it is not useful.christos
2013-01-26make this cross-compile friendly.christos
2013-01-26make the buffer functions look exactly like the kernel ones and add otherchristos
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2012-04-19Fix build failure reported by bracket.dholland
2012-04-19WARNS=5christos
2011-10-09add support for setting the ufs label. (Nathan Whitehorn)christos
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2009-01-16Move fs-specific stuff in Makefile to fs/Makefile.inc to clarifypooka
2006-12-18from Anon Ymous: compile with -Wextrachristos
2005-10-08avoid the need for a bogus initializer.chs
2005-08-1964 bit inode changeschristos
2005-06-23Pull in DIP_ADD from sys/ufs/ufs/inode.h and use it, to prevent bad lvaluefvdl
2005-06-07Initialize a local variable in ufs_getlbns() to appease -Wuninitialized.he
2004-12-20Refactor the filesystem specific portions out of makefs.c/makefs.h completely.jmc
2004-06-24Define FFS_MAXBSIZE to 65536 and use instead of MAXBSIZE.lukem
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2003-10-16safer use of reallocitojun
2003-09-07Revert arc4random usage. makefs is only used for install images,fvdl
2003-09-06use arc4randomitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-15Fix function declaration mismatch with src/sys/ufs/ffs/ffs_extern.h whichtsutsui
2003-04-16Protect use of __RCSID() with a check to ensure that it's defined.briggs
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-01-28make this build on alpha after daddr_t->64bitmrg
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2002-08-08Remove extraneous \n's in {err,warn}{,x} that used to be printfs.soren
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-02-06use (size / DEV_BSIZE) instead of btodb(size). fixes cross build issue.lukem
2002-02-06don't need <ufs/ufs/dir.h> herelukem
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-31Protect __RCSID and __COPYRIGHT from being invoked if not defined.tv
2002-01-26- crank default cpg from 16 to 65536, and let the auto-sizing code inlukem
2002-01-18apply changes from revs 1.56-1.59 of newfs/mkfs.c:lukem
2002-01-18don't need ffs/buf.h herelukem
2002-01-08need ufs/ufs/dinode.h for ufs/ffs/fs.hlukem