aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/msdos
Commit message (Expand)AuthorAgeFilesLines
* makefs (msdosfs): Use fprintf instead of debug print for errorsAlex Richardson2020-08-241-3/+3
* makefs: Drop unnecessary sys/clock.h includeAlex Richardson2020-08-071-1/+0
* Fix an indentation bug in r357169.Brooks Davis2020-01-301-1/+1
* Allow bootstrapping makefs on older FreeBSD hosts and Linux/macOSAlex Richardson2020-01-272-4/+4
* buf: Add B_INVALONERR flag to discard dataConrad Meyer2019-09-115-0/+5
* makefs: share msdosfsmount.h between kernel msdosfs and makefsEd Maste2019-09-017-205/+6
* Properly update FSInfo block after generation.Xin LI2019-08-231-0/+30
* makefs: diff reduction to sys/fs/msdosfsEd Maste2019-08-228-24/+33
* makefs: Verify that the BPB media descriptor and FAT ID matchEd Maste2019-08-211-6/+16
* makefs: share denode.h between kernel msdosfs and makefsEd Maste2019-08-217-273/+29
* makefs: share fat.h between kernel msdosfs and makefsEd Maste2019-08-218-127/+16
* makefs: use `char *` not `void *` for buf b_data, drop casts in msdosEd Maste2019-08-211-22/+22
* makefs: avoid "dereferencing 'void *' pointer" warningsEd Maste2019-08-201-22/+22
* makefs: add msdosfs (FAT) supportEd Maste2019-08-2011-287/+2785
* makefs: use FreeBSD brelse function signatureEd Maste2018-07-263-5/+5
* makefs: whitespace cleanup in msdos filesEd Maste2018-07-252-8/+8
* makefs: add copies of NetBSD makefs msdos source filesEd Maste2017-06-231-1/+0
* makefs: add copies of NetBSD makefs msdos source filesEd Maste2017-06-223-0/+1443