summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106Kirk McKusick2025-02-102-54/+49
* makefs: Exit with error if writing cd image failsEd Maste2025-01-151-3/+6
* makefs: Fix cd9660 duplicate directory namesEd Maste2025-01-153-5/+41
* makefs: Remove impossible if conditionEd Maste2025-01-151-5/+1
* makefs: Fix cd9660 filename buffer maximum lengthEd Maste2025-01-152-14/+11
* makefs: Crudely fix a sprintf warningEd Maste2025-01-151-13/+19
* makefs: Quiet a -Wdangling-pointer warning in cd9660_generate_path_tableJohn Baldwin2024-11-301-0/+5
* makefs cd9660: Unexpand a few TAILQ macrosJohn Baldwin2024-11-301-3/+3
* makefs: Remove a stray semicolonZhenlei Huang2024-11-071-1/+1
* makefs: warn that ffs sectorsize other than 512 may not workEd Maste2024-03-221-0/+3
* makefs: Handle missing link keyword in mtree specStéphane Rochoy2024-01-221-1/+4
* makefs: clean up some leftovers after $FreeBSD$ tag removalEd Maste2023-08-237-15/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2310-10/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2324-45/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-234-4/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-232-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-239-18/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-2513-13/+13
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* ffs: restore backward compatibility of newfs and makefs with older binariesChuck Silvers2023-06-041-3/+23
* Fix size differences between architectures of the UFS/FFS CGSIZE macro value.Kirk McKusick2023-05-261-1/+1
* makefs: set cd9660 Rock Ridge timestamps for . and ..Ed Maste2023-04-271-0/+12
* makefs: call brelse from breadEd Maste2023-04-273-12/+15
* makefs: use unsigned and %u for rock_ridge_move_countEd Maste2023-04-212-2/+2
* makefs: remove unused variableEd Maste2023-04-211-2/+0
* makefs: remove unused cd9660 optionsEd Maste2023-04-212-15/+0
* makefs: use %s and __func__ in printf messagesEd Maste2023-04-141-6/+7
* makefs: set the validation entry system typeEd Maste2023-04-141-1/+9
* makefs: use size_t or ssize_t where appropriateEd Maste2023-04-144-12/+13
* makefs: simplify filename conversion handlingEd Maste2023-04-141-24/+5
* makefs: remove some unused cd9660 types and definesEd Maste2023-04-141-23/+0
* makefs: avoid uninitialized memory in root directory dateEd Maste2023-04-141-7/+3
* makefs: remove CD9660MAXPATH #defineEd Maste2023-04-143-5/+3
* makefs: improve some cd9660 error messagesEd Maste2023-04-141-4/+4
* makefs: #define Apple Partition bitsEd Maste2023-04-141-9/+10
* makefs: correct "filname" typoEd Maste2023-04-141-1/+1
* makefs: Whitespace cleanup to sync with NetBSDEd Maste2023-04-141-4/+4
* makefs: remove vestigial '?' cases from top-level getopt(3) loopEd Maste2023-04-141-1/+0
* makefs: do not pass mode to open() call lacking O_CREATEd Maste2023-04-141-1/+1
* makefs: spellingEd Maste2023-04-141-3/+3
* makefs(8): do not print comma after the last super-blockChristos Margiolis2023-04-121-2/+3
* makefs: emit NM records for all directory entriesEd Maste2023-04-101-15/+1
* makefs: correct El Torito bood recordEd Maste2023-04-101-2/+2
* makefs: correct iso9660 Rock Ridge NM valuesEd Maste2023-04-101-3/+3
* makefs: correct iso9660 Rock Ridge TF timestampsEd Maste2023-04-102-10/+10
* makefs: Ignore some sign comparison warnings from GCC.John Baldwin2023-03-221-0/+2
* makefs: do not call brelse if bread returns an errorEd Maste2023-03-212-6/+0
* makefs: make msdos creation go fastWarner Losh2023-03-141-0/+1
* ufs: Rework shortlink handling to avoid subobject overflowsJessica Clarke2023-01-242-4/+4