summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/mkimg.c
Commit message (Expand)AuthorAgeFilesLines
* Add the -c option for specifying the capacity of the disk image. Whenmarcel2015-02-221-8/+42
* Don't require a scheme if no partitions are given. Change the codemarcel2015-02-221-3/+4
* Remove extraneous parenthesis in assignment.marcel2015-02-221-1/+1
* Add mkimg_chs() for those schemes that need the LBA broken down intomarcel2014-10-031-0/+21
* Update the usage message and the man page to account for the new longmarcel2014-09-271-6/+12
* Add 3 long options for getting information about mkimg itself:marcel2014-09-271-13/+88
* Add support for adding empty partition entries. I.e. skip partitionmarcel2014-09-121-0/+9
* Document the -y option as a unit test option.marcel2014-07-041-0/+2
* Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-Vmarcel2014-07-031-1/+22
* MFuser/marcel/mkimg:marcel2014-05-151-116/+71
* Add mkimg_write() which combines lseek(2) and write(2) and usesmarcel2014-05-061-1/+14
* Add mkimg, a utility for making disk images from raw partition contents.marcel2014-03-291-0/+501
OpenPOWER on IntegriCloud