freebsd-skq/sbin/fsck_ffs
mckusick 8a416970f9 Do not report the filesystem as modified when the only change is to
update the timestamp in the superblock.

Reported by:	Peter Holm
MFC after:	1 week
2017-10-09 22:19:58 +00:00
..
dir.c
ea.c
fsck_ffs.8
fsck.h fsck_ffs: Unsign some variables and make use of reallocarray(3). 2017-04-22 14:50:11 +00:00
fsutil.c Continuing efforts to provide hardening of FFS, this change adds a 2017-09-22 12:45:15 +00:00
gjournal.c
globs.c fsck_ffs: Unsign some variables and make use of reallocarray(3). 2017-04-22 14:50:11 +00:00
inode.c fsck_ffs: Unsign some variables and make use of reallocarray(3). 2017-04-22 14:50:11 +00:00
main.c Do not report the filesystem as modified when the only change is to 2017-10-09 22:19:58 +00:00
Makefile
Makefile.depend
pass1.c In fsck_ffs pass1, prevent the inosused variable from wrapping. 2017-04-14 15:22:00 +00:00
pass1b.c
pass2.c
pass3.c
pass4.c
pass5.c Continuing efforts to provide hardening of FFS, this change adds a 2017-09-22 12:45:15 +00:00
setup.c The new fsck recovery information to enable it to find backup 2017-09-04 20:19:36 +00:00
suj.c Use UFS_LINK_MAX instead of LINK_MAX. 2017-09-21 22:33:59 +00:00
utilities.c