freebsd-dev/usr.bin/mkimg
Marcel Moolenaar f3582a728d Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-V
among others.

Add an undocumented option for unit testing (-y). When given, the image
will have UUIDs and timestamps synthesized in a way that gives identical
results across runs. As such, UUIDs stop being unique, globally or
otherwise.

VHD support requested by: gjb@
2014-07-03 20:31:43 +00:00
..
apm.c Fix CID 1204394: Use strncpy(3) instead of strcpy(3). Note that it's 2014-05-21 17:38:56 +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 VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-V 2014-07-03 20:31:43 +00:00
image.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
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 Add a ful stop after FreeBSD's version in the history section. 2014-07-02 14:34:01 +00:00
mkimg.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
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 VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-V 2014-07-03 20:31:43 +00:00
vmdk.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
vtoc8.c Fix CID 1204379 (vtoc8.c) & CID 1204380 (bsd.c): Cast ncyls to lba_t 2014-05-21 17:39:49 +00:00