summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Revert 248634 and 248643 (e.g., restoring 248625 and 248639).mckusick2013-03-231-7/+7
* Revert svn r248625sbruno2013-03-231-7/+7
* Speed up fsck by caching the cylinder group maps in pass1 somckusick2013-03-221-7/+7
* When running with the -d option, instrument fsck_ffs to track the number,mckusick2013-02-241-2/+5
* Be more helpful about alternate superblocks.trasz2012-02-101-1/+1
* In checker, read journal by sectors.kib2011-02-121-1/+1
* Add the '-C' "check clean" flag. If the FS is marked clean, skip fileobrien2009-01-301-2/+2
* Be more careful when checking superblock. We have already checkeddelphij2008-02-261-1/+1
* Implements gjournal support. If file system has gjournal support enabledpjd2006-10-311-3/+3
* Make background fsck based summary adjustments actually work bydelphij2005-03-071-0/+18
* Generalize the UFS bad magic value used to determine when a filesystemjhb2004-08-191-2/+2
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Avoid dereferencing null pointers in fsck_ffs. (pfatal may return,cperciva2004-01-261-0/+5
* Catch and report on filesystems that were interrupted during newfs,wes2003-11-161-0/+12
* Spell "file system" correctly.ru2003-08-011-1/+1
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+4
* Verify that alternate superblocks have a correct magic number beforemckusick2002-12-021-9/+10
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-2/+1
* 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
OpenPOWER on IntegriCloud