aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-0313-47/+43
* Correct lines incorrectly added to the copyright message. Add missing period.Kirk McKusick2003-02-141-4/+1
* MFp4: Make ifs consistant with rest of file.Warner Losh2002-12-131-3/+3
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* Slow down the operation of background fsck so as to leave some diskIan Dowse2002-12-071-1/+46
* 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-272-4/+3
* Fsck needs to check each CG's rotor values to ensure thay are not -ve.Julian Elischer2002-11-241-3/+3
* Clear the pending counts in the superblock after a successful runKirk McKusick2002-10-191-1/+4
* 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-253-10/+13
* Add support to fsck_ffs to account for storage for extendedKirk McKusick2002-09-241-1/+19
* Add a source file where EXTATTR checks will happen and hook it in evenPoul-Henning Kamp2002-09-164-2/+93
* Fix some 'SYNOPSIS' and 'usage' messages.Tom Rhodes2002-08-271-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-252-11/+13
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-2112-241/+241
* 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
* preen.c was a stragler after the fsck/fsck_ffs divorce.Poul-Henning Kamp2002-08-091-282/+0
* Fix a bunch of format string warnings which brokeMaxime Henrion2002-07-316-35/+43
* Remove some additional paranoia which Kirk forgot to remove from hisPoul-Henning Kamp2002-07-302-4/+2
* Warning cleanup.Poul-Henning Kamp2002-07-3010-71/+71
* Remove the kernel file-size limit for UFS2, so that only the limitIan Dowse2002-06-261-1/+4
* Fix an integer overflow that causes fsck_ffs to crash when itIan Dowse2002-06-261-1/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-2111-374/+477
* more file system > filesystemTom Rhodes2002-05-168-187/+187
* UFS2 preparation commit:Poul-Henning Kamp2002-05-128-221/+27
* Retire the bogus uses of the disklabel field d_sbsize and begin toPoul-Henning Kamp2002-05-122-3/+1
* Minor bug fixes uncovered while working on UFS2.Kirk McKusick2002-05-022-2/+2
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* When checking the alternate superblock, we used to copy any fieldsKirk McKusick2002-04-071-61/+25
* Replace __progname with the documented, more acceptable and functionally iden...Mark Murray2002-03-241-5/+4
* o __P removedWarner Losh2002-03-2014-336/+181
* Remove 'register' keyword.David E. O'Brien2002-03-2010-71/+71
* declare locally used globals as static.Alfred Perlstein2001-12-221-3/+3
* Ignore the value of fs_active when comparing superblocks.Ian Dowse2001-12-171-0/+1
* SpellingPhilippe Charnier2001-12-111-1/+1
* mdoc(7) police: section 1 and 8 manpages document their exitRuslan Ermilov2001-12-041-4/+2
* Actually I haven't enumerated the return values yet (thats why I hadn'tDavid E. O'Brien2001-12-041-1/+1
* Default to WARNS=2.David E. O'Brien2001-12-042-1/+6
* Fix a large number of -Wall, -Wformat and -W compiler warnings.Ian Dowse2001-11-1711-59/+50
* Give a more useful diagnostic when an extraneous hard link to aIan Dowse2001-11-171-1/+3
* Silence non-constant format string warnings by marking functionsKris Kennaway2001-08-193-5/+5
* Remove whitespace at EOL.Dima Dorfman2001-07-151-11/+11
* Ignore the new superblock fields fs_pendingblocks and fs_pendinginodesIan Dowse2001-05-291-0/+2
* Just notify us once when encountering a partially allocated inode.Kirk McKusick2001-05-081-1/+1
* Update usage message with new options.Kirk McKusick2001-04-301-1/+1
* mdoc(7) police:Ruslan Ermilov2001-04-271-3/+3
* Add support for the -F flag which determines whether a specifiedKirk McKusick2001-04-245-83/+117
* In fsdb, call sblock_init() which is now necessary to initialiseIan Dowse2001-04-232-0/+2