freebsd-dev/sbin/fsck_msdosfs
Xin LI 3e855e9c21 Don't bail out from the check if readboot() returns !FSFATAL.
This can happen when the fsinfo signature is invalid, and the
user have choose to fix it, in which case the code would return
FSBOOTMOD (not FSOK but not FSFATAL either).

All other (fatal) cases would return FSFATAL.

Obtained from:	Android Open Source Project
Obtained from:	d8775a29ea
MFC after:	2 weeks
2018-04-30 05:57:55 +00:00
..
boot.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
check.c Don't bail out from the check if readboot() returns !FSFATAL. 2018-04-30 05:57:55 +00:00
dir.c Prevent OOB access on corrupted msdos directories. 2017-11-30 08:28:17 +00:00
dosfs.h various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
ext.h various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
fat.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
fsck_msdosfs.8 Mention the version of NetBSD the utility originated from. 2016-10-02 23:40:17 +00:00
main.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
Makefile sbin: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:33:01 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00