| Commit message (Expand) | Author | Age | Files | Lines |
* | Make UEFI booting of 4Kn disks work: | ambrisko | 2014-10-30 | 2 | -2/+4 |
* | newfs_msdosfs: Respect FSFIXFAT | pfg | 2014-07-14 | 2 | -4/+4 |
* | msdosfs: Assorted fixes from other BSDs. | pfg | 2014-07-14 | 2 | -15/+33 |
* | fsck_msdosfs: be a bit more permissive | pfg | 2014-07-14 | 1 | -5/+6 |
* | Minor (mostly cosmetic) cleanups | pfg | 2014-07-14 | 2 | -3/+1 |
* | Print a newline after the error message. | jh | 2012-11-03 | 1 | -0/+1 |
* | Make fsck and fsck_msdosfs WARNS=6 clean | uqs | 2012-10-21 | 4 | -4/+3 |
* | sbin/fsck: s/perror/perr/ to avoid shadowing | uqs | 2012-10-21 | 4 | -41/+44 |
* | Make sure that each va_start has one and only one matching va_end, | kevlo | 2012-05-29 | 1 | -0/+1 |
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 1 | -1/+1 |
* | Fix some style(9), although there's a lot more issues here. | brian | 2010-06-20 | 5 | -24/+34 |
* | mdoc: .Ud has attitude, it takes no argument! | uqs | 2010-05-27 | 1 | -1/+1 |
* | Rename fields to match better the msdosfs headers. This work is still | kib | 2010-02-14 | 5 | -106/+106 |
* | Bug fixes from NetBSD | kib | 2010-02-14 | 7 | -70/+100 |
* | License changes from NetBSD. | kib | 2010-02-14 | 8 | -56/+0 |
* | fsck_msdosfs: accept no-op -C option for compatibilty with fsck | avg | 2009-06-10 | 2 | -4/+10 |
* | Spot two more bugs WRT adherence to the local prompt style. | yar | 2008-01-31 | 1 | -2/+2 |
* | Use consistent style in user prompts: the question is in a new line | yar | 2008-01-31 | 2 | -6/+6 |
* | Prevent the `fix?' question from running together | yar | 2008-01-13 | 1 | -1/+1 |
* | Prefer the __printflike() macro to GCC's __attribute__ stuff. | stefanf | 2005-03-09 | 1 | -1/+1 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 2 | -3/+5 |
* | Sort sections. | ru | 2005-01-18 | 1 | -5/+5 |
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-05-17 | 1 | -2/+2 |
* | Only compare the interesting part of the bootblock with its backup. | tjr | 2004-04-20 | 1 | -4/+8 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | Fixed operation of -f to match its documentation and fsck_ffs. It | bde | 2004-02-05 | 3 | -7/+6 |
* | Fixed some bugs in checkdirty(). The check for the clean bit was | bde | 2004-02-05 | 1 | -9/+27 |
* | Document the dirty flag and other bits in the first 2 FAT entries | bde | 2004-02-05 | 1 | -0/+18 |
* | Prepare to fix checkdirty() by moving it from check.c to fat.c. It is | bde | 2004-02-05 | 2 | -43/+43 |
* | Oops, highly non-KNF indentation is normal for large expressions in | bde | 2003-12-28 | 1 | -6/+5 |
* | Expanded the comment about the -F flag. | bde | 2003-12-27 | 1 | -2/+8 |
* | fsck_msdosfs/main.c: | bde | 2003-12-27 | 1 | -2/+4 |
* | Fixed style bugs in previous commit (unsorting of declarations and poor | bde | 2003-12-27 | 1 | -7/+8 |
* | Fixed quoting of `clean'. | bde | 2003-12-27 | 1 | -1/+3 |
* | Fixed some style bugs in previous commit (mainly highly non-KNF indentation). | bde | 2003-12-27 | 1 | -15/+15 |
* | Fixed style bugs in previous commit (unsorting of the global declarations | bde | 2003-12-27 | 1 | -2/+2 |
* | Make msdosfs support the dirty flag in FAT16 and FAT32. | trhodes | 2003-12-26 | 4 | -10/+66 |
* | In check.c: | trhodes | 2003-10-30 | 2 | -5/+2 |
* | mount_msdos -> mount_msdosfs | charnier | 2003-06-08 | 1 | -1/+1 |
* | Fix some 'SYNOPSIS' and 'usage' messages. | trhodes | 2002-08-27 | 2 | -3/+3 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 7 | -21/+21 |
* | mdoc(7) police: Use the .Ud macro. | ru | 2002-08-13 | 1 | -1/+2 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -2/+3 |
* | more file system > filesystem | trhodes | 2002-05-16 | 3 | -6/+6 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
* | o __P removed | imp | 2002-03-20 | 4 | -156/+67 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
* | Document "-F". | obrien | 2001-07-19 | 1 | -0/+7 |
* | Change exit return value to better match fsck_ffs(8). | obrien | 2001-07-19 | 1 | -1/+1 |
* | Recognize the "-F" option which requests whether the filesystem needs to | obrien | 2001-07-19 | 1 | -1/+5 |