aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Detect and handle invalid number of FATsXin LI2018-07-131-0/+4
* Revert Makefile@335696 that sneaked into the commit.Xin LI2018-06-271-2/+0
* Detect exFAT filesystems and abort if found and tighten BPB sanityXin LI2018-06-272-5/+23
* 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
* Don't bail out from the check if readboot() returns !FSFATAL.Xin LI2018-04-301-1/+1
* Prevent OOB access on corrupted msdos directories.Xin LI2017-11-301-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-7/+21
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* Mention the version of NetBSD the utility originated from.Sevan Janiyan2016-10-021-2/+5
* fsck_msdosfs: Adjust a check.Pedro F. Giffuni2016-05-041-1/+1
* Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* fsck_msdosfs: use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-191-1/+1
* MFHGlen Barber2016-04-111-4/+6
|\
| * fsck_msdosfs(8): Optimimize memsetsPedro F. Giffuni2016-04-061-4/+6
* | Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
|/
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-192-2/+4
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-194-27/+44
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync from headSimon J. Gerraty2012-11-046-45/+48
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | Make UEFI booting of 4Kn disks work:Doug Ambrisko2014-10-302-2/+4
| |_|/ |/| |
* | | newfs_msdosfs: Respect FSFIXFATPedro F. Giffuni2014-07-142-4/+4
* | | msdosfs: Assorted fixes from other BSDs.Pedro F. Giffuni2014-07-142-15/+33
* | | fsck_msdosfs: be a bit more permissivePedro F. Giffuni2014-07-141-5/+6
* | | Minor (mostly cosmetic) cleanupsPedro F. Giffuni2014-07-142-3/+1
| |/ |/|
* | Print a newline after the error message.Jaakko Heinonen2012-11-031-0/+1
* | Make fsck and fsck_msdosfs WARNS=6 cleanUlrich Spörlein2012-10-214-4/+3
* | sbin/fsck: s/perror/perr/ to avoid shadowingUlrich Spörlein2012-10-214-41/+44
|/
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-05-291-0/+1
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-1/+1
* Fix some style(9), although there's a lot more issues here.Brian Somers2010-06-205-24/+34
* mdoc: .Ud has attitude, it takes no argument!Ulrich Spörlein2010-05-271-1/+1
* Rename fields to match better the msdosfs headers. This work is stillKonstantin Belousov2010-02-145-106/+106
* Bug fixes from NetBSDKonstantin Belousov2010-02-147-70/+100
* License changes from NetBSD.Konstantin Belousov2010-02-148-56/+0
* fsck_msdosfs: accept no-op -C option for compatibilty with fsckAndriy Gapon2009-06-102-4/+10
* Spot two more bugs WRT adherence to the local prompt style.Yaroslav Tykhiy2008-01-311-2/+2
* Use consistent style in user prompts: the question is in a new lineYaroslav Tykhiy2008-01-312-6/+6
* Prevent the `fix?' question from running togetherYaroslav Tykhiy2008-01-131-1/+1
* Prefer the __printflike() macro to GCC's __attribute__ stuff.Stefan Farfeleder2005-03-091-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-102-3/+5
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-2/+2