summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reviewed by: rwatson, bpadrian2000-10-091-44/+35
* Fix the use of an uninitialized variable in the previous commit.peter2000-01-101-2/+2
* - Style/bde changes.peter2000-01-101-32/+38
* Make fsck(8) do a MNT_RELOAD after cleaning for all read-only mountedpeter1999-12-301-27/+63
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Cosmetic and documentation changes brought from earlier FreeBSD versions.julian1998-12-031-3/+12
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>julian1998-12-031-28/+31
* For large filesystems you can run past default resource limits causingmjacob1998-11-051-1/+7
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).charnier1998-06-151-3/+1
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-8/+14
* Fixed style bugs in the printing of statistics after preening. Usebde1997-12-201-15/+16
* Don't attempt to print the statistics for a "clean" preened filesystembde1997-12-201-1/+1
* Kill the Lite2 early "filesystem clean abort" check and go back topeter1997-03-131-4/+0
* Finished (?) merging with Lite2: cleaned up #include mess.bde1997-03-121-7/+1
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkpeter1997-03-111-30/+50
OpenPOWER on IntegriCloud