aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* Fix a ton of speelling errorsEitan Adler2015-10-212-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-91/+4
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-2812-118/+362
| |\
| * \ Merge from headSimon J. Gerraty2013-09-055-10/+81
| |\ \
| * \ \ sync from headSimon J. Gerraty2013-04-1210-117/+385
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync with HEAD.David E. O'Brien2013-02-081-10/+8
| |\ \ \ \
| * \ \ \ \ Sync from headSimon J. Gerraty2012-11-049-123/+151
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | | | Remove old ioctl use and support, once and for all.Warner Losh2015-01-061-89/+2
* | | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-252-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Avoid segment fault when attempting to clean up cylinder groupKirk McKusick2014-03-121-6/+8
* | | | | | Arguments for malloc and calloc should be size_t, not int.Kirk McKusick2014-02-252-3/+5
* | | | | | Add globs.c, missed in r260068,260069Scott Long2013-12-301-0/+165
* | | | | | Add the -R option to allow fsck_ffs to restart itself when too many criticalScott Long2013-12-3010-108/+183
* | | | | | UFS2: make di_extsize unsigned.Pedro F. Giffuni2013-10-241-1/+1
| |_|_|_|/ |/| | | |
* | | | | Fix the zeroing loop. I must have been drunk when I wrote this...Dag-Erling Smørgrav2013-08-201-6/+6
* | | | | Document the -S flag to fsck_ffsScott Long2013-07-311-1/+6
* | | | | Add a 'surrender' mode to fsck_ffs. With the -S flag, once hard read errorsScott Long2013-07-303-2/+18
* | | | | Style nit.Dag-Erling Smørgrav2013-04-291-1/+2
* | | | | Add a -Z option which zeroes unused blocks. It can be combined with -E,Dag-Erling Smørgrav2013-04-295-7/+56
| |_|_|/ |/| | |
* | | | Note that output is in seconds, not msec.Kirk McKusick2013-03-241-2/+3
* | | | Resolve clang compile errors on amd64/i386 for certain by casting.Sean Bruno2013-03-241-4/+4
* | | | Minor formatting fix for printf() to fix clang builds.Sean Bruno2013-03-241-2/+2
* | | | Revert 248634 and 248643 (e.g., restoring 248625 and 248639).Kirk McKusick2013-03-237-56/+154
* | | | Revert svn r248625Sean Bruno2013-03-237-154/+56
* | | | Speed up fsck by caching the cylinder group maps in pass1 soKirk McKusick2013-03-227-56/+154
* | | | Fix ARM build by assigning the computed time here toTim Kientzle2013-02-251-2/+2
* | | | When running with the -d option, instrument fsck_ffs to track the number,Kirk McKusick2013-02-247-37/+206
* | | | Update fsck_ffs buffer cache manager to use TAILQ macros.Kirk McKusick2013-02-152-31/+31
| |_|/ |/| |
* | | - blk_equals() is too strict. If the journal entry defines more fragsJeff Roberson2012-11-141-10/+8
| |/ |/|
* | Fix some nearby type and style errors.Matthew D Fleming2012-09-283-17/+14
* | Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-1/+1
* | Fix fsck_ffs build with a 64-bit ino_t.Matthew D Fleming2012-09-278-85/+103
* | - Fix a typo in debug message.Andrey Zonov2012-09-131-1/+1
* | Remove needless (int) casts of write(2)'s 3rd argument.David E. O'Brien2012-09-122-5/+5
* | Simply printf-like strings and outdent strings so that it is easy to seeDavid E. O'Brien2012-09-121-20/+18
* | fsck_ffs shall accept the configured journal size, and not refuse toKonstantin Belousov2012-08-021-1/+1
* | For incompleted block allocations or frees, the inode block count usageKonstantin Belousov2012-06-121-0/+15
|/
* Be more helpful about alternate superblocks.Edward Tomasz Napierala2012-02-102-2/+7
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Spelling fixes for sbin/Ulrich Spörlein2012-01-072-2/+2
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Change the type of real_dev_bsize variable from long to u_int.Konstantin Belousov2011-12-202-2/+2
* Forgot this nit in r221107.Dag-Erling Smørgrav2011-09-031-1/+1