NetBSD/sbin/fsck_ffs
thorpej 9c45d4b02d In pass 5, check alternate superblocks for consistency with
the current in-core master superblock, and fix them up if
they're incorrect.  Move the code that writes the alternate
superblocks if (cvtlevel || doswap) into pass 5 for efficiency.

Reviewd by Charles Hannum, and used by me to fix up a curdled
file system.
2001-01-26 17:37:16 +00:00
..
SMM.doc
Makefile #include machine/bswap.h and remove -lutil. 1999-01-15 13:32:05 +00:00
dir.c Fix a rather glaring byte-swapping bug: di_size is 64 bits, not 16. 2001-01-23 02:35:51 +00:00
extern.h In pass 5, check alternate superblocks for consistency with 2001-01-26 17:37:16 +00:00
fsck.h In pass 5, check alternate superblocks for consistency with 2001-01-26 17:37:16 +00:00
fsck_ffs.8 Clean up SYNOPSIS formatting. 1999-03-07 11:02:05 +00:00
inode.c use %ll_ instead of the less standard %q_ 2001-01-05 02:02:57 +00:00
main.c In pass 5, check alternate superblocks for consistency with 2001-01-26 17:37:16 +00:00
pass1.c use %ll_ instead of the less standard %q_ 2001-01-05 02:02:57 +00:00
pass1b.c Add support for non-native byteorder FFS, and converting byteorder. 1998-03-18 17:01:23 +00:00
pass2.c The reconnect algorithm was historically O(n^4). 2001-01-09 05:51:14 +00:00
pass3.c Abstract the code to attach a directory to its parent's child list into a 2001-01-10 08:22:20 +00:00
pass4.c
pass5.c In pass 5, check alternate superblocks for consistency with 2001-01-26 17:37:16 +00:00
setup.c In pass 5, check alternate superblocks for consistency with 2001-01-26 17:37:16 +00:00
utilities.c A minor tweak. 2001-01-09 09:25:32 +00:00