| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid segment fault when attempting to clean up cylinder group | mckusick | 2014-03-12 | 1 | -6/+8 |
* | Arguments for malloc and calloc should be size_t, not int. | mckusick | 2014-02-25 | 1 | -1/+3 |
* | Add the -R option to allow fsck_ffs to restart itself when too many critical | scottl | 2013-12-30 | 1 | -0/+19 |
* | Fix the zeroing loop. I must have been drunk when I wrote this... | des | 2013-08-20 | 1 | -6/+6 |
* | Add a 'surrender' mode to fsck_ffs. With the -S flag, once hard read errors | scottl | 2013-07-30 | 1 | -1/+12 |
* | Add a -Z option which zeroes unused blocks. It can be combined with -E, | des | 2013-04-29 | 1 | -0/+29 |
* | Note that output is in seconds, not msec. | mckusick | 2013-03-24 | 1 | -2/+3 |
* | Resolve clang compile errors on amd64/i386 for certain by casting. | sbruno | 2013-03-24 | 1 | -4/+4 |
* | Minor formatting fix for printf() to fix clang builds. | sbruno | 2013-03-24 | 1 | -2/+2 |
* | Revert 248634 and 248643 (e.g., restoring 248625 and 248639). | mckusick | 2013-03-23 | 1 | -13/+76 |
* | Revert svn r248625 | sbruno | 2013-03-23 | 1 | -76/+13 |
* | Speed up fsck by caching the cylinder group maps in pass1 so | mckusick | 2013-03-22 | 1 | -13/+76 |
* | Fix ARM build by assigning the computed time here to | kientzle | 2013-02-25 | 1 | -2/+2 |
* | When running with the -d option, instrument fsck_ffs to track the number, | mckusick | 2013-02-24 | 1 | -9/+132 |
* | Update fsck_ffs buffer cache manager to use TAILQ macros. | mckusick | 2013-02-15 | 1 | -24/+21 |
* | Fix fsck_ffs build with a 64-bit ino_t. | mdf | 2012-09-27 | 1 | -1/+2 |
* | Remove needless (int) casts of write(2)'s 3rd argument. | obrien | 2012-09-12 | 1 | -4/+4 |
* | Spelling fixes for sbin/ | uqs | 2012-01-07 | 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 | -1/+16 |
* | This corrects a bug that manifested itself as identifying the last | mckusick | 2010-01-07 | 1 | -1/+1 |
* | Update the actions previously attempted by the -D option to make them | mckusick | 2009-02-04 | 1 | -25/+71 |
* | 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 | 1 | -1/+1 |
* | Add a new flag, '-C' which enables a special mode that is intended for | delphij | 2008-04-10 | 1 | -2/+30 |
* | Implements gjournal support. If file system has gjournal support enabled | pjd | 2006-10-31 | 1 | -5/+5 |
* | Eliminate linked list used to track inodes with an initial link | truckman | 2004-10-08 | 1 | -3/+1 |
* | Improve the delay algorithm used in bgfsck. From the author: | scottl | 2004-05-18 | 1 | -4/+6 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 1 | -4/+0 |
* | Spell "file system" correctly. | ru | 2003-08-01 | 1 | -1/+1 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+4 |
* | Slow down the operation of background fsck so as to leave some disk | iedowse | 2002-12-07 | 1 | -1/+46 |
* | Create a new 32-bit fs_flags word in the superblock. Add code to move | mckusick | 2002-11-27 | 1 | -2/+2 |
* | Clear the pending counts in the superblock after a successful run | mckusick | 2002-10-19 | 1 | -1/+4 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -3/+3 |
* | Fix a bunch of format string warnings which broke | mux | 2002-07-31 | 1 | -5/+6 |
* | Warning cleanup. | phk | 2002-07-30 | 1 | -14/+14 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -13/+15 |
* | UFS2 preparation commit: | phk | 2002-05-12 | 1 | -2/+2 |
* | Retire the bogus uses of the disklabel field d_sbsize and begin to | phk | 2002-05-12 | 1 | -0/+1 |
* | Minor bug fixes uncovered while working on UFS2. | mckusick | 2002-05-02 | 1 | -1/+1 |
* | o __P removed | imp | 2002-03-20 | 1 | -81/+17 |
* | Remove 'register' keyword. | obrien | 2002-03-20 | 1 | -8/+8 |
* | Fix a large number of -Wall, -Wformat and -W compiler warnings. | iedowse | 2001-11-17 | 1 | -15/+2 |
* | Silence non-constant format string warnings by marking functions | kris | 2001-08-19 | 1 | -1/+1 |
* | Add support for the -F flag which determines whether a specified | mckusick | 2001-04-24 | 1 | -9/+11 |
* | Minor background cleanups: | mckusick | 2001-04-16 | 1 | -2/+26 |
* | Additions to run checks on live filesystems. This change will not | mckusick | 2001-03-21 | 1 | -14/+35 |
* | The ffs superblock includes a 128-byte region for use by temporary | iedowse | 2001-01-15 | 1 | -1/+1 |
* | .. forgot a ; at the end of the $FreeBSD$ string. How did I actually forget | adrian | 2000-10-09 | 1 | -1/+1 |
* | Some missed magic in the fsck wrapper commit which is required by other | adrian | 2000-10-09 | 1 | -0/+691 |