aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg
Commit message (Expand)AuthorAgeFilesLines
* mkimg(1): process non-seekable output gracefullyEugene Grosbein2024-03-122-2/+15
* mkimg.1: add new PARTITION SPECIFICATION sectionEugene Grosbein2024-02-271-1/+38
* mkimg(1): Fix typoYu-Hsun Chen2023-12-171-1/+1
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one line sh-patternJose Luis Duran2023-10-1829-31/+1
* mkimg: Regenerate all the tests for gptWarner Losh2023-10-1728-3754/+3798
* mkimg_test: remove vtoc8 images, they aren't neededWarner Losh2023-10-1728-4472/+0
* mkimg: Ensure GPT Entry Array is at least 16kWarner Losh2023-10-171-4/+12
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-16174-174/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1615-30/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* base: Remove support for the VTOC8 partitioning schemeMarius Strobl2023-07-263-116/+2
* Build host tools on non-FreeBSD host with DIRDEPS_BUILDSimon J. Gerraty2023-04-222-0/+17
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* mkimg: zero entry in vhdx_write_metadataEd Maste2021-11-211-0/+1
* mkimg(1): Correct a typo in the usage outputGordon Bergling2021-08-091-1/+1
* mkimg: Add fat32lba partition typeJose Luis Duran2021-06-224-0/+4
* mkimg: Add support for offset if the source is an imageEmmanuel Vadot2021-02-251-8/+11
* mkimg: We always want the last block of the last inserted partitionEmmanuel Vadot2021-02-251-4/+2
* Add GPT PREP-boot type to mkimg(1) from geom_gpt.Nathan Whitehorn2021-02-241-0/+2
* 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