| Commit message (Expand) | Author | Age | Files | Lines |
* | Be more helpful about alternate superblocks. | trasz | 2012-02-10 | 2 | -2/+7 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+1 |
* | Spelling fixes for sbin/ | uqs | 2012-01-07 | 2 | -2/+2 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 1 | -1/+1 |
* | Change the type of real_dev_bsize variable from long to u_int. | kib | 2011-12-20 | 2 | -2/+2 |
* | Forgot this nit in r221107. | des | 2011-09-03 | 1 | -1/+1 |
* | Fix the check in dircheck() on namlen. | delphij | 2011-09-02 | 1 | -2/+2 |
* | Break out the pass 5 inode and block map updating into a separate function | mckusick | 2011-07-15 | 2 | -28/+45 |
* | - Handle the JOP_SYNC case as appropriate. | jeff | 2011-06-30 | 1 | -0/+1 |
* | Implement fully asynchronous partial truncation with softupdates journaling | jeff | 2011-06-10 | 1 | -36/+16 |
* | Add an -E option to mirror newfs's. The idea is that if you have a system | des | 2011-04-29 | 5 | -7/+67 |
* | Mechanical whitespace cleanup. | des | 2011-04-27 | 6 | -36/+35 |
* | Fix boo-boo in previous commit. | des | 2011-04-27 | 1 | -7/+7 |
* | Alphabetize the options. No date bump since no actual change to the text. | des | 2011-04-27 | 1 | -4/+4 |
* | In checker, read journal by sectors. | kib | 2011-02-12 | 3 | -12/+19 |
* | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | mckusick | 2011-01-24 | 3 | -5/+6 |
* | Move most of the remaining USD/PSD/SMM papers into share/doc | uqs | 2010-12-04 | 6 | -2367/+0 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -1/+1 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 1 | -1/+1 |
* | One question mark per question; everything else is just exaggerating. | bz | 2010-08-03 | 1 | -1/+1 |
* | Note that foreground fsck should be run after a filesystem related panic. | mckusick | 2010-07-23 | 1 | -0/+9 |
* | - Permit zero length directories as a handled inconsistency. This allows | jeff | 2010-07-06 | 1 | -46/+115 |
* | Improve fsck robustness for SU+J cases: | delphij | 2010-06-22 | 2 | -60/+117 |
* | Add support to background fsck to delete zero-length directories. | mckusick | 2010-05-20 | 2 | -1/+33 |
* | suj.c seems to contain two versions of the code. | pjd | 2010-04-24 | 1 | -2065/+0 |
* | Protect fsck.h from being included twice. | pjd | 2010-04-24 | 1 | -0/+5 |
* | - Merge soft-updates journaling from projects/suj/head into head. This | jeff | 2010-04-24 | 6 | -289/+4739 |
* | Cast 64-bit quantity to intptr_t rather than int so as to work properly | mckusick | 2010-01-11 | 1 | -2/+2 |
* | This update utilizes new fsck sysctl commands that allow fsck running | mckusick | 2010-01-11 | 1 | -7/+82 |
* | When renaming a directory it passes through several intermediate | mckusick | 2010-01-11 | 1 | -21/+109 |
* | Add some error messages suggested in PR bin/138043. The code to | mckusick | 2010-01-07 | 2 | -3/+12 |
* | This corrects a bug that manifested itself as identifying the last | mckusick | 2010-01-07 | 1 | -1/+1 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 1 | -1/+1 |
* | Correct comment. | pjd | 2009-06-03 | 1 | -1/+1 |
* | - Use volatile for signal variables. | lulf | 2009-06-02 | 1 | -2/+2 |
* | - Use sig_atomic_t for signal handler variables. | lulf | 2009-05-29 | 1 | -2/+2 |
* | Update the actions previously attempted by the -D option to make them | mckusick | 2009-02-04 | 6 | -76/+205 |
* | Add the '-C' "check clean" flag. If the FS is marked clean, skip file | obrien | 2009-01-30 | 4 | -11/+24 |
* | Follow up with previous commit: mention -D, not -C when cg check | delphij | 2009-01-27 | 1 | -1/+1 |
* | Rename option 'C' to 'D' (damaged) in order to avoid a conflict with upcoming | delphij | 2009-01-20 | 4 | -28/+28 |
* | Fix typo. | delphij | 2009-01-12 | 1 | -1/+1 |
* | Garbage collect 'fflags'. | obrien | 2008-12-24 | 1 | -6/+2 |
* | Background fsck applies twice some summary totals changes. The next | kib | 2008-10-13 | 1 | -4/+11 |
* | check_maps() in /usr/src/sbin/fsck_ffs/pass5.c seems to be limited to file | kib | 2008-10-13 | 1 | -15/+27 |
* | Document the -F 's return statement. | remko | 2008-09-17 | 1 | -0/+6 |
* | 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 | 5 | -7/+61 |
* | 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 |