summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/msdos
AgeCommit message (Expand)Author
2026-01-05makefs: Fix typo 's/mirrorring/mirroring/'Jose Luis Duran
2025-12-26makefs: avoid warnings about too-long initializer stringsDimitry Andric
2025-06-16msdosfs: Add _WANT_MSDOSFS_INTERNALS to replace MAKEFS in headersJessica Clarke
2025-05-20makefs: Remove redundant 'stampst' checks in several backendsBojan Novković
2025-05-08makefs: Use gmtime() instead of localtime for timestampsMark Johnston
2025-05-06makefs: Fix a couple of HAVE_STRUCT_STAT_BIRTHTIME checksJessica Clarke
2024-10-24makefs: Remove a stray semicolonZhenlei Huang
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16makefs: clean up some leftovers after $FreeBSD$ tag removalEd Maste
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-04-16makefs: call brelse from breadEd Maste
2023-03-29makefs: spellingEd Maste
2023-03-13makefs: do not call brelse if bread returns an errorEd Maste
2023-03-13makefs: make msdos creation go fastWarner Losh
2022-05-10makefs: Fix warnings and reset WARNS to the defaultMark Johnston
2022-01-08msdosfs: clusterfree() is used only in error handling casesKonstantin Belousov
2021-11-21makefs: remove set but not used variablesEd Maste
2021-08-27msdosfs deget(): add locking flags argumentKonstantin Belousov
2021-02-22Fix makefs bootstrap after d485c77f203fb0f4cdc08dea5ff81631b51d8809Alex Richardson
2021-02-21Remove #define _KERNEL hacks from libprocstatKonstantin Belousov
2020-08-24makefs (msdosfs): Use fprintf instead of debug print for errorsAlex Richardson
2020-08-07makefs: Drop unnecessary sys/clock.h includeAlex Richardson
2020-01-30Fix an indentation bug in r357169.Brooks Davis
2020-01-27Allow bootstrapping makefs on older FreeBSD hosts and Linux/macOSAlex Richardson
2019-09-11buf: Add B_INVALONERR flag to discard dataConrad Meyer
2019-09-01makefs: share msdosfsmount.h between kernel msdosfs and makefsEd Maste
2019-08-23Properly update FSInfo block after generation.Xin LI
2019-08-22makefs: diff reduction to sys/fs/msdosfsEd Maste
2019-08-21makefs: Verify that the BPB media descriptor and FAT ID matchEd Maste
2019-08-21makefs: share denode.h between kernel msdosfs and makefsEd Maste
2019-08-21makefs: share fat.h between kernel msdosfs and makefsEd Maste
2019-08-21makefs: use `char *` not `void *` for buf b_data, drop casts in msdosEd Maste
2019-08-20makefs: avoid "dereferencing 'void *' pointer" warningsEd Maste
2019-08-20makefs: add msdosfs (FAT) supportEd Maste
2018-07-26makefs: use FreeBSD brelse function signatureEd Maste
2018-07-25makefs: whitespace cleanup in msdos filesEd Maste
2017-06-23makefs: add copies of NetBSD makefs msdos source filesEd Maste
2017-06-22makefs: add copies of NetBSD makefs msdos source filesEd Maste