aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* 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
* makefs: handle mtree contents= in zfsBrooks Davis2023-01-121-1/+7
* makefs: Add some validation of ZFS pool namesMark Johnston2022-12-161-0/+14
* makefs: Ignore some sign comparison warnings from GCC.John Baldwin2022-11-232-0/+3
* makefs zfs: Disable -Wunused-function for GCC as well.John Baldwin2022-11-231-3/+3
* makefs zfs: Use signed values for both results of ?:.John Baldwin2022-11-231-1/+1
* makefs: Fix handling of inherited mountpointsMark Johnston2022-10-281-14/+14
* makefs: Add a cast to placate static analyzersMark Johnston2022-10-041-1/+1
* makefs: Plug a memory leakMark Johnston2022-10-041-4/+2
* makefs: whitespace cleanup (remove space before tab)Ed Maste2022-09-209-14/+14
* cd9660(5): Correct a typo in a source code commentGordon Bergling2022-09-041-1/+1
* makefs tests: Do not run ZFS tests in parallelMark Johnston2022-08-291-2/+5
* makefs tests: Do not install ZFS tests if WITHOUT_ZFS is definedMark Johnston2022-08-291-0/+4
* makefs: Remove some redundant initializationsMark Johnston2022-08-291-3/+0
* makefs: Fix issues building as a cross-tool on non-FreeBSDJessica Clarke2022-08-186-1/+12