aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/makefs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* makefs: remove vestigial '?' cases from top-level getopt(3) loopEd Maste2023-03-301-1/+0
* makefs: whitespace cleanup (remove space before tab)Ed Maste2022-09-201-1/+1
* makefs: Add ZFS supportMark Johnston2022-08-051-0/+3
* makefs: add msdosfs (FAT) supportEd Maste2019-08-201-1/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* makefs: add -O (offset) optionEd Maste2017-05-261-4/+9
* makefs: clean up warningsEd Maste2017-05-031-2/+2
* makefs: use emalloc and friendsEd Maste2017-04-061-10/+4
* makefs: sync with NetBSDEd Maste2017-03-291-1/+0
* makefs: sync option parsing with NetBSDEd Maste2017-03-151-14/+104
* makefs: sync -T timestamp with NetBSDEd Maste2017-03-141-1/+4
* makefs: reorder 'usage' alphabeticallyEd Maste2016-07-191-4/+4
* makefs: Provide a -T option to set timestamps to a consistent valueEd Maste2016-06-141-5/+42
* Fix getopt(3) argument after r290180; I forgot to change -r to -REnji Cooper2015-12-291-1/+1
* makefs: use ENTRY macro for diff reduction with NetBSDEd Maste2015-12-211-3/+6
* Follow up to roundup feature addition in r289203Enji Cooper2015-10-301-3/+3
* Revert r289694Enji Cooper2015-10-211-3/+3
* Add some rudimentary [smoke] testcases for makefsEnji Cooper2015-10-211-3/+3
* makefs: introduce a new option to specify what to round the resultingAdrian Chadd2015-10-131-4/+10
* Mark the makefs(8) '-p' flag as deprecated in preference forGlen Barber2013-08-161-2/+8
* Add a -D flag that causes duplicate entries in an mtree manifest to beBrooks Davis2013-02-201-1/+6
* Sort options.Hiroki Sato2012-08-221-1/+1
* Add -p flag to create the image as a sparse file.Hiroki Sato2012-08-221-2/+5
* Allow contents of multiple directories to be merged to the current image.Jung-uk Kim2012-01-311-5/+16
* Add support for using mtree(5) manifest files to define the imageMarcel Moolenaar2011-06-191-8/+33
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-241-0/+1
* Sync with the latest version from NetBSD. It notably addds ISO9660 support.Olivier Houchard2010-11-071-17/+19
* import netbsd makefs toolSam Leffler2008-12-191-0/+314