freebsd-nq/sbin/fsck_ffs
Pedro F. Giffuni 0f8c0b0ae4 fsck_ffs: Adopt some type safety for the journalling checks.
fs_ncg is of type uint32, and we were indexing it with an int.
Fixed this using an unsigned type and adopt some other unsigned
indexes to remind us when we are dealing with unsigned numbers.

Reviewed by:	mckusick
MFC after:	5 days
2016-04-24 20:31:22 +00:00
..
dir.c fsck_ffs for pointers replace 0 with NULL. 2016-04-12 22:55:47 +00:00
ea.c
fsck_ffs.8
fsck.h Fix a ton of speelling errors 2015-10-21 05:37:09 +00:00
fsutil.c fsck_ffs for pointers replace 0 with NULL. 2016-04-12 22:55:47 +00:00
gjournal.c
globs.c Cleanup unnecessary semicolons from utilities we all love. 2016-04-15 22:31:22 +00:00
inode.c fsck_ffs for pointers replace 0 with NULL. 2016-04-12 22:55:47 +00:00
main.c fsck_ffs for pointers replace 0 with NULL. 2016-04-12 22:55:47 +00:00
Makefile Explicitly add more files to the 'runtime' package. 2016-02-09 20:19:31 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
pass1.c fsck_ffs for pointers replace 0 with NULL. 2016-04-12 22:55:47 +00:00
pass1b.c fsck_ffs for pointers replace 0 with NULL. 2016-04-12 22:55:47 +00:00
pass2.c
pass3.c
pass4.c fsck_ffs for pointers replace 0 with NULL. 2016-04-12 22:55:47 +00:00
pass5.c fsck_ffs for pointers replace 0 with NULL. 2016-04-12 22:55:47 +00:00
setup.c Remove old ioctl use and support, once and for all. 2015-01-06 05:28:37 +00:00
suj.c fsck_ffs: Adopt some type safety for the journalling checks. 2016-04-24 20:31:22 +00:00
utilities.c fsck_ffs for pointers replace 0 with NULL. 2016-04-12 22:55:47 +00:00