aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wpointer-sign warnings in makefs and mkimgAlex Richardson2021-01-071-1/+1
* Significantly speed up mkimg_testAlex Richardson2020-10-182-3/+19
* Fix a few mandoc issuesGordon Bergling2020-10-091-2/+2
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-2/+0
* Fix invalid VHDX generation for image larger than 4GbOleksandr Tymoshenko2020-07-131-4/+4
* Revert r362466Baptiste Daroussin2020-06-221-1/+1
* Improve wording to be more precise and clear.Hans Petter Selasky2020-06-211-1/+1
* Use Fl instead of Ar for long flagsMateusz Piotrowski2020-06-081-5/+5
* Add VHDX support to mkimg(1)Oleksandr Tymoshenko2020-06-0828-1/+2510
* Allow bootstrapping mkimg on macOS/LinuxAlex Richardson2020-01-161-0/+2
* Don't compress and uuencode the "hexdump -C" output files. JustMarcel Moolenaar2019-03-09290-6701/+26409
* Round # partitions up to fill the last GPT table sectorMarcel Moolenaar2019-03-0526-1094/+1097
* Remove unneeded headers.Xin LI2019-01-0614-24/+2
* Fix a conditional that got mucked up.Benno Rice2018-04-121-2/+2
* Add the ability to specify absolute and relative offsets to size partitions.Benno Rice2018-04-122-21/+104
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Update the usr.bin/mkimg golden test output files after ^/head@r319125Enji Cooper2017-05-3124-867/+868
* Fix "make rebase" after ^/head@r315776Enji Cooper2017-05-311-3/+4
* Formalize the dependent/dependency relationship for <foo>.gz.uu vs <foo>Enji Cooper2017-05-311-2/+6
* mkimg: Correct an off by one error in the PMBR sizeEmmanuel Vadot2017-05-291-1/+1
* mkimg: Add -C argument to specify maximum capacityEmmanuel Vadot2017-05-102-16/+53
* Rename tests from <foo> to <foo>_test to match the FreeBSD test suiteEnji Cooper2017-03-232-1/+1
* mkimg(1): let calloc(3) do the multiplication.Pedro F. Giffuni2017-03-131-3/+3
* Allow building mkimg as cross-toolSimon J. Gerraty2017-03-034-18/+38
* Add missing section in manpage referenceBaptiste Daroussin2017-02-111-1/+1
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-2827-1222/+3
* Add a new flag to mkimg (-a num) to specify the active partition forWarner Losh2016-10-184-3/+37
* o Provide a private definition for UUIDs (mkimg_uuid_t) becauseMarcel Moolenaar2016-10-1812-81/+168
* Switch to using the portable partition scheme headers.Marcel Moolenaar2016-10-168-77/+25
* Replace OFF_MAX with INT64_MAX. The former is defined on Linux.Marcel Moolenaar2016-10-031-1/+1
* Prefer <stdint.h> over <sys/types.h>. While here remove redundantMarcel Moolenaar2016-10-0315-25/+24
* Replace STAILQ with TAILQ. TAILQs are portable enough that they canMarcel Moolenaar2016-10-0310-26/+27
* 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