summaryrefslogtreecommitdiff
path: root/usr.bin/mkimg
Commit message (Expand)AuthorAgeFilesLines
* mkimg(1): MFC: process non-seekable output gracefullyEugene Grosbein2024-03-192-2/+15
* mkimg.1: add new PARTITION SPECIFICATION sectionEugene Grosbein2024-03-011-1/+38
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-23173-173/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2315-30/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-235-10/+0
* base: Remove support for the VTOC8 partitioning schemeMarius Strobl2023-08-063-116/+2
* mkimg: zero entry in vhdx_write_metadataEd Maste2021-11-281-0/+1
* mkimg(1): Correct a typo in the usage outputGordon Bergling2021-08-141-1/+1
* mkimg: Add fat32lba partition typeJose Luis Duran2021-06-294-0/+4
* Add GPT PREP-boot type to mkimg(1) from geom_gpt.Nathan Whitehorn2021-04-151-0/+2
* mkimg: Add support for offset if the source is an imageEmmanuel Vadot2021-03-021-8/+11
* mkimg: We always want the last block of the last inserted partitionEmmanuel Vadot2021-03-021-4/+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-17/+37
* 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