aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/msdos
Commit message (Expand)AuthorAgeFilesLines
* makefs: Fix typo 's/mirrorring/mirroring/'Jose Luis Duran2026-01-051-1/+1
* makefs: avoid warnings about too-long initializer stringsDimitry Andric2025-12-261-1/+1
* msdosfs: Add _WANT_MSDOSFS_INTERNALS to replace MAKEFS in headersJessica Clarke2025-06-161-1/+1
* makefs: Remove redundant 'stampst' checks in several backendsBojan Novković2025-05-201-2/+0
* makefs: Use gmtime() instead of localtime for timestampsMark Johnston2025-05-081-1/+1
* makefs: Fix a couple of HAVE_STRUCT_STAT_BIRTHTIME checksJessica Clarke2025-05-061-1/+1
* makefs: Remove a stray semicolonZhenlei Huang2024-10-241-1/+1
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* makefs: clean up some leftovers after $FreeBSD$ tag removalEd Maste2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-163-3/+0
* makefs: call brelse from breadEd Maste2023-04-161-1/+0
* makefs: spellingEd Maste2023-03-301-3/+3
* makefs: do not call brelse if bread returns an errorEd Maste2023-03-141-4/+0
* makefs: make msdos creation go fastWarner Losh2023-03-131-0/+1
* makefs: Fix warnings and reset WARNS to the defaultMark Johnston2022-05-102-7/+6
* msdosfs: clusterfree() is used only in error handling casesKonstantin Belousov2022-01-082-9/+6
* makefs: remove set but not used variablesEd Maste2021-11-221-2/+0
* msdosfs deget(): add locking flags argumentKonstantin Belousov2021-08-273-3/+3
* Fix makefs bootstrap after d485c77f203fb0f4cdc08dea5ff81631b51d8809Alex Richardson2021-02-226-20/+44
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-215-63/+71
* 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-286/+2784
* 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