aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_msdosfs/boot.c
Commit message (Expand)AuthorAgeFilesLines
* Diff reduction against NetBSD, no functional change.Xin LI2020-02-021-6/+7
* Correct off-by-two issue when determining FAT type.Xin LI2020-01-111-3/+14
* Apply typo fix from NetBSD, we have already applied all NetBSD changes soXin LI2020-01-111-2/+2
* Require FAT to occupy at least one sector.Xin LI2020-01-111-1/+1
* Reduce memory footprint of fsck_msdosfs.Xin LI2020-01-031-7/+21
* Revert r356249 for now as it broke GCC builds.Xin LI2020-01-011-21/+7
* Reduce memory footprint of fsck_msdosfs.Xin LI2020-01-011-7/+21
* Avoid mixing cluster numbers and sector numbers. Makes code more readable.Xin LI2019-09-151-5/+11
* Comment boot block checks and perform additional sanity checks:Xin LI2019-08-261-62/+109
* Blankspace. No actual code change.Xin LI2019-06-151-2/+2
* Detect and handle invalid number of FATsXin LI2018-07-131-0/+4
* Detect exFAT filesystems and abort if found and tighten BPB sanityXin LI2018-06-271-5/+21
* Fix division by zero when reading boot block by postponing divisionXin LI2018-06-261-6/+6
* Don't bail out when we find primary and secondary bootblocks miscompare.Xin LI2018-06-221-2/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* fsck_msdosfs: Adjust a check.Pedro F. Giffuni2016-05-041-1/+1
* Make UEFI booting of 4Kn disks work:Doug Ambrisko2014-10-301-1/+1
* Make fsck and fsck_msdosfs WARNS=6 cleanUlrich Spörlein2012-10-211-1/+1
* sbin/fsck: s/perror/perr/ to avoid shadowingUlrich Spörlein2012-10-211-7/+7
* Fix some style(9), although there's a lot more issues here.Brian Somers2010-06-201-16/+20
* Rename fields to match better the msdosfs headers. This work is stillKonstantin Belousov2010-02-141-50/+50
* Bug fixes from NetBSDKonstantin Belousov2010-02-141-14/+20
* License changes from NetBSD.Konstantin Belousov2010-02-141-7/+0
* Use consistent style in user prompts: the question is in a new lineYaroslav Tykhiy2008-01-311-2/+2
* Prevent the `fix?' question from running togetherYaroslav Tykhiy2008-01-131-1/+1
* Only compare the interesting part of the bootblock with its backup.Tim J. Robbins2004-04-201-4/+8
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* Add fsck_msdosfs.David E. O'Brien2001-07-091-0/+268