NetBSD/sbin/fsck_ffs
fvdl fe36fefa1a Oops. The clearinode macro had the UFS2 case reversed, causing it to
zero out two inodes in the plain FFS case, since UFS2 dinodes are
twice as big.
2003-04-24 20:08:25 +00:00
..
SMM.doc
Makefile Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00
dir.c Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
extern.h Write update some old fields when writing the superblock, similar to 2003-04-06 17:23:25 +00:00
fsck.h Oops. The clearinode macro had the UFS2 case reversed, causing it to 2003-04-24 20:08:25 +00:00
fsck_ffs.8 .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
inode.c Swap the right blocks in an inode in the byteswapping case. 2003-04-08 14:59:52 +00:00
main.c Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
pass1.c On LP64 hosts, iswap64() result is "long int", so cast result to (long long) 2003-04-02 22:27:09 +00:00
pass1b.c Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
pass2.c Correctly deal with directories that need indirect blocks by adding 2003-04-09 12:49:28 +00:00
pass3.c The new UFS2 code uses memset(), so include <string.h> for prototype. 2003-04-02 22:25:56 +00:00
pass4.c Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
pass5.c When fixing the cstotal structure, use the right size to copy it back. 2003-04-04 15:02:40 +00:00
setup.c Correctly detect a UFS1 file system of non-native endian. 2003-04-11 10:21:40 +00:00
utilities.c If an alternate superblock is used, update the standard one correctly. 2003-04-14 18:50:52 +00:00