summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/main.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r260068, r260069, r260076scottl2014-01-021-4/+31
* Add a 'surrender' mode to fsck_ffs. With the -S flag, once hard read errorsscottl2013-07-301-1/+5
* Add a -Z option which zeroes unused blocks. It can be combined with -E,des2013-04-291-1/+5
* When running with the -d option, instrument fsck_ffs to track the number,mckusick2013-02-241-0/+8
* Fix some nearby type and style errors.mdf2012-09-281-10/+9
* Fix fsck_ffs build with a 64-bit ino_t.mdf2012-09-271-1/+1
* Simply printf-like strings and outdent strings so that it is easy to seeobrien2012-09-121-20/+18
* Forgot this nit in r221107.des2011-09-031-1/+1
* Add an -E option to mirror newfs's. The idea is that if you have a systemdes2011-04-291-2/+6
* Mechanical whitespace cleanup.des2011-04-271-7/+7
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesmckusick2011-01-241-2/+2
* One question mark per question; everything else is just exaggerating.bz2010-08-031-1/+1
* Improve fsck robustness for SU+J cases:delphij2010-06-221-8/+10
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-3/+24
* Add some error messages suggested in PR bin/138043. The code tomckusick2010-01-071-1/+4
* Update the actions previously attempted by the -D option to make themmckusick2009-02-041-7/+7
* Add the '-C' "check clean" flag. If the FS is marked clean, skip fileobrien2009-01-301-5/+9
* Rename option 'C' to 'D' (damaged) in order to avoid a conflict with upcomingdelphij2009-01-201-4/+4
* Garbage collect 'fflags'.obrien2008-12-241-6/+2
* Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD fromrodrigc2008-08-231-2/+3
* - Display '-C' option in usage().stas2008-06-081-1/+1
* Add a new flag, '-C' which enables a special mode that is intended fordelphij2008-04-101-1/+6
* Add comment about specifying "ro" mount option whenrodrigc2008-04-041-0/+4
* For a mounted file system which is read-only, whenrodrigc2008-03-051-1/+3
* Remove hacks to filter out MNT_ROOTFS, since we nowrodrigc2008-03-051-10/+0
* Convert fsck_ffs to nmount(). This seems to solverodrigc2007-09-191-18/+51
* Fix fscking gjournaled root file system: root file system is already mountedpjd2007-08-101-19/+36
* Implements gjournal support. If file system has gjournal support enabledpjd2006-10-311-1/+24
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-1/+1
* Do not pass random bits as mount arguments.phk2004-12-121-0/+1
* Eliminate linked list used to track inodes with an initial linktruckman2004-10-081-8/+0
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* In the case of a background fsck, periodically update the process titlescottl2004-02-281-0/+9
* Create a .snap directory mode 770 group operator in the root of eachmckusick2003-10-081-1/+30
* Spell "file system" correctly.ru2003-08-011-1/+1
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-3/+2
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-9/+9
* Fix a bunch of format string warnings which brokemux2002-07-311-6/+9
* Warning cleanup.phk2002-07-301-18/+18
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-8/+12
* more file system > filesystemtrhodes2002-05-161-1/+1
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Replace __progname with the documented, more acceptable and functionally iden...markm2002-03-241-5/+4
* o __P removedimp2002-03-201-17/+9
* Fix a large number of -Wall, -Wformat and -W compiler warnings.iedowse2001-11-171-15/+12
* Update usage message with new options.mckusick2001-04-301-1/+1
* Add support for the -F flag which determines whether a specifiedmckusick2001-04-241-18/+58
* Minor background cleanups:mckusick2001-04-161-5/+29
* Additions to run checks on live filesystems. This change will notmckusick2001-03-211-25/+69
* Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt ofiedowse2000-12-151-0/+1
OpenPOWER on IntegriCloud