aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/mkimg.h
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Allow building mkimg as cross-toolSimon J. Gerraty2017-03-031-0/+6
* Add a new flag to mkimg (-a num) to specify the active partition forWarner Losh2016-10-181-0/+1
* o Provide a private definition for UUIDs (mkimg_uuid_t) becauseMarcel Moolenaar2016-10-181-2/+13
* Replace STAILQ with TAILQ. TAILQs are portable enough that they canMarcel Moolenaar2016-10-031-2/+2
* Add mkimg_chs() for those schemes that need the LBA broken down intoMarcel Moolenaar2014-10-031-0/+2
* Fix partition alignment and image rounding when any of -P (block size),Marcel Moolenaar2014-09-191-0/+15
* Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-VMarcel Moolenaar2014-07-031-0/+4
* MFuser/marcel/mkimg:Marcel Moolenaar2014-05-151-3/+5
* Add mkimg_write() which combines lseek(2) and write(2) and usesMarcel Moolenaar2014-05-061-1/+1
* Add mkimg, a utility for making disk images from raw partition contents.Marcel Moolenaar2014-03-291-0/+72