summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg
Commit message (Expand)AuthorAgeFilesLines
* Add ppcboot FAT type. Needed to create a bootable powerpc image.imp2015-12-113-0/+6
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+19
* Fix a ton of speelling errorseadler2015-10-211-1/+1
* mkimg: support fat16b partitions (MBR type 06h)emaste2015-10-154-0/+10
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-2/+0
* Fix a few mandoc warnings.brueffer2015-08-121-1/+2
* Fix typo introduced in previous commit.marcel2015-08-071-1/+1
* o Fix a typo.marcel2015-08-071-2/+82
* Rebase after r286395: rounding fix for dynamic VHDmarcel2015-08-0728-402/+407
* Fix the dynamic VHD format to work with qemu. The size of the diskmarcel2015-08-071-37/+55
* Make image_copyout_zeroes() an interface function.marcel2015-08-032-6/+7
* Add the ntfs alias and support it with the MBR and GPT schemesmarcel2015-06-274-0/+5
* Rebase after r284658:marcel2015-06-2156-711/+710
* Microsoft Azure expects the creator OS to be "Wi2k" and not "FBSD".marcel2015-06-212-3/+3
* Rebase the fixed VHD images after the rounding fix.marcel2015-06-2128-314/+310
* Microsoft Azure demands that fixed VHD images are a whole numbermarcel2015-06-211-0/+9
* Don't resize again prior to writing. Resizing may not be idempotentmarcel2015-06-211-5/+1
* Update tests after sizing changes to the fixed VHD format.marcel2015-06-1128-309/+314
* Handle the case in which ncyls is 0.marcel2015-06-111-3/+5
* For the fixed VHD format, round the raw image size to the nextmarcel2015-06-111-42/+59
* Add the -c option for specifying the capacity of the disk image. Whenmarcel2015-02-223-15/+64
* Don't require a scheme if no partitions are given. Change the codemarcel2015-02-222-10/+13
* In scheme_write(), don't overwrite the end parameter with themarcel2015-02-221-1/+0
* Remove extraneous parenthesis in assignment.marcel2015-02-221-1/+1
* mkimg: Add MBR EFI partition typeemaste2015-01-091-0/+4
* The size of the first level reference count table is given in terms of themarcel2014-12-122-5/+6
* Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+1
* Add missing commas to .Xr.trasz2014-11-141-3/+3
* SEEK_DATA has interesting behaviour for sparse files on ZFS. A sparse filemarcel2014-11-121-3/+5
* Update baseline files for EBR, MBR and PC98 now that mkimg fills inmarcel2014-10-0336-1229/+1227
* Add mkimg_chs() for those schemes that need the LBA broken down intomarcel2014-10-036-21/+58
* Improve performance of mking(1) by keeping a list of "chunks" in memory,marcel2014-10-012-94/+586
* Suffix the cookie constants with ULL to silence warnings from compilersmarcel2014-10-011-2/+2
* Update the usage message and the man page to account for the new longmarcel2014-09-273-10/+40
* Add 3 long options for getting information about mkimg itself:marcel2014-09-272-13/+90
* Add baseline files for QCOW2.marcel2014-09-2429-1/+625
* Finish QCOW version 2 and stop making it conditional.marcel2014-09-241-44/+66
* Update the baseline for QCOW version 1. A bug was found that renderedmarcel2014-09-2428-1466/+3456
* Fix the creation of the L2 cluster table for version 1. The blkofsmarcel2014-09-241-44/+77
* Clean the generated baseline files by adding them to CLEANFILES.marcel2014-09-241-0/+2
* Rename the tests to something more meaningful. I spent way too longmarcel2014-09-221-5/+2
* Don't update the baseline file when the result of the test is identicalmarcel2014-09-221-5/+30
* Don't echo '# $FreeBSD$' as the first line into the .uu file. Keywordmarcel2014-09-221-1/+2
* Update the unit tests to include the QCOW (version 1) format.marcel2014-09-2229-1/+1579
* Add support for QCOW version 1. Version 2 is partially implemented.marcel2014-09-222-0/+315
* Add unit tests for mkimg(1):marcel2014-09-20115-0/+3757
* Fix partition alignment and image rounding when any of -P (block size),marcel2014-09-1910-54/+54
* Add support for adding empty partition entries. I.e. skip partitionmarcel2014-09-122-1/+29
* Be compatible with boot code that starts right after the disk label inmarcel2014-09-121-1/+4
* Fix checksum calculation:marcel2014-09-121-4/+7
OpenPOWER on IntegriCloud