| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a ton of speelling errors | eadler | 2015-10-21 | 2 | -2/+2 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+19 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 3 | -91/+4 |
| |\
| |/
|/| |
|
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | Merge head | sjg | 2014-04-28 | 12 | -118/+362 |
| |\ |
|
| * \ | Merge from head | sjg | 2013-09-05 | 5 | -10/+81 |
| |\ \ |
|
| * \ \ | sync from head | sjg | 2013-04-12 | 10 | -117/+385 |
| |\ \ \ |
|
| * | | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| * | | | | Sync with HEAD. | obrien | 2013-02-08 | 1 | -10/+8 |
| |\ \ \ \ |
|
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *---. \ \ \ \ | Sync from head | sjg | 2012-11-04 | 9 | -123/+151 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+20 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Remove old ioctl use and support, once and for all. | imp | 2015-01-06 | 1 | -89/+2 |
* | | | | | | | | Convert sbin/ to LIBADD | bapt | 2014-11-25 | 2 | -2/+2 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | 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 | 2 | -3/+5 |
* | | | | | | | Add globs.c, missed in r260068,260069 | scottl | 2013-12-30 | 1 | -0/+165 |
* | | | | | | | Add the -R option to allow fsck_ffs to restart itself when too many critical | scottl | 2013-12-30 | 10 | -108/+183 |
* | | | | | | | UFS2: make di_extsize unsigned. | pfg | 2013-10-24 | 1 | -1/+1 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Fix the zeroing loop. I must have been drunk when I wrote this... | des | 2013-08-20 | 1 | -6/+6 |
* | | | | | | Document the -S flag to fsck_ffs | scottl | 2013-07-31 | 1 | -1/+6 |
* | | | | | | Add a 'surrender' mode to fsck_ffs. With the -S flag, once hard read errors | scottl | 2013-07-30 | 3 | -2/+18 |
* | | | | | | Style nit. | des | 2013-04-29 | 1 | -1/+2 |
* | | | | | | Add a -Z option which zeroes unused blocks. It can be combined with -E, | des | 2013-04-29 | 5 | -7/+56 |
| |_|_|_|/
|/| | | | |
|
* | | | | | 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 | 7 | -56/+154 |
* | | | | | Revert svn r248625 | sbruno | 2013-03-23 | 7 | -154/+56 |
* | | | | | Speed up fsck by caching the cylinder group maps in pass1 so | mckusick | 2013-03-22 | 7 | -56/+154 |
* | | | | | 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 | 7 | -37/+206 |
* | | | | | Update fsck_ffs buffer cache manager to use TAILQ macros. | mckusick | 2013-02-15 | 2 | -31/+31 |
| |_|_|/
|/| | | |
|
* | | | | - blk_equals() is too strict. If the journal entry defines more frags | jeff | 2012-11-14 | 1 | -10/+8 |
| |/ /
|/| | |
|
* | | | Fix some nearby type and style errors. | mdf | 2012-09-28 | 3 | -17/+14 |
* | | | Fix sbin/ build with a 64-bit ino_t. | mdf | 2012-09-27 | 1 | -1/+1 |
* | | | Fix fsck_ffs build with a 64-bit ino_t. | mdf | 2012-09-27 | 8 | -85/+103 |
* | | | - Fix a typo in debug message. | zont | 2012-09-13 | 1 | -1/+1 |
* | | | Remove needless (int) casts of write(2)'s 3rd argument. | obrien | 2012-09-12 | 2 | -5/+5 |
* | | | Simply printf-like strings and outdent strings so that it is easy to see | obrien | 2012-09-12 | 1 | -20/+18 |
* | | | fsck_ffs shall accept the configured journal size, and not refuse to | kib | 2012-08-02 | 1 | -1/+1 |
| |/
|/| |
|
* | | For incompleted block allocations or frees, the inode block count usage | kib | 2012-06-12 | 1 | -0/+15 |
|/ |
|
* | 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 |