aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* makefs: Make cd9660 Rock Ridge inodes reproducibleEd Maste2025-03-043-10/+78
* Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106Kirk McKusick2025-02-062-54/+49
* makefs: Handle special file types when creating a zpoolMark Johnston2025-01-212-7/+54
* makefs: Fix cd9660 duplicate directory namesEd Maste2025-01-143-5/+41
* makefs: Remove impossible if conditionEd Maste2025-01-141-5/+1
* makefs: Fix cd9660 filename buffer maximum lengthEd Maste2025-01-142-14/+11
* makefs: Crudely fix a sprintf warningEd Maste2025-01-141-13/+19
* makefs: Remove dead code in inode_type()Mark Johnston2025-01-141-2/+0
* makefs: Exit with error if writing cd image failsEd Maste2024-12-301-3/+6
* makefs.8: Clarify that makefs-generated zpools always have the same GUIDMark Johnston2024-11-281-1/+18
* makefs.8: Remove a warning about makefs -t zfs being experimentalMark Johnston2024-11-221-3/+0
* makefs: Remove the warning printed when makefs -t zfs is usedMark Johnston2024-11-053-9/+3
* makefs: Remove a stray semicolonZhenlei Huang2024-10-311-1/+1
* makefs: Record a larger TXG number in the uberblockMark Johnston2024-10-284-1/+19
* makefs/zfs: Add a helper function for adding ZAP entriesMark Johnston2024-06-093-3/+11
* makefs: warn that ffs sectorsize other than 512 may not workEd Maste2024-03-221-0/+3
* makefs: Make it possible to silence warnings about duplicate pathsMark Johnston2024-02-033-4/+6
* makefs: Fix ZFS cross-reference sectionsJose Luis Duran2024-01-091-6/+7
* makefs: Quiet a -Wdangling-pointer warning in cd9660_generate_path_tableJohn Baldwin2024-01-031-0/+5
* makefs cd9660: Unexpand a few TAILQ macrosJohn Baldwin2024-01-031-3/+3
* makefs/zfs: Add a regression test which checks file access permissionsMark Johnston2023-11-091-0/+44
* makefs/zfs: Don't set ZFS_NO_EXECS_DENIED in file flagsMark Johnston2023-11-091-2/+2
* makefs/zfs: fix build with gcc 12 after b5a2bf512dbeDimitry Andric2023-10-251-3/+3
* makefs/zfs: Use unsigned integers for indirect block level countsMark Johnston2023-10-251-4/+5
* makefs/zfs: Update dd_used_breakdown after writing the MOSMark Johnston2023-10-253-5/+18
* makefs/zfs: Add a regression test which checks the 'used*' propertiesMark Johnston2023-10-251-2/+71
* makefs/zfs: Fill out dd_used_breakdown fields in DSL directoriesMark Johnston2023-10-251-3/+8
* makefs: Explain the -d optionGreg Lehey2023-10-241-1/+6
* makefs/zfs tests: Add a test case which appends to a file after importMark Johnston2023-10-041-0/+35
* makefs/zfs: Ensure that the last block of a file has the right sizeMark Johnston2023-10-041-9/+10
* makefs/zfs: Remove a nonsensical commentMark Johnston2023-10-041-2/+0
* makefs/zfs: Set the objset block pointer fill field correctlyMark Johnston2023-10-041-2/+3
* makefs/zfs tests: Run zdb prior to importing makefs-created poolsMark Johnston2023-10-041-0/+2
* makefs: Handle missing link keyword in mtree specStéphane Rochoy2023-09-241-1/+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