freebsd-dev/usr.bin/mkimg
Marcel Moolenaar 04ca14cc2a Fix checksum calculation:
1.  Iterate over all partitions counted in the label, which can be more
    than the number of partitions given to mkimg(1).
2.  Start the checksum from the beginning of the label; not the beginning
    of the bootarea.

Tested with bsdlabel(8).

MFC after:	3 days
2014-09-12 03:54:16 +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 checksum calculation: 2014-09-12 03:54:16 +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 Fix builds on older FreeBSD versions and/or non-FreeBSD machines: 2014-07-23 18:05:39 +00:00
vmdk.c Create a redundant grain directory and table. Previously we were 2014-08-09 04:47:12 +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