summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/setup.c
Commit message (Expand)AuthorAgeFilesLines
* When verifying a superblock, the lower bound on block size is MINBSIZEmckusick2002-10-101-1/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-1/+2
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-4/+4
* Fix more breakage due to FSTYPENAMES/DKTYPENAMES split.bmilekic2002-08-161-0/+1
* Don't '#define DKTYPENAMES', we don't use the variable it exposes fromalfred2002-08-161-1/+0
* Fix a bunch of format string warnings which brokemux2002-07-311-2/+3
* Warning cleanup.phk2002-07-301-3/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-38/+73
* UFS2 preparation commit:phk2002-05-121-75/+5
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-121-3/+0
* When checking the alternate superblock, we used to copy any fieldsmckusick2002-04-071-61/+25
* o __P removedimp2002-03-201-18/+9
* Remove 'register' keyword.obrien2002-03-201-4/+4
* Ignore the value of fs_active when comparing superblocks.iedowse2001-12-171-0/+1
* Fix a large number of -Wall, -Wformat and -W compiler warnings.iedowse2001-11-171-1/+3
* Ignore the new superblock fields fs_pendingblocks and fs_pendinginodesiedowse2001-05-291-0/+2
* In fsdb, call sblock_init() which is now necessary to initialiseiedowse2001-04-231-0/+1
* Minor background cleanups:mckusick2001-04-161-18/+22
* Catch up to the dirpref changes by copying new fields in the alternatejhb2001-04-101-0/+3
* Additions to run checks on live filesystems. This change will notmckusick2001-03-211-7/+55
* Fsck_ffs did not properly range-check the inode 'di_size'iedowse2001-01-311-0/+2
* The ffs superblock includes a 128-byte region for use by temporaryiedowse2001-01-151-3/+4
* Teach fsck about snapshot files. These changes should have nomckusick2000-07-061-3/+10
* Yesterday I had to fix a badly broken disk, and found that fsck kept dying:mckusick2000-02-281-0/+1
* Make fsck even more char/blk dev tolerant.phk1999-11-271-2/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Cosmetic and documentation changes brought from earlier FreeBSD versions.julian1998-12-031-1/+4
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>julian1998-12-031-32/+17
* Fixed printf format errors.bde1998-06-281-2/+3
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).charnier1998-06-151-2/+4
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-1/+7
* If numdirs is zero, print a helpful message instead of divding by zero later.phk1998-03-041-0/+4
* Guard against a block size of 0 in the label. When the firstbde1998-01-191-0/+5
* Kill the Lite2 early "filesystem clean abort" check and go back topeter1997-03-131-4/+6
* Finished (?) merging with Lite2: cleaned up #include mess.bde1997-03-121-2/+0
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkpeter1997-03-111-33/+60
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Submitted by: phk, added to by bdebde1995-04-021-4/+14
* Don't allow the alternate superblock block number for one file systembde1995-02-091-0/+2
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+466
OpenPOWER on IntegriCloud