aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/makefs.h
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wpointer-sign warnings in makefs and mkimgAlex Richardson2021-01-071-1/+1
* makefs: add msdosfs (FAT) supportEd Maste2019-08-201-1/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* makefs: add -O (offset) optionEd Maste2017-05-261-0/+1
* makefs: sync with NetBSDEd Maste2017-03-291-1/+1
* makefs: sort roundup with the other off_t members in fsinfo_tEd Maste2017-03-271-1/+1
* makefs: sync option parsing with NetBSDEd Maste2017-03-151-17/+33
* makefs: use a macro to simplify per-fs function declarationsEd Maste2017-02-161-10/+8
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-2/+2
* makefs: Provide a -T option to set timestamps to a consistent valueEd Maste2016-06-141-0/+1
* makefs: introduce a new option to specify what to round the resultingAdrian Chadd2015-10-131-0/+1
* Remove duplicated copies of various NetBSD compatibility shims used byBrooks Davis2013-05-091-18/+0
* Support hardlinks in manifest files by the same logic as the treewalkBrooks Davis2013-02-201-0/+2
* Add a -D flag that causes duplicate entries in an mtree manifest to beBrooks Davis2013-02-201-0/+1
* Add -p flag to create the image as a sparse file.Hiroki Sato2012-08-221-0/+1
* Allow contents of multiple directories to be merged to the current image.Jung-uk Kim2012-01-311-2/+4
* Add support for using mtree(5) manifest files to define the imageMarcel Moolenaar2011-06-191-0/+3
* Sync with the latest version from NetBSD. It notably addds ISO9660 support.Olivier Houchard2010-11-071-45/+34
* import netbsd makefs toolSam Leffler2008-12-191-0/+305