aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_msdosfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only compare the interesting part of the bootblock with its backup.Tim J. Robbins2004-04-201-4/+8
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Fixed operation of -f to match its documentation and fsck_ffs. ItBruce Evans2004-02-053-7/+6
* Fixed some bugs in checkdirty(). The check for the clean bit wasBruce Evans2004-02-051-9/+27
* Document the dirty flag and other bits in the first 2 FAT entriesBruce Evans2004-02-051-0/+18
* Prepare to fix checkdirty() by moving it from check.c to fat.c. It isBruce Evans2004-02-052-43/+43
* Oops, highly non-KNF indentation is normal for large expressions inBruce Evans2003-12-281-6/+5
* Expanded the comment about the -F flag.Bruce Evans2003-12-271-2/+8
* fsck_msdosfs/main.c:Bruce Evans2003-12-271-2/+4
* Fixed style bugs in previous commit (unsorting of declarations and poorBruce Evans2003-12-271-7/+8
* Fixed quoting of `clean'.Bruce Evans2003-12-271-1/+3
* Fixed some style bugs in previous commit (mainly highly non-KNF indentation).Bruce Evans2003-12-271-15/+15
* Fixed style bugs in previous commit (unsorting of the global declarationsBruce Evans2003-12-271-2/+2
* Make msdosfs support the dirty flag in FAT16 and FAT32.Tom Rhodes2003-12-264-10/+66
* In check.c:Tom Rhodes2003-10-302-5/+2
* mount_msdos -> mount_msdosfsPhilippe Charnier2003-06-081-1/+1
* Fix some 'SYNOPSIS' and 'usage' messages.Tom Rhodes2002-08-272-3/+3