]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/mkimg
MFV r285191: tcpdump 4.7.4.
[FreeBSD/FreeBSD.git] / usr.bin / mkimg /
2014-09-24 marcelUpdate the baseline for QCOW version 1. A bug was found...
2014-09-24 marcelFix the creation of the L2 cluster table for version...
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-24 marcelClean the generated baseline files by adding them to...
2014-09-22 marcelRename the tests to something more meaningful. I spent...
2014-09-22 marcelDon't update the baseline file when the result of the...
2014-09-22 marcelDon't echo '# $FreeBSD$' as the first line into the...
2014-09-22 marcelUpdate the unit tests to include the QCOW (version...
2014-09-22 marcelAdd support for QCOW version 1. Version 2 is partially...
2014-09-20 marcelAdd unit tests for mkimg(1):
2014-09-20 neelIFC @r271887
2014-09-19 marcelFix partition alignment and image rounding when any...
2014-09-17 neelIFC @r271694
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-12 marcelAdd support for adding empty partition entries. I.e...
2014-09-12 marcelBe compatible with boot code that starts right after...
2014-09-12 marcelFix checksum calculation:
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-02 neelIFC @r269962
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-19 sjgMerge head from 7/28
2014-08-13 melifaroSync to HEAD@r269943.
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-09 marcelCreate a redundant grain directory and table. Previousl...
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-07-23 marcelFix builds on older FreeBSD versions and/or non-FreeBSD...
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-17 marcelAdd support for the fixed image type. The fixed image...
2014-07-15 delphijAdd a bandaid to fix GCC build (on sparc64 et al).
2014-07-15 marcelAdd image_data() for checking whether a sequence of...
2014-07-11 marcelMake this compile on older FreeBSD versions that don...
2014-07-04 marcelDocument the -y option as a unit test option.
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-02 marcelAdd a ful stop after FreeBSD's version in the history...
2014-07-02 marcelPrepare for merging to stable/10: update the history...
2014-07-01 delphijMFV r267565:
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-15 pfgMFV r266988:
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-06 joelMinor mdoc improvements.
2014-06-03 grehanMFC @ r266724
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-22 marcelCreate our temporary file in $TMPDIR, if the environmen...
2014-05-21 marcelFix CID 1204379 (vtoc8.c) & CID 1204380 (bsd.c): Cast...
2014-05-21 marcelFix CID 1204394: Use strncpy(3) instead of strcpy(3...
2014-05-21 marcelFix CID 1215124: Handle errors properly.
2014-05-21 marcelFix CID 1215125: fstat(2) returns -1 on error and sets...
2014-05-21 marcelFix CID 1215128: Free the allocated buf when image_set_...
2014-05-21 marcelFix CID 1215129: move the call to lseek(2) before the...
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-08 sjgMerge from head
2014-05-06 marcelAdd mkimg_write() which combines lseek(2) and write...
2014-05-06 marcelIn apm_write(), both fd and imgsz are referenced, so...
2014-05-01 nwhitehornAdd freebsd-boot to recognized partition types.
2014-04-28 sjgMerge head
2014-04-27 sjgMerge head
2014-04-23 baptUpdate to byacc 20140409
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelFix build on FreeBSD 7 where:
2014-03-29 marcelFix build on FreeBSD 8 where partition types for nandfs...
2014-03-29 marcelFix build on FreeBSD 9 where <sys/pc98.h> has the same...
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...