summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/setup.c
AgeCommit message (Expand)Author
2004-01-12change the message "COVERTING TO FFSv2 SUPERBLOCK" todbj
2004-01-10- some KNF (80 cols)mrg
2004-01-09use %#llx instead of %llx when printing incorrect qfmask or qbmaskdbj
2004-01-09do not upgrade superblock or set FS_FLAGS_UPDATED unless -c 4 optiondbj
2004-01-02add uuid field to apple ufs volume labeldbj
2003-10-20Add a -q (quiet) option to print nothing for clean filesystems.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-11Correctly detect a UFS1 file system of non-native endian.enami
2003-04-06Write update some old fields when writing the superblock, similar tofvdl
2003-04-05Skip checks for old 4.2BSD filesystem; as it stands, we can't deal withfvdl
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-02-21Only check relevant fields when comparing the superblock to an alternatefvdl
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2002-11-05check that a disklabel is valid before trying to extract partitiondbj
2002-09-28Add support for the Apple UFS variation on ffsdbj
2002-06-30commit fix from pr bin/15449dbj
2001-12-19Don't use the pendinginodes and pendingblocks fields in alternatefvdl
2001-11-16- changes to -F semantics:lukem
2001-09-18add comments to make it clearer what cmpsblks() is doinglukem
2001-09-06Incorporate the enhanced ffs_dirpref() by Grigoriy Orlov, as found inlukem
2001-09-03no need to assign asb->fs_state twice in cmpsblks()lukem
2001-09-03deprecate fs_fscktime; we never used it.lukem
2001-09-02Incorporate fix by iedowse @ FreeBSD to allow disks with large numbers oflukem
2001-08-17remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap()lukem
2001-08-15- implement -F; treat provided filesystems as images in regular fileslukem
2001-07-04EVEN IF YOU SCREAM, THE COMMANT IS STILL CALLED fsck_ffs !hubertf
2001-02-04remove redundant declarationschristos
2001-01-26In pass 5, check alternate superblocks for consistency withthorpej
2001-01-09Remove a bogus piece of code that was never used.mycroft
2001-01-09Try to cope with cs_ndir being wacky (too large or, particularly when using -b,mycroft
2001-01-05use %ll_ instead of the less standard %q_lukem
1999-11-15Changes for softdep code.fvdl
1999-05-01Fix typo.is
1998-11-12Adjust for DKTYPENAME changes.christos
1998-07-26const poisoning.mycroft
1998-03-18Add support for non-native byteorder FFS, and converting byteorder.bouyer
1997-09-24for now, #ifdef out a couple of chunks that were added in the lite2 mergelukem
1997-09-20- don't indiscriminately include <stdlib.h> and <unistd.h> in "fsck.h"lukem
1997-09-16resolve conflicts from lite-2 merge.lukem
1997-09-16make these compile on the alpha after WARNS=1.mrg
1997-09-14* cleanup for WARNS=1lukem
1996-09-27- util.h -> fsutil.hchristos
1996-09-23- fixed all printf formats [there were a lot of %l? <-> %? mistakes]christos
1996-05-21Oops; use %x to print out masks, not %d.mycroft
1996-05-21Check fs_[bf]mask, fs_maxfilesize, fs_maxsymlinklen, and fs_q[bf]mask,mycroft
1996-04-05check in changes proposed in PR 2006 (approved by J.T.), to rename fsckcgd
1995-07-12implement a 'force check' flag, '-f'. I used the SunOS name, but the Digitalcgd
1995-04-12Set the clean flag if necessary. If preening, don't check `clean' filemycroft
1995-03-21type sizescgd
1995-03-18convert to new RCS Id conventions; reduce my headachecgd