summaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/gpt.c
Commit message (Expand)AuthorAgeFilesLines
* Round # partitions up to fill the last GPT table sectorMarcel Moolenaar2019-03-051-2/+2
* Remove unneeded headers.Xin LI2019-01-061-1/+0
* mkimg: Correct an off by one error in the PMBR sizeEmmanuel Vadot2017-05-291-1/+1
* o Provide a private definition for UUIDs (mkimg_uuid_t) becauseMarcel Moolenaar2016-10-181-33/+17
* Switch to using the portable partition scheme headers.Marcel Moolenaar2016-10-161-7/+2
* Prefer <stdint.h> over <sys/types.h>. While here remove redundantMarcel Moolenaar2016-10-031-3/+3
* Replace STAILQ with TAILQ. TAILQs are portable enough that they canMarcel Moolenaar2016-10-031-1/+1
* Avoid depending on the <sys/endian.h> header for le*enc and be*enc.Marcel Moolenaar2016-09-261-1/+1
* Add the ntfs alias and support it with the MBR and GPT schemesMarcel Moolenaar2015-06-271-0/+2
* Fix partition alignment and image rounding when any of -P (block size),Marcel Moolenaar2014-09-191-9/+7
* Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-VMarcel Moolenaar2014-07-031-2/+2
* MFuser/marcel/mkimg:Marcel Moolenaar2014-05-151-11/+11
* Add mkimg_write() which combines lseek(2) and write(2) and usesMarcel Moolenaar2014-05-061-17/+4
* Fix build on FreeBSD 7 where:Marcel Moolenaar2014-03-291-3/+18
* Fix build on FreeBSD 8 where partition types for nandfs do not exist.Marcel Moolenaar2014-03-291-0/+5
* Add mkimg, a utility for making disk images from raw partition contents.Marcel Moolenaar2014-03-291-0/+303