summaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/image.c
Commit message (Expand)AuthorAgeFilesLines
* Allow building mkimg as cross-toolSimon J. Gerraty2017-03-031-13/+27
* Prefer <stdint.h> over <sys/types.h>. While here remove redundantMarcel Moolenaar2016-10-031-2/+0
* Replace STAILQ with TAILQ. TAILQs are portable enough that they canMarcel Moolenaar2016-10-031-13/+13
* Portability changes:Marcel Moolenaar2016-09-261-4/+21
* Eliminate the use of EDOOFUS. The error code was used to signalMarcel Moolenaar2016-09-261-3/+2
* mkimg: Indicate that input file pages are unlikely to be reused.Mark Johnston2016-06-011-0/+3
* Make image_copyout_zeroes() an interface function.Marcel Moolenaar2015-08-031-6/+6
* SEEK_DATA has interesting behaviour for sparse files on ZFS. A sparse fileMarcel Moolenaar2014-11-121-3/+5
* Improve performance of mking(1) by keeping a list of "chunks" in memory,Marcel Moolenaar2014-10-011-93/+585
* Add image_data() for checking whether a sequence of blocks has data.Marcel Moolenaar2014-07-151-3/+37
* Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-VMarcel Moolenaar2014-07-031-9/+26
* Create our temporary file in $TMPDIR, if the environment variableMarcel Moolenaar2014-05-221-1/+9
* Fix CID 1215124: Handle errors properly.Marcel Moolenaar2014-05-211-1/+5
* Fix CID 1215129: move the call to lseek(2) before the call to malloc(3)Marcel Moolenaar2014-05-211-2/+2
* MFuser/marcel/mkimg:Marcel Moolenaar2014-05-151-0/+167