freebsd-dev/usr.bin/mkimg
Oleksandr Tymoshenko e331252340 Fix invalid VHDX generation for image larger than 4Gb
- Part of BAT payload location was lost due to invalid
    BAT entry encoding type (32 bits instead of 64 bits)
- The sequence of PB/SB entries in BAT was broken due to
    off-by-one index check. It worked for smaller than
    4Gb because there were no SB entries in BAT.

MFC after:	1 day
2020-07-13 02:24:31 +00:00
..
tests Add VHDX support to mkimg(1) 2020-06-08 20:28:32 +00:00
apm.c Remove unneeded headers. 2019-01-06 20:39:23 +00:00
bsd.c
ebr.c
endian.h
format.c
format.h
gpt.c
image.c Allow building mkimg as cross-tool 2017-03-03 01:56:55 +00:00
image.h
Makefile Add VHDX support to mkimg(1) 2020-06-08 20:28:32 +00:00
Makefile.depend
mbr.c Revert r362466 2020-06-22 07:46:24 +00:00
mkimg.1 Use Fl instead of Ar for long flags 2020-06-08 21:11:34 +00:00
mkimg.c
mkimg.h
qcow.c
raw.c
scheme.c
scheme.h
uuid.c
vhd.c
vhdx.c Fix invalid VHDX generation for image larger than 4Gb 2020-07-13 02:24:31 +00:00
vmdk.c
vtoc8.c