freebsd-dev/sbin/fsck_ffs
Pedro F. Giffuni 4b367145f7 UFS2: make di_extsize unsigned.
di_extsize is the EA size and as such it should be unsigned.
Adjust related types for consistency.

Reviewed by:	mckusick (previous version)
MFC after:	3 weeks
2013-10-24 00:33:29 +00:00
..
dir.c When running with the -d option, instrument fsck_ffs to track the number, 2013-02-24 06:44:29 +00:00
ea.c UFS2: make di_extsize unsigned. 2013-10-24 00:33:29 +00:00
fsck_ffs.8 Document the -S flag to fsck_ffs 2013-07-31 04:51:12 +00:00
fsck.h Add a 'surrender' mode to fsck_ffs. With the -S flag, once hard read errors 2013-07-30 22:57:12 +00:00
fsutil.c Fix the zeroing loop. I must have been drunk when I wrote this... 2013-08-20 07:19:58 +00:00
gjournal.c Fix fsck_ffs build with a 64-bit ino_t. 2012-09-27 23:30:58 +00:00
inode.c Revert 248634 and 248643 (e.g., restoring 248625 and 248639). 2013-03-23 20:00:02 +00:00
main.c Add a 'surrender' mode to fsck_ffs. With the -S flag, once hard read errors 2013-07-30 22:57:12 +00:00
Makefile - Merge soft-updates journaling from projects/suj/head into head. This 2010-04-24 07:05:35 +00:00
pass1.c Revert 248634 and 248643 (e.g., restoring 248625 and 248639). 2013-03-23 20:00:02 +00:00
pass1b.c
pass2.c Fix fsck_ffs build with a 64-bit ino_t. 2012-09-27 23:30:58 +00:00
pass3.c
pass4.c Fix fsck_ffs build with a 64-bit ino_t. 2012-09-27 23:30:58 +00:00
pass5.c Style nit. 2013-04-29 20:14:11 +00:00
setup.c Revert 248634 and 248643 (e.g., restoring 248625 and 248639). 2013-03-23 20:00:02 +00:00
suj.c Revert 248634 and 248643 (e.g., restoring 248625 and 248639). 2013-03-23 20:00:02 +00:00
utilities.c Mechanical whitespace cleanup. 2011-04-27 02:55:03 +00:00