summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs/ffs_alloc.c
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
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-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-08need ufs/ufs/dinode.h for ufs/ffs/fs.hlukem
2002-01-07add "ffs/ufs_inode.h" with a minimal struct inode, to replacelukem
2002-01-07- pull in <ufs/ufs/dinode.h> before <ufs/ffs/fs.h>lukem
2002-01-07fix bugs reported by matt green:lukem
2001-11-22reference the ufs/[uf]fs headers in ../../sys rather than using thoselukem
2001-10-28add __RCSID()lukem
2001-10-26makefs - create a file system image from a directory tree.lukem