NetBSD/usr.sbin/makefs/ffs
lukem aa99e59f3d - crank default cpg from 16 to 65536, and let the auto-sizing code in
mkfs() do its job
- pass cpgflg=1 to mkfs() if the user provided cpg, =0 otherwise
- improve error reporting in ffs_write_file()
- only add superblock & block map slop for one cylinder group.
  trying to calculate the number of required cylinder groups caused
  too many problems when tweaking parameters for small file systems.
  rely upon slop from minfree, and upon ffs_write_file() to complain
  if the user is too aggressive about tweaking the parameters
2002-01-26 13:22:16 +00:00
..
buf.c need ufs/ufs/dinode.h for ufs/ffs/fs.h 2002-01-08 06:00:14 +00:00
buf.h tweak copyright 2001-11-02 03:12:48 +00:00
ffs_alloc.c need ufs/ufs/dinode.h for ufs/ffs/fs.h 2002-01-08 06:00:14 +00:00
ffs_balloc.c need ufs/ufs/dinode.h for ufs/ffs/fs.h 2002-01-08 06:00:14 +00:00
ffs_extern.h add "ffs/ufs_inode.h" with a minimal struct inode, to replace 2002-01-07 16:56:26 +00:00
mkfs.c - crank default cpg from 16 to 65536, and let the auto-sizing code in 2002-01-26 13:22:16 +00:00
newfs_extern.h
ufs_bmap.c don't need ffs/buf.h here 2002-01-18 08:20:32 +00:00
ufs_inode.h add "ffs/ufs_inode.h" with a minimal struct inode, to replace 2002-01-07 16:56:26 +00:00