summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/image.c
Commit message (Expand)AuthorAgeFilesLines
* mkimg: Indicate that input file pages are unlikely to be reused.markj2016-06-011-0/+3
* Make image_copyout_zeroes() an interface function.marcel2015-08-031-6/+6
* SEEK_DATA has interesting behaviour for sparse files on ZFS. A sparse filemarcel2014-11-121-3/+5
* Improve performance of mking(1) by keeping a list of "chunks" in memory,marcel2014-10-011-93/+585
* Add image_data() for checking whether a sequence of blocks has data.marcel2014-07-151-3/+37
* Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-Vmarcel2014-07-031-9/+26
* Create our temporary file in $TMPDIR, if the environment variablemarcel2014-05-221-1/+9
* Fix CID 1215124: Handle errors properly.marcel2014-05-211-1/+5
* Fix CID 1215129: move the call to lseek(2) before the call to malloc(3)marcel2014-05-211-2/+2
* MFuser/marcel/mkimg:marcel2014-05-151-0/+167
OpenPOWER on IntegriCloud