| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove needless (int) casts of write(2)'s 3rd argument. | obrien | 2012-09-12 | 1 | -1/+1 |
* | Spelling fixes for sbin/ | uqs | 2012-01-07 | 1 | -1/+1 |
* | Change the type of real_dev_bsize variable from long to u_int. | kib | 2011-12-20 | 1 | -1/+1 |
* | Break out the pass 5 inode and block map updating into a separate function | mckusick | 2011-07-15 | 1 | -0/+1 |
* | Add an -E option to mirror newfs's. The idea is that if you have a system | des | 2011-04-29 | 1 | -0/+2 |
* | In checker, read journal by sectors. | kib | 2011-02-12 | 1 | -0/+1 |
* | 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 | 1 | -4/+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 | 1 | -3/+3 |
* | Add the '-C' "check clean" flag. If the FS is marked clean, skip file | obrien | 2009-01-30 | 1 | -0/+1 |
* | Rename option 'C' to 'D' (damaged) in order to avoid a conflict with upcoming | delphij | 2009-01-20 | 1 | -1/+1 |
* | Add a new flag, '-C' which enables a special mode that is intended for | delphij | 2008-04-10 | 1 | -0/+2 |
* | Implements gjournal support. If file system has gjournal support enabled | pjd | 2006-10-31 | 1 | -2/+3 |
* | Make background fsck based summary adjustments actually work by | delphij | 2005-03-07 | 1 | -0/+1 |
* | The recomputation of file system summary at mount time can be a | delphij | 2005-02-20 | 1 | -0/+5 |
* | Explicitly break out NETA license from Berkeley license to clearly | rwatson | 2004-10-20 | 1 | -0/+21 |
* | Eliminate linked list used to track inodes with an initial link | truckman | 2004-10-08 | 1 | -15/+15 |
* | Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings. | scottl | 2004-09-01 | 1 | -0/+15 |
* | 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/+2 |
* | Correct lines incorrectly added to the copyright message. Add missing period. | mckusick | 2003-02-14 | 1 | -4/+1 |
* | Add a source file where EXTATTR checks will happen and hook it in even | phk | 2002-09-16 | 1 | -0/+1 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -10/+10 |
* | Warning cleanup. | phk | 2002-07-30 | 1 | -11/+12 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -32/+63 |
* | more file system > filesystem | trhodes | 2002-05-16 | 1 | -8/+8 |
* | UFS2 preparation commit: | phk | 2002-05-12 | 1 | -3/+0 |
* | o __P removed | imp | 2002-03-20 | 1 | -64/+64 |
* | Fix a large number of -Wall, -Wformat and -W compiler warnings. | iedowse | 2001-11-17 | 1 | -5/+6 |
* | Silence non-constant format string warnings by marking functions | kris | 2001-08-19 | 1 | -3/+3 |
* | Add support for the -F flag which determines whether a specified | mckusick | 2001-04-24 | 1 | -0/+1 |
* | In fsdb, call sblock_init() which is now necessary to initialise | iedowse | 2001-04-23 | 1 | -0/+1 |
* | Minor background cleanups: | mckusick | 2001-04-16 | 1 | -1/+1 |
* | Additions to run checks on live filesystems. This change will not | mckusick | 2001-03-21 | 1 | -4/+17 |
* | Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt of | iedowse | 2000-12-15 | 1 | -0/+3 |
* | Reviewed by: rwatson, bp | adrian | 2000-10-09 | 1 | -3/+2 |
* | Teach fsck about snapshot files. These changes should have no | mckusick | 2000-07-06 | 1 | -2/+5 |
* | Yesterday I had to fix a badly broken disk, and found that fsck kept dying: | mckusick | 2000-02-28 | 1 | -1/+1 |
* | - Forgot to nuke hotroot completely. | peter | 2000-01-10 | 1 | -1/+1 |
* | Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com> | julian | 1998-12-03 | 1 | -14/+33 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -0/+2 |
* | Merge from Lite2. Note that Lite2 has it's own filesystem clean check | peter | 1997-03-11 | 1 | -103/+91 |
* | Fix the case where fsck would not see sparse directories and the kernel would | guido | 1996-10-08 | 1 | -0/+1 |
* | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 1 | -2/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -3/+3 |
* | Update declaration to match the change made to dir.c a few hours ago. | bde | 1995-04-02 | 1 | -1/+1 |
* | Submitted by: phk, added to by bde | bde | 1995-04-02 | 1 | -7/+83 |
* | Added filesystem clean bit support. This only affects fsck during a | dg | 1994-08-20 | 1 | -0/+1 |