aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/mkimg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a conditional that got mucked up.Benno Rice2018-04-121-2/+2
* Add the ability to specify absolute and relative offsets to size partitions.Benno Rice2018-04-121-17/+99
* mkimg: Add -C argument to specify maximum capacityEmmanuel Vadot2017-05-101-14/+37
* Add a new flag to mkimg (-a num) to specify the active partition forWarner Losh2016-10-181-1/+8
* o Provide a private definition for UUIDs (mkimg_uuid_t) becauseMarcel Moolenaar2016-10-181-17/+0
* Replace OFF_MAX with INT64_MAX. The former is defined on Linux.Marcel Moolenaar2016-10-031-1/+1
* Prefer <stdint.h> over <sys/types.h>. While here remove redundantMarcel Moolenaar2016-10-031-2/+1
* Replace STAILQ with TAILQ. TAILQs are portable enough that they canMarcel Moolenaar2016-10-031-4/+4
* Replace the use of linker sets with constructors for both theMarcel Moolenaar2016-09-251-11/+10
* Update local variable 'block' after calling capacity_resize(),Marcel Moolenaar2016-09-241-3/+6
* Add the -c option for specifying the capacity of the disk image. WhenMarcel Moolenaar2015-02-221-8/+42
* Don't require a scheme if no partitions are given. Change the codeMarcel Moolenaar2015-02-221-3/+4
* Remove extraneous parenthesis in assignment.Marcel Moolenaar2015-02-221-1/+1
* Add mkimg_chs() for those schemes that need the LBA broken down intoMarcel Moolenaar2014-10-031-0/+21
* Update the usage message and the man page to account for the new longMarcel Moolenaar2014-09-271-6/+12
* Add 3 long options for getting information about mkimg itself:Marcel Moolenaar2014-09-271-13/+88
* Add support for adding empty partition entries. I.e. skip partitionMarcel Moolenaar2014-09-121-0/+9
* Document the -y option as a unit test option.Marcel Moolenaar2014-07-041-0/+2
* Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-VMarcel Moolenaar2014-07-031-1/+22
* MFuser/marcel/mkimg:Marcel Moolenaar2014-05-151-116/+71
* Add mkimg_write() which combines lseek(2) and write(2) and usesMarcel Moolenaar2014-05-061-1/+14
* Add mkimg, a utility for making disk images from raw partition contents.Marcel Moolenaar2014-03-291-0/+501