aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg
Commit message (Expand)AuthorAgeFilesLines
* Portability changes:Marcel Moolenaar2016-09-261-4/+21
* Avoid depending on the <sys/endian.h> header for le*enc and be*enc.Marcel Moolenaar2016-09-2612-11/+116
* Eliminate the use of EDOOFUS. The error code was used to signalMarcel Moolenaar2016-09-262-7/+6
* Replace the use of linker sets with constructors for both theMarcel Moolenaar2016-09-255-30/+61
* Update local variable 'block' after calling capacity_resize(),Marcel Moolenaar2016-09-241-3/+6
* Update mkimg(1) author's contact infoAlan Somers2016-09-211-1/+1
* mkimg(1): minor cleanups with argument order in calloc(3).Pedro F. Giffuni2016-07-121-5/+5
* mkimg: bump version to 20151211 after r292082Ed Maste2016-06-171-1/+1
* mkimg: Indicate that input file pages are unlikely to be reused.Mark Johnston2016-06-011-0/+3
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-6/+3
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Add ppcboot FAT type. Needed to create a bootable powerpc image.Warner Losh2015-12-113-0/+6
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+19
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* mkimg: support fat16b partitions (MBR type 06h)Ed Maste2015-10-154-0/+10
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Fix a few mandoc warnings.Christian Brueffer2015-08-121-1/+2
* Fix typo introduced in previous commit.Marcel Moolenaar2015-08-071-1/+1
* o Fix a typo.Marcel Moolenaar2015-08-071-2/+82
* Rebase after r286395: rounding fix for dynamic VHDMarcel Moolenaar2015-08-0728-402/+407
* Fix the dynamic VHD format to work with qemu. The size of the diskMarcel Moolenaar2015-08-071-37/+55
* Make image_copyout_zeroes() an interface function.Marcel Moolenaar2015-08-032-6/+7
* Add the ntfs alias and support it with the MBR and GPT schemesMarcel Moolenaar2015-06-274-0/+5
* Rebase after r284658:Marcel Moolenaar2015-06-2156-711/+710
* Microsoft Azure expects the creator OS to be "Wi2k" and not "FBSD".Marcel Moolenaar2015-06-212-3/+3
* Rebase the fixed VHD images after the rounding fix.Marcel Moolenaar2015-06-2128-314/+310
* Microsoft Azure demands that fixed VHD images are a whole numberMarcel Moolenaar2015-06-211-0/+9
* Don't resize again prior to writing. Resizing may not be idempotentMarcel Moolenaar2015-06-211-5/+1
* Update tests after sizing changes to the fixed VHD format.Marcel Moolenaar2015-06-1128-309/+314
* Handle the case in which ncyls is 0.Marcel Moolenaar2015-06-111-3/+5
* For the fixed VHD format, round the raw image size to the nextMarcel Moolenaar2015-06-111-42/+59
* 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