aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/vhd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded headers.Xin LI2019-01-061-2/+0
* o Provide a private definition for UUIDs (mkimg_uuid_t) becauseMarcel Moolenaar2016-10-181-20/+4
* Prefer <stdint.h> over <sys/types.h>. While here remove redundantMarcel 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
* Fix the dynamic VHD format to work with qemu. The size of the diskMarcel Moolenaar2015-08-071-37/+55
* Microsoft Azure expects the creator OS to be "Wi2k" and not "FBSD".Marcel Moolenaar2015-06-211-2/+2
* Microsoft Azure demands that fixed VHD images are a whole numberMarcel Moolenaar2015-06-211-0/+9
* Handle the case in which ncyls is 0.Marcel Moolenaar2015-06-111-3/+5
* For the fixed VHD format, round the raw image size to the nextMarcel Moolenaar2015-06-111-42/+59
* Suffix the cookie constants with ULL to silence warnings from compilersMarcel Moolenaar2014-10-011-2/+2
* Fix builds on older FreeBSD versions and/or non-FreeBSD machines:Marcel Moolenaar2014-07-231-0/+8
* Add support for the fixed image type. The fixed image is effectivelyMarcel Moolenaar2014-07-171-93/+153
* Add a bandaid to fix GCC build (on sparc64 et al).Xin LI2014-07-151-0/+1
* Add image_data() for checking whether a sequence of blocks has data.Marcel Moolenaar2014-07-151-5/+14
* Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-VMarcel Moolenaar2014-07-031-0/+308