summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg
Commit message (Expand)AuthorAgeFilesLines
...
* Finish QCOW version 2 and stop making it conditional.marcel2014-09-241-44/+66
* Update the baseline for QCOW version 1. A bug was found that renderedmarcel2014-09-2428-1466/+3456
* Fix the creation of the L2 cluster table for version 1. The blkofsmarcel2014-09-241-44/+77
* Clean the generated baseline files by adding them to CLEANFILES.marcel2014-09-241-0/+2
* Rename the tests to something more meaningful. I spent way too longmarcel2014-09-221-5/+2
* Don't update the baseline file when the result of the test is identicalmarcel2014-09-221-5/+30
* Don't echo '# $FreeBSD$' as the first line into the .uu file. Keywordmarcel2014-09-221-1/+2
* Update the unit tests to include the QCOW (version 1) format.marcel2014-09-2229-1/+1579
* Add support for QCOW version 1. Version 2 is partially implemented.marcel2014-09-222-0/+315
* Add unit tests for mkimg(1):marcel2014-09-20115-0/+3757
* Fix partition alignment and image rounding when any of -P (block size),marcel2014-09-1910-54/+54
* Add support for adding empty partition entries. I.e. skip partitionmarcel2014-09-122-1/+29
* Be compatible with boot code that starts right after the disk label inmarcel2014-09-121-1/+4
* Fix checksum calculation:marcel2014-09-121-4/+7
* Create a redundant grain directory and table. Previously we weremarcel2014-08-091-5/+23
* Fix builds on older FreeBSD versions and/or non-FreeBSD machines:marcel2014-07-231-0/+8
* Add support for the fixed image type. The fixed image is effectivelymarcel2014-07-171-93/+153
* Add a bandaid to fix GCC build (on sparc64 et al).delphij2014-07-151-0/+1
* Add image_data() for checking whether a sequence of blocks has data.marcel2014-07-154-14/+77
* Make this compile on older FreeBSD versions that don't havemarcel2014-07-111-0/+3
* Document the -y option as a unit test option.marcel2014-07-042-2/+15
* Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-Vmarcel2014-07-039-14/+364
* Add a ful stop after FreeBSD's version in the history section.marcel2014-07-021-2/+2
* Prepare for merging to stable/10: update the history section.marcel2014-07-021-3/+3
* Minor mdoc improvements.joel2014-06-061-5/+6
* Create our temporary file in $TMPDIR, if the environment variablemarcel2014-05-222-2/+15
* Fix CID 1204379 (vtoc8.c) & CID 1204380 (bsd.c): Cast ncyls to lba_tmarcel2014-05-212-2/+2
* Fix CID 1204394: Use strncpy(3) instead of strcpy(3). Note that it'smarcel2014-05-211-4/+6
* Fix CID 1215124: Handle errors properly.marcel2014-05-211-1/+5
* Fix CID 1215125: fstat(2) returns -1 on error and sets errno. It doesmarcel2014-05-211-4/+2
* Fix CID 1215128: Free the allocated buf when image_set_size()marcel2014-05-211-1/+3
* 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-1519-160/+775
* Add mkimg_write() which combines lseek(2) and write(2) and usesmarcel2014-05-069-51/+25
* In apm_write(), both fd and imgsz are referenced, so don't mark themarcel2014-05-061-1/+1
* Add freebsd-boot to recognized partition types.nwhitehorn2014-05-011-0/+1
* Fix build on FreeBSD 7 where:marcel2014-03-293-3/+26
* Fix build on FreeBSD 8 where partition types for nandfs do not exist.marcel2014-03-294-0/+17
* Fix build on FreeBSD 9 where <sys/pc98.h> has the same defines asmarcel2014-03-291-0/+13
* Add mkimg, a utility for making disk images from raw partition contents.marcel2014-03-2913-0/+2080
OpenPOWER on IntegriCloud