summaryrefslogtreecommitdiff
path: root/sbin/dump/ffs_inode.c
AgeCommit message (Expand)Author
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-06-19Rename ambiguous macros:dholland
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2013-01-13Use static; remove unused global var this uncovered.dholland
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2006-12-18Convert a couple of "(void)&" constructs to volatile.christos
2004-03-27Don't require ffsv2 fs have FS_FLAGS_UPDATED setdsl
2004-03-24After determining whether the filesystem is byte swapped,ws
2004-03-21When searching for the superblock, don't pick an ffsv1 superblock from thedsl
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
2001-12-23unifdef sunoslukem
2001-12-22- use correct type for minTime in findlru() (size_t instead of int)lukem
2001-11-01fix -Wshadow warningslukem
2001-08-17remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap()lukem
2001-08-14s/filesystem/file system/dump.hlukem
2001-05-28unifdef !__STDC__ (missed in previous)lukem
2001-05-27knf to ansilukem
1999-10-01Working version of aborted dump{,_lfs} join.perseant
1999-09-30Back out changes made on the 29th, not at all the changes I intended to commit.perseant
1999-09-29Adapt dump(8) to use filestore-independent (but still ufs-specific)perseant