aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg
Commit message (Expand)AuthorAgeFilesLines
* Add the -c option for specifying the capacity of the disk image. WhenMarcel Moolenaar2015-02-223-15/+64
* Don't require a scheme if no partitions are given. Change the codeMarcel Moolenaar2015-02-222-10/+13
* In scheme_write(), don't overwrite the end parameter with theMarcel Moolenaar2015-02-221-1/+0
* Remove extraneous parenthesis in assignment.Marcel Moolenaar2015-02-221-1/+1
* mkimg: Add MBR EFI partition typeEd Maste2015-01-091-0/+4
* The size of the first level reference count table is given in terms of theMarcel Moolenaar2014-12-122-5/+6
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
* Add missing commas to .Xr.Edward Tomasz Napierala2014-11-141-3/+3
* SEEK_DATA has interesting behaviour for sparse files on ZFS. A sparse fileMarcel Moolenaar2014-11-121-3/+5
* Update baseline files for EBR, MBR and PC98 now that mkimg fills inMarcel Moolenaar2014-10-0336-1229/+1227
* Add mkimg_chs() for those schemes that need the LBA broken down intoMarcel Moolenaar2014-10-036-21/+58
* Improve performance of mking(1) by keeping a list of "chunks" in memory,Marcel Moolenaar2014-10-012-94/+586
* Suffix the cookie constants with ULL to silence warnings from compilersMarcel Moolenaar2014-10-011-2/+2
* Update the usage message and the man page to account for the new longMarcel Moolenaar2014-09-273-10/+40
* Add 3 long options for getting information about mkimg itself:Marcel Moolenaar2014-09-272-13/+90
* Add baseline files for QCOW2.Marcel Moolenaar2014-09-2429-1/+625
* Finish QCOW version 2 and stop making it conditional.Marcel Moolenaar2014-09-241-44/+66
* Update the baseline for QCOW version 1. A bug was found that renderedMarcel Moolenaar2014-09-2428-1466/+3456
* Fix the creation of the L2 cluster table for version 1. The blkofsMarcel Moolenaar2014-09-241-44/+77
* Clean the generated baseline files by adding them to CLEANFILES.Marcel Moolenaar2014-09-241-0/+2
* Rename the tests to something more meaningful. I spent way too longMarcel Moolenaar2014-09-221-5/+2
* Don't update the baseline file when the result of the test is identicalMarcel Moolenaar2014-09-221-5/+30
* Don't echo '# $FreeBSD$' as the first line into the .uu file. KeywordMarcel Moolenaar2014-09-221-1/+2
* Update the unit tests to include the QCOW (version 1) format.Marcel Moolenaar2014-09-2229-1/+1579
* Add support for QCOW version 1. Version 2 is partially implemented.Marcel Moolenaar2014-09-222-0/+315
* Add unit tests for mkimg(1):Marcel Moolenaar2014-09-20115-0/+3757
* Fix partition alignment and image rounding when any of -P (block size),Marcel Moolenaar2014-09-1910-54/+54
* Add support for adding empty partition entries. I.e. skip partitionMarcel Moolenaar2014-09-122-1/+29
* Be compatible with boot code that starts right after the disk label inMarcel Moolenaar2014-09-121-1/+4
* Fix checksum calculation:Marcel Moolenaar2014-09-121-4/+7
* Create a redundant grain directory and table. Previously we wereMarcel Moolenaar2014-08-091-5/+23
* Fix builds on older FreeBSD versions and/or non-FreeBSD machines:Marcel Moolenaar2014-07-231-0/+8
* Add support for the fixed image type. The fixed image is effectivelyMarcel Moolenaar2014-07-171-93/+153
* Add a bandaid to fix GCC build (on sparc64 et al).Xin LI2014-07-151-0/+1
* Add image_data() for checking whether a sequence of blocks has data.Marcel Moolenaar2014-07-154-14/+77
* Make this compile on older FreeBSD versions that don't haveMarcel Moolenaar2014-07-111-0/+3
* Document the -y option as a unit test option.Marcel Moolenaar2014-07-042-2/+15
* Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-VMarcel Moolenaar2014-07-039-14/+364
* Add a ful stop after FreeBSD's version in the history section.Marcel Moolenaar2014-07-021-2/+2
* Prepare for merging to stable/10: update the history section.Marcel Moolenaar2014-07-021-3/+3
* Minor mdoc improvements.Joel Dahl2014-06-061-5/+6
* Create our temporary file in $TMPDIR, if the environment variableMarcel Moolenaar2014-05-222-2/+15
* Fix CID 1204379 (vtoc8.c) & CID 1204380 (bsd.c): Cast ncyls to lba_tMarcel Moolenaar2014-05-212-2/+2
* Fix CID 1204394: Use strncpy(3) instead of strcpy(3). Note that it'sMarcel Moolenaar2014-05-211-4/+6
* Fix CID 1215124: Handle errors properly.Marcel Moolenaar2014-05-211-1/+5
* Fix CID 1215125: fstat(2) returns -1 on error and sets errno. It doesMarcel Moolenaar2014-05-211-4/+2
* Fix CID 1215128: Free the allocated buf when image_set_size()Marcel Moolenaar2014-05-211-1/+3
* Fix CID 1215129: move the call to lseek(2) before the call to malloc(3)Marcel Moolenaar2014-05-211-2/+2
* MFuser/marcel/mkimg:Marcel Moolenaar2014-05-1519-160/+775
* Add mkimg_write() which combines lseek(2) and write(2) and usesMarcel Moolenaar2014-05-069-51/+25