1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/sbin/fsck_ffs
Xin LI 1aaf5f440f In pass1(), cap inosused to fs_ipg rather than allowing arbitrary
number read from cylinder group.  Chances that we read a smarshed
cylinder group, and we can not 100% trust information it has
supplied.  fsck_ffs(8) will crash otherwise for some cases.
2008-02-26 03:08:22 +00:00
..
SMM.doc
dir.c
ea.c
fsck_ffs.8
fsck.h
fsutil.c
gjournal.c Fix -fstrict-aliasing warning. 2006-11-01 10:56:33 +00:00
inode.c
main.c Convert fsck_ffs to nmount(). This seems to solve 2007-09-19 01:24:19 +00:00
Makefile Convert fsck_ffs to nmount(). This seems to solve 2007-09-19 01:24:19 +00:00
pass1.c In pass1(), cap inosused to fs_ipg rather than allowing arbitrary 2008-02-26 03:08:22 +00:00
pass1b.c
pass2.c In pass2check(): Be more strict with the inode information before further 2008-02-26 03:05:48 +00:00
pass3.c
pass4.c
pass5.c
setup.c Be more careful when checking superblock. We have already checked 2008-02-26 03:03:17 +00:00
utilities.c