summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/makefs.c
AgeCommit message (Expand)Author
2025-05-20makefs: Honor -T timestamps when creating images from mtree manifestsBojan Novković
2025-05-08makefs: Make sure that directory entry order is consistentMark Johnston
2025-05-06makefs: Fix a couple of HAVE_STRUCT_STAT_BIRTHTIME checksJessica Clarke
2024-01-19makefs: Make it possible to silence warnings about duplicate pathsMark Johnston
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-03-30makefs: remove vestigial '?' cases from top-level getopt(3) loopEd Maste
2022-09-20makefs: whitespace cleanup (remove space before tab)Ed Maste
2022-08-05makefs: Add ZFS supportMark Johnston
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-05-03makefs: clean up warningsEd Maste
2017-04-06makefs: use emalloc and friendsEd Maste
2017-03-29makefs: sync with NetBSDEd Maste
2017-03-15makefs: sync option parsing with NetBSDEd Maste
2017-03-14makefs: sync -T timestamp with NetBSDEd Maste
2016-07-19makefs: reorder 'usage' alphabeticallyEd Maste
2016-06-14makefs: Provide a -T option to set timestamps to a consistent valueEd Maste
2015-12-29Fix getopt(3) argument after r290180; I forgot to change -r to -REnji Cooper
2015-12-21makefs: use ENTRY macro for diff reduction with NetBSDEd Maste
2015-10-30Follow up to roundup feature addition in r289203Enji Cooper
2015-10-21Revert r289694Enji Cooper
2015-10-21Add some rudimentary [smoke] testcases for makefsEnji Cooper
2015-10-13makefs: introduce a new option to specify what to round the resultingAdrian Chadd
2013-08-16Mark the makefs(8) '-p' flag as deprecated in preference forGlen Barber
2013-02-20Add a -D flag that causes duplicate entries in an mtree manifest to beBrooks Davis
2012-08-22Sort options.Hiroki Sato
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
2011-01-24The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick
2010-11-07Sync with the latest version from NetBSD. It notably addds ISO9660 support.Olivier Houchard
2008-12-19import netbsd makefs toolSam Leffler