aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* makefs/zfs: Don't set ZFS_NO_EXECS_DENIED in file flagsMark Johnston2023-11-091-2/+2
* makefs/zfs: Update dd_used_breakdown after writing the MOSMark Johnston2023-10-253-5/+18
* makefs/zfs: Fill out dd_used_breakdown fields in DSL directoriesMark Johnston2023-10-251-3/+8
* makefs/zfs: Ensure that the last block of a file has the right sizeMark Johnston2023-10-051-9/+10
* makefs/zfs: Remove a nonsensical commentMark Johnston2023-10-051-2/+0
* makefs/zfs: Set the objset block pointer fill field correctlyMark Johnston2023-10-051-2/+3
* 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
* makefs: correct iso9660 Rock Ridge TF timestampsEd Maste2023-03-232-10/+10
* makefs: do not call brelse if bread returns an errorEd Maste2023-03-142-6/+0
* makefs: make msdos creation go fastWarner Losh2023-03-131-0/+1
* makefs: don't needlessly require directories to existBrooks Davis2023-01-121-1/+17
* Revert "makefs: don't needlessly require directories to exist"Brooks Davis2023-01-121-16/+1
* makefs: don't needlessly require directories to existBrooks Davis2023-01-121-1/+16
* makefs: handle mtree link= for ZFSBrooks Davis2023-01-121-6/+14