summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/makefs.h
AgeCommit message (Expand)Author
2025-05-20makefs: Honor -T timestamps when creating images from mtree manifestsBojan Novković
2025-05-06makefs: Support st_flags even on LinuxJessica Clarke
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2022-09-20makefs: whitespace cleanup (remove space before tab)Ed Maste
2022-08-05makefs: Add ZFS supportMark Johnston
2021-01-07Fix -Wpointer-sign warnings in makefs and mkimgAlex Richardson
2019-08-20makefs: add msdosfs (FAT) supportEd Maste
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-26makefs: add -O (offset) optionEd Maste
2017-03-29makefs: sync with NetBSDEd Maste
2017-03-27makefs: sort roundup with the other off_t members in fsinfo_tEd Maste
2017-03-15makefs: sync option parsing with NetBSDEd Maste
2017-02-16makefs: use a macro to simplify per-fs function declarationsEd Maste
2017-02-15prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2016-06-14makefs: Provide a -T option to set timestamps to a consistent valueEd Maste
2015-10-13makefs: introduce a new option to specify what to round the resultingAdrian Chadd
2013-05-09Remove duplicated copies of various NetBSD compatibility shims used byBrooks Davis
2013-02-20Support hardlinks in manifest files by the same logic as the treewalkBrooks Davis
2013-02-20Add a -D flag that causes duplicate entries in an mtree manifest to beBrooks Davis
2012-08-22Add -p flag to create the image as a sparse file.Hiroki Sato
2012-01-31Allow contents of multiple directories to be merged to the current image.Jung-uk Kim
2011-06-19Add support for using mtree(5) manifest files to define the imageMarcel Moolenaar
2010-11-07Sync with the latest version from NetBSD. It notably addds ISO9660 support.Olivier Houchard
2008-12-19import netbsd makefs toolSam Leffler