aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/msdos/msdosfs_fat.c
Commit message (Expand)AuthorAgeFilesLines
* makefs: Remove a stray semicolonZhenlei Huang2024-10-241-1/+1
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* makefs: spellingEd Maste2023-03-301-3/+3
* msdosfs: clusterfree() is used only in error handling casesKonstantin Belousov2022-01-081-8/+5
* Fix makefs bootstrap after d485c77f203fb0f4cdc08dea5ff81631b51d8809Alex Richardson2021-02-221-4/+1
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-211-20/+23
* buf: Add B_INVALONERR flag to discard dataConrad Meyer2019-09-111-0/+1
* makefs: share msdosfsmount.h between kernel msdosfs and makefsEd Maste2019-09-011-1/+1
* makefs: diff reduction to sys/fs/msdosfsEd Maste2019-08-221-1/+3
* 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-211-5/+4
* makefs: share fat.h between kernel msdosfs and makefsEd Maste2019-08-211-3/+3
* 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-201-0/+1045