aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_msdosfs/check.c
Commit message (Expand)AuthorAgeFilesLines
* Do not overflow when calculating file system size.Xin LI2020-04-281-14/+12
* Fix a bug with dirty file system handling.Xin LI2020-04-271-1/+1
* Use humanize_number to format available and bad space sizes.Xin LI2020-02-101-2/+28
* Reduce memory footprint of fsck_msdosfs.Xin LI2020-01-031-38/+11
* Revert r356249 for now as it broke GCC builds.Xin LI2020-01-011-11/+38
* Reduce memory footprint of fsck_msdosfs.Xin LI2020-01-011-38/+11
* Don't bail out from the check if readboot() returns !FSFATAL.Xin LI2018-04-301-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* newfs_msdosfs: Respect FSFIXFATPedro F. Giffuni2014-07-141-1/+1
* Print a newline after the error message.Jaakko Heinonen2012-11-031-0/+1
* sbin/fsck: s/perror/perr/ to avoid shadowingUlrich Spörlein2012-10-211-2/+2
* Fix some style(9), although there's a lot more issues here.Brian Somers2010-06-201-1/+1
* Rename fields to match better the msdosfs headers. This work is stillKonstantin Belousov2010-02-141-1/+1
* Bug fixes from NetBSDKonstantin Belousov2010-02-141-2/+2
* License changes from NetBSD.Konstantin Belousov2010-02-141-7/+0
* Fixed operation of -f to match its documentation and fsck_ffs. ItBruce Evans2004-02-051-3/+2
* Prepare to fix checkdirty() by moving it from check.c to fat.c. It isBruce Evans2004-02-051-43/+0
* Oops, highly non-KNF indentation is normal for large expressions inBruce Evans2003-12-281-6/+5
* Fixed some style bugs in previous commit (mainly highly non-KNF indentation).Bruce Evans2003-12-271-15/+15
* Make msdosfs support the dirty flag in FAT16 and FAT32.Tom Rhodes2003-12-261-0/+52
* In check.c:Tom Rhodes2003-10-301-3/+2
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* more file system > filesystemTom Rhodes2002-05-161-1/+1
* Add fsck_msdosfs.David E. O'Brien2001-07-091-0/+194