aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/setup.c
Commit message (Expand)AuthorAgeFilesLines
* The new fsck recovery information to enable it to find backupKirk McKusick2017-09-041-25/+65
* Since the switch to GPT disk labels, fsck for UFS/FFS has beenKirk McKusick2017-08-091-4/+101
* Remove now-unused badsb declaration, missed in r322200Ed Maste2017-08-081-2/+0
* In debug mode, print the differences between the superblock andWarner Losh2017-08-071-25/+35
* Make it possible to ignore superblock mismatch. This will not fix suchWarner Losh2017-08-071-36/+13
* fsck_ffs: Unsign some variables and make use of reallocarray(3).Pedro F. Giffuni2017-04-221-6/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fsck_ufs was using an int rather than a ufs2_daddr_t to store theKirk McKusick2016-08-191-2/+2
* Use MIN/MAX macros from sys/param.h.Marcelo Araujo2016-05-021-2/+1
* Remove old ioctl use and support, once and for all.Warner Losh2015-01-061-89/+2
* Revert 248634 and 248643 (e.g., restoring 248625 and 248639).Kirk McKusick2013-03-231-7/+7
* Revert svn r248625Sean Bruno2013-03-231-7/+7
* Speed up fsck by caching the cylinder group maps in pass1 soKirk McKusick2013-03-221-7/+7
* When running with the -d option, instrument fsck_ffs to track the number,Kirk McKusick2013-02-241-2/+5
* 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