aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* makefs/zfs: Update dd_used_breakdown after writing the MOSMark Johnston2023-10-233-5/+18
* makefs/zfs: Add a regression test which checks the 'used*' propertiesMark Johnston2023-10-231-2/+71
* makefs/zfs: Fill out dd_used_breakdown fields in DSL directoriesMark Johnston2023-10-231-3/+8
* makefs/zfs: fix build with gcc 12 after b5a2bf512dbeDimitry Andric2023-09-301-3/+3
* makefs/zfs tests: Add a test case which appends to a file after importMark Johnston2023-09-281-0/+35
* makefs/zfs: Ensure that the last block of a file has the right sizeMark Johnston2023-09-281-9/+10
* makefs/zfs: Remove a nonsensical commentMark Johnston2023-09-271-2/+0
* makefs/zfs tests: Run zdb prior to importing makefs-created poolsMark Johnston2023-09-271-0/+2
* makefs/zfs: Set the objset block pointer fill field correctlyMark Johnston2023-09-271-2/+3
* makefs/zfs: Use unsigned integers for indirect block level countsMark Johnston2023-09-271-4/+5
* Explain the -d option.Greg Lehey2023-09-261-1/+6
* makefs: Handle missing link keyword in mtree specStéphane Rochoy2023-09-211-1/+4
* makefs: remove ISO9660 Archimedes extension supportEd Maste2023-09-206-202/+4
* makefs: clean up some leftovers after $FreeBSD$ tag removalEd Maste2023-08-167-15/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1611-11/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1624-45/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-169-18/+0
* makefs: Fix typosElyes Haouas2023-06-021-2/+2
* ffs: restore backward compatibility of newfs and makefs with older binariesChuck Silvers2023-05-301-3/+23
* makefs/zfs: Avoid generating a GUID of zeroMark Johnston2023-05-263-3/+20
* Fix size differences between architectures of the UFS/FFS CGSIZE macro value.Kirk McKusick2023-05-151-1/+1
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-1213-13/+13
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-129-9/+9
* Build host tools on non-FreeBSD host with DIRDEPS_BUILDSimon J. Gerraty2023-04-222-0/+18
* makefs: set cd9660 Rock Ridge timestamps for . and ..Ed Maste2023-04-201-0/+12
* makefs: remove unused variableEd Maste2023-04-171-2/+0
* makefs: use unsigned and %u for rock_ridge_move_countEd Maste2023-04-172-2/+2
* makefs: call brelse from breadEd Maste2023-04-163-12/+15
* makefs: remove unused cd9660 optionsEd Maste2023-04-162-15/+0
* makefs: use %s and __func__ in printf messagesEd Maste2023-04-111-6/+7
* makefs: set the validation entry system typeEd Maste2023-04-101-1/+9
* makefs: use size_t or ssize_t where appropriateEd Maste2023-04-104-12/+13
* makefs: simplify filename conversion handlingEd Maste2023-04-101-24/+5
* makefs: remove some unused cd9660 types and definesEd Maste2023-04-101-23/+0
* makefs: avoid uninitialized memory in root directory dateEd Maste2023-04-061-7/+3
* makefs(8): do not print comma after the last super-blockChristos Margiolis2023-04-051-2/+3
* makefs: remove CD9660MAXPATH #defineEd Maste2023-04-053-5/+3
* makefs: improve some cd9660 error messagesEd Maste2023-03-311-4/+4
* makefs: #define Apple Partition bitsEd Maste2023-03-301-9/+10
* makefs: correct "filname" typoEd Maste2023-03-301-1/+1
* makefs: Whitespace cleanup to sync with NetBSDEd Maste2023-03-301-4/+4
* makefs: do not pass mode to open() call lacking O_CREATEd Maste2023-03-301-1/+1
* makefs: remove vestigial '?' cases from top-level getopt(3) loopEd Maste2023-03-301-1/+0
* makefs: spellingEd Maste2023-03-301-3/+3
* makefs: emit NM records for all directory entriesEd Maste2023-03-251-15/+1
* makefs: correct El Torito bood recordEd Maste2023-03-231-2/+2
* makefs: correct iso9660 Rock Ridge NM valuesEd Maste2023-03-231-3/+3