aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Be more helpful about alternate superblocks.Edward Tomasz Napierala2012-02-101-1/+1
* In checker, read journal by sectors.Konstantin Belousov2011-02-121-1/+1
* Add the '-C' "check clean" flag. If the FS is marked clean, skip fileDavid E. O'Brien2009-01-301-2/+2
* Be more careful when checking superblock. We have already checkedXin LI2008-02-261-1/+1
* Implements gjournal support. If file system has gjournal support enabledPawel Jakub Dawidek2006-10-311-3/+3
* Make background fsck based summary adjustments actually work byXin LI2005-03-071-0/+18
* Generalize the UFS bad magic value used to determine when a filesystemJohn Baldwin2004-08-191-2/+2
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Avoid dereferencing null pointers in fsck_ffs. (pfatal may return,Colin Percival2004-01-261-0/+5
* Catch and report on filesystems that were interrupted during newfs,Wes Peters2003-11-161-0/+12
* Spell "file system" correctly.Ruslan Ermilov2003-08-011-1/+1
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* Verify that alternate superblocks have a correct magic number beforeKirk McKusick2002-12-021-9/+10
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-271-2/+1
* When verifying a superblock, the lower bound on block size is MINBSIZEKirk McKusick2002-10-101-1/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-1/+2
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-4/+4
* Fix more breakage due to FSTYPENAMES/DKTYPENAMES split.Bosko Milekic2002-08-161-0/+1
* Don't '#define DKTYPENAMES', we don't use the variable it exposes fromAlfred Perlstein2002-08-161-1/+0
* Fix a bunch of format string warnings which brokeMaxime Henrion2002-07-311-2/+3
* Warning cleanup.Poul-Henning Kamp2002-07-301-3/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-38/+73
* UFS2 preparation commit:Poul-Henning Kamp2002-05-121-75/+5
* Retire the bogus uses of the disklabel field d_sbsize and begin toPoul-Henning Kamp2002-05-121-3/+0
* When checking the alternate superblock, we used to copy any fieldsKirk McKusick2002-04-071-61/+25
* o __P removedWarner Losh2002-03-201-18/+9
* Remove 'register' keyword.David E. O'Brien2002-03-201-4/+4
* Ignore the value of fs_active when comparing superblocks.Ian Dowse2001-12-171-0/+1
* Fix a large number of -Wall, -Wformat and -W compiler warnings.Ian Dowse2001-11-171-1/+3
* Ignore the new superblock fields fs_pendingblocks and fs_pendinginodesIan Dowse2001-05-291-0/+2
* In fsdb, call sblock_init() which is now necessary to initialiseIan Dowse2001-04-231-0/+1
* Minor background cleanups:Kirk McKusick2001-04-161-18/+22
* Catch up to the dirpref changes by copying new fields in the alternateJohn Baldwin2001-04-101-0/+3
* Additions to run checks on live filesystems. This change will notKirk McKusick2001-03-211-7/+55
* Fsck_ffs did not properly range-check the inode 'di_size'Ian Dowse2001-01-311-0/+2
* The ffs superblock includes a 128-byte region for use by temporaryIan Dowse2001-01-151-3/+4
* Teach fsck about snapshot files. These changes should have noKirk McKusick2000-07-061-3/+10
* Yesterday I had to fix a badly broken disk, and found that fsck kept dying:Kirk McKusick2000-02-281-0/+1
* Make fsck even more char/blk dev tolerant.Poul-Henning Kamp1999-11-271-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cosmetic and documentation changes brought from earlier FreeBSD versions.Julian Elischer1998-12-031-1/+4
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>Julian Elischer1998-12-031-32/+17
* Fixed printf format errors.Bruce Evans1998-06-281-2/+3
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).Philippe Charnier1998-06-151-2/+4
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-1/+7
* If numdirs is zero, print a helpful message instead of divding by zero later.Poul-Henning Kamp1998-03-041-0/+4
* Guard against a block size of 0 in the label. When the firstBruce Evans1998-01-191-0/+5
* Kill the Lite2 early "filesystem clean abort" check and go back toPeter Wemm1997-03-131-4/+6
* Finished (?) merging with Lite2: cleaned up #include mess.Bruce Evans1997-03-121-2/+0
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkPeter Wemm1997-03-111-33/+60