freebsd-dev/usr.bin/mkimg
Marcel Moolenaar a1afbf00f6 Add support for the fixed image type. The fixed image is effectively
a raw image with a VHD footer appended. There's little value that I
can see to use the fixed image type, but in order to make VHD images
for use by Microsoft's Azure platform, they must be fixed VHD images.

Support has been added by refactoring the code to re-use common code
and by adding a second output format structure.  To created fixed VHD
images, specify "vhdf" as the output format.
2014-07-17 16:33:38 +00:00
..
apm.c Make this compile on older FreeBSD versions that don't have 2014-07-11 01:49:25 +00:00
bsd.c Fix CID 1204379 (vtoc8.c) & CID 1204380 (bsd.c): Cast ncyls to lba_t 2014-05-21 17:39:49 +00:00
ebr.c MFuser/marcel/mkimg: 2014-05-15 19:19:57 +00:00
format.c MFuser/marcel/mkimg: 2014-05-15 19:19:57 +00:00
format.h MFuser/marcel/mkimg: 2014-05-15 19:19:57 +00:00
gpt.c Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-V 2014-07-03 20:31:43 +00:00
image.c Add image_data() for checking whether a sequence of blocks has data. 2014-07-15 04:39:23 +00:00
image.h Add image_data() for checking whether a sequence of blocks has data. 2014-07-15 04:39:23 +00:00
Makefile Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-V 2014-07-03 20:31:43 +00:00
mbr.c MFuser/marcel/mkimg: 2014-05-15 19:19:57 +00:00
mkimg.1 Document the -y option as a unit test option. 2014-07-04 18:47:25 +00:00
mkimg.c Document the -y option as a unit test option. 2014-07-04 18:47:25 +00:00
mkimg.h Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-V 2014-07-03 20:31:43 +00:00
pc98.c MFuser/marcel/mkimg: 2014-05-15 19:19:57 +00:00
raw.c Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-V 2014-07-03 20:31:43 +00:00
scheme.c Fix CID 1215125: fstat(2) returns -1 on error and sets errno. It does 2014-05-21 17:37:22 +00:00
scheme.h MFuser/marcel/mkimg: 2014-05-15 19:19:57 +00:00
vhd.c Add support for the fixed image type. The fixed image is effectively 2014-07-17 16:33:38 +00:00
vmdk.c Add image_data() for checking whether a sequence of blocks has data. 2014-07-15 04:39:23 +00:00
vtoc8.c Fix CID 1204379 (vtoc8.c) & CID 1204380 (bsd.c): Cast ncyls to lba_t 2014-05-21 17:39:49 +00:00