aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs.c
Commit message (Expand)AuthorAgeFilesLines
* makefs: free buf in case of errorEd Maste2017-05-311-0/+1
* makefs: add -O (offset) optionEd Maste2017-05-261-1/+10
* makefs: make buf genericEd Maste2017-05-251-6/+4
* makefs: Add soft-updates optionEmmanuel Vadot2017-05-181-0/+3
* makefs: clean up signedness warnings and bump WARNS to 3Ed Maste2017-05-181-2/+3
* Restore `sectorsize` global to unbreak makefs after r317744Enji Cooper2017-05-081-1/+3
* makefs: cast snprintf return value to size_t to clear warningEd Maste2017-05-081-2/+2
* makefs: use size_t as appropriate to clean up warningsEd Maste2017-05-081-3/+3
* makefs: make buf genericEd Maste2017-05-031-3/+0
* makefs: use emalloc and friendsEd Maste2017-04-061-16/+6
* makefs: improve error messagesEd Maste2017-03-151-1/+1
* makefs: sync option parsing with NetBSDEd Maste2017-03-151-53/+50
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-8/+8
* makefs: make the buffer functions look exactly like the kernel onesEd Maste2017-02-111-1/+1
* Assign a random number to di_gen (for FFS), instead of extracting itMarcel Moolenaar2016-11-051-6/+2
* makefs: sync NetBSD IDs with upstream for changes that we already haveEd Maste2016-07-191-1/+1
* makefs: Provide a -T option to set timestamps to a consistent valueEd Maste2016-06-141-26/+34
* makefs(8): Clarify the comment concerning seeding.Pedro F. Giffuni2016-05-181-1/+4
* makefs(1): use all the random(3) range.Pedro F. Giffuni2016-05-171-1/+2
* makefs: introduce a new option to specify what to round the resultingAdrian Chadd2015-10-131-0/+4
* Fix a typo in the FFS maxbpg option, it was erroneously spelled maxbpf.Christian Brueffer2015-01-121-1/+1
* r258695 introduces a sanity check for makefs in order to verify thatDavide Italiano2014-09-181-1/+2
* Provide a helpful diagnostic when the minimum size rounded to the block sizeJuli Mallett2013-11-271-0/+7
* Add -p flag to create the image as a sparse file.Hiroki Sato2012-08-221-8/+21
* Allow contents of multiple directories to be merged to the current image.Jung-uk Kim2012-01-311-2/+2
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Add support to makefs(8) to add UFS labels to images.Nathan Whitehorn2011-10-091-0/+3
* Add support for using mtree(5) manifest files to define the imageMarcel Moolenaar2011-06-191-4/+7
* 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-94/+142
* fix 64-bit buildSam Leffler2008-12-191-1/+1
* import netbsd makefs toolSam Leffler2008-12-191-0/+1093