aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_msdosfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-217-21/+21
* mdoc(7) police: Use the .Ud macro.Ruslan Ermilov2002-08-131-1/+2
* The .Nm utilityPhilippe Charnier2002-07-061-2/+3
* more file system > filesystemTom Rhodes2002-05-163-6/+6
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* o __P removedWarner Losh2002-03-204-156/+67
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* Document "-F".David E. O'Brien2001-07-191-0/+7
* Change exit return value to better match fsck_ffs(8).David E. O'Brien2001-07-191-1/+1
* Recognize the "-F" option which requests whether the filesystem needs toDavid E. O'Brien2001-07-191-1/+5
* mdoc(7) police: fixed markup and program name.Ruslan Ermilov2001-07-111-13/+16
* Style tweaks.David E. O'Brien2001-07-091-2/+4
* Add fsck_msdosfs.David E. O'Brien2001-07-099-0/+2716