freebsd-dev/sbin/fsck_msdosfs
Xin LI b7d6282aae Don't bail out when we find primary and secondary bootblocks miscompare.
We do not have code to fix this situation, and the mismatch does not
prevent the kernel driver from consuming the file system, and some factory
formatted SD cards seem to have a garbage backup block.

This makes the code match to its comments (replacing pfatal with pwarn).

Inspired by:	NetBSD r1.13
Inspired by:	b47b16353f
MFC after:	2 weeks
2018-06-22 16:18:19 +00:00
..
boot.c Don't bail out when we find primary and secondary bootblocks miscompare. 2018-06-22 16:18:19 +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