summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs/ufs_bmap.c
AgeCommit message (Expand)Author
2022-04-09makefs(8): Nix trailing whitespace.riastradh
2013-06-19Rename ambiguous macros:dholland
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2005-10-08avoid the need for a bogus initializer.chs
2005-06-07Initialize a local variable in ufs_getlbns() to appease -Wuninitialized.he
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2002-01-31Protect __RCSID and __COPYRIGHT from being invoked if not defined.tv
2002-01-18don't need ffs/buf.h herelukem
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-12-31Need <strings.h> for ffs() prototype (noticed by gcc 3.1).thorpej
2001-11-22reference the ufs/[uf]fs headers in ../../sys rather than using thoselukem
2001-11-08sync with ufs/ufs/ufs_bmap.c rev 1.14:lukem
2001-10-28add __RCSID()lukem
2001-10-26makefs - create a file system image from a directory tree.lukem