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
apm.c
bsd.c
ebr.c
endian.h
format.c
format.h
gpt.c
image.c
image.h
Makefile
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