| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r313745: | garga | 2017-02-21 | 1 | -1/+1 |
* | MFC 304438: | mckusick | 2016-10-17 | 1 | -9/+11 |
* | fsck_ffs: Don't overrun mount device buffer | cem | 2016-05-11 | 1 | -0/+3 |
* | fsck_ffs for pointers replace 0 with NULL. | pfg | 2016-04-12 | 1 | -4/+4 |
* | Add the -R option to allow fsck_ffs to restart itself when too many critical | scottl | 2013-12-30 | 1 | -4/+31 |
* | Add a 'surrender' mode to fsck_ffs. With the -S flag, once hard read errors | scottl | 2013-07-30 | 1 | -1/+5 |
* | Add a -Z option which zeroes unused blocks. It can be combined with -E, | des | 2013-04-29 | 1 | -1/+5 |
* | When running with the -d option, instrument fsck_ffs to track the number, | mckusick | 2013-02-24 | 1 | -0/+8 |
* | Fix some nearby type and style errors. | mdf | 2012-09-28 | 1 | -10/+9 |
* | Fix fsck_ffs build with a 64-bit ino_t. | mdf | 2012-09-27 | 1 | -1/+1 |
* | Simply printf-like strings and outdent strings so that it is easy to see | obrien | 2012-09-12 | 1 | -20/+18 |
* | Forgot this nit in r221107. | des | 2011-09-03 | 1 | -1/+1 |
* | Add an -E option to mirror newfs's. The idea is that if you have a system | des | 2011-04-29 | 1 | -2/+6 |
* | Mechanical whitespace cleanup. | des | 2011-04-27 | 1 | -7/+7 |
* | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | mckusick | 2011-01-24 | 1 | -2/+2 |
* | One question mark per question; everything else is just exaggerating. | bz | 2010-08-03 | 1 | -1/+1 |
* | Improve fsck robustness for SU+J cases: | delphij | 2010-06-22 | 1 | -8/+10 |
* | - Merge soft-updates journaling from projects/suj/head into head. This | jeff | 2010-04-24 | 1 | -3/+24 |
* | Add some error messages suggested in PR bin/138043. The code to | mckusick | 2010-01-07 | 1 | -1/+4 |
* | Update the actions previously attempted by the -D option to make them | mckusick | 2009-02-04 | 1 | -7/+7 |
* | Add the '-C' "check clean" flag. If the FS is marked clean, skip file | obrien | 2009-01-30 | 1 | -5/+9 |
* | Rename option 'C' to 'D' (damaged) in order to avoid a conflict with upcoming | delphij | 2009-01-20 | 1 | -4/+4 |
* | Garbage collect 'fflags'. | obrien | 2008-12-24 | 1 | -6/+2 |
* | Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD from | rodrigc | 2008-08-23 | 1 | -2/+3 |
* | - Display '-C' option in usage(). | stas | 2008-06-08 | 1 | -1/+1 |
* | Add a new flag, '-C' which enables a special mode that is intended for | delphij | 2008-04-10 | 1 | -1/+6 |
* | Add comment about specifying "ro" mount option when | rodrigc | 2008-04-04 | 1 | -0/+4 |
* | For a mounted file system which is read-only, when | rodrigc | 2008-03-05 | 1 | -1/+3 |
* | Remove hacks to filter out MNT_ROOTFS, since we now | rodrigc | 2008-03-05 | 1 | -10/+0 |
* | Convert fsck_ffs to nmount(). This seems to solve | rodrigc | 2007-09-19 | 1 | -18/+51 |
* | Fix fscking gjournaled root file system: root file system is already mounted | pjd | 2007-08-10 | 1 | -19/+36 |
* | Implements gjournal support. If file system has gjournal support enabled | pjd | 2006-10-31 | 1 | -1/+24 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -1/+1 |
* | Do not pass random bits as mount arguments. | phk | 2004-12-12 | 1 | -0/+1 |
* | Eliminate linked list used to track inodes with an initial link | truckman | 2004-10-08 | 1 | -8/+0 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 1 | -4/+0 |
* | In the case of a background fsck, periodically update the process title | scottl | 2004-02-28 | 1 | -0/+9 |
* | Create a .snap directory mode 770 group operator in the root of each | mckusick | 2003-10-08 | 1 | -1/+30 |
* | Spell "file system" correctly. | ru | 2003-08-01 | 1 | -1/+1 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -3/+2 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -9/+9 |
* | Fix a bunch of format string warnings which broke | mux | 2002-07-31 | 1 | -6/+9 |
* | Warning cleanup. | phk | 2002-07-30 | 1 | -18/+18 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -8/+12 |
* | more file system > filesystem | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
* | Replace __progname with the documented, more acceptable and functionally iden... | markm | 2002-03-24 | 1 | -5/+4 |
* | o __P removed | imp | 2002-03-20 | 1 | -17/+9 |
* | Fix a large number of -Wall, -Wformat and -W compiler warnings. | iedowse | 2001-11-17 | 1 | -15/+12 |
* | Update usage message with new options. | mckusick | 2001-04-30 | 1 | -1/+1 |