index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
mkimg
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the -c option for specifying the capacity of the disk image. When
marcel
2015-02-22
3
-15
/
+64
*
Don't require a scheme if no partitions are given. Change the code
marcel
2015-02-22
2
-10
/
+13
*
In scheme_write(), don't overwrite the end parameter with the
marcel
2015-02-22
1
-1
/
+0
*
Remove extraneous parenthesis in assignment.
marcel
2015-02-22
1
-1
/
+1
*
mkimg: Add MBR EFI partition type
emaste
2015-01-09
1
-0
/
+4
*
The size of the first level reference count table is given in terms of the
marcel
2014-12-12
2
-5
/
+6
*
Convert to usr.bin/ to LIBADD
bapt
2014-11-25
1
-2
/
+1
*
Add missing commas to .Xr.
trasz
2014-11-14
1
-3
/
+3
*
SEEK_DATA has interesting behaviour for sparse files on ZFS. A sparse file
marcel
2014-11-12
1
-3
/
+5
*
Update baseline files for EBR, MBR and PC98 now that mkimg fills in
marcel
2014-10-03
36
-1229
/
+1227
*
Add mkimg_chs() for those schemes that need the LBA broken down into
marcel
2014-10-03
6
-21
/
+58
*
Improve performance of mking(1) by keeping a list of "chunks" in memory,
marcel
2014-10-01
2
-94
/
+586
*
Suffix the cookie constants with ULL to silence warnings from compilers
marcel
2014-10-01
1
-2
/
+2
*
Update the usage message and the man page to account for the new long
marcel
2014-09-27
3
-10
/
+40
*
Add 3 long options for getting information about mkimg itself:
marcel
2014-09-27
2
-13
/
+90
*
Add baseline files for QCOW2.
marcel
2014-09-24
29
-1
/
+625
*
Finish QCOW version 2 and stop making it conditional.
marcel
2014-09-24
1
-44
/
+66
*
Update the baseline for QCOW version 1. A bug was found that rendered
marcel
2014-09-24
28
-1466
/
+3456
*
Fix the creation of the L2 cluster table for version 1. The blkofs
marcel
2014-09-24
1
-44
/
+77
*
Clean the generated baseline files by adding them to CLEANFILES.
marcel
2014-09-24
1
-0
/
+2
*
Rename the tests to something more meaningful. I spent way too long
marcel
2014-09-22
1
-5
/
+2
*
Don't update the baseline file when the result of the test is identical
marcel
2014-09-22
1
-5
/
+30
*
Don't echo '# $FreeBSD$' as the first line into the .uu file. Keyword
marcel
2014-09-22
1
-1
/
+2
*
Update the unit tests to include the QCOW (version 1) format.
marcel
2014-09-22
29
-1
/
+1579
*
Add support for QCOW version 1. Version 2 is partially implemented.
marcel
2014-09-22
2
-0
/
+315
*
Add unit tests for mkimg(1):
marcel
2014-09-20
115
-0
/
+3757
*
Fix partition alignment and image rounding when any of -P (block size),
marcel
2014-09-19
10
-54
/
+54
*
Add support for adding empty partition entries. I.e. skip partition
marcel
2014-09-12
2
-1
/
+29
*
Be compatible with boot code that starts right after the disk label in
marcel
2014-09-12
1
-1
/
+4
*
Fix checksum calculation:
marcel
2014-09-12
1
-4
/
+7
*
Create a redundant grain directory and table. Previously we were
marcel
2014-08-09
1
-5
/
+23
*
Fix builds on older FreeBSD versions and/or non-FreeBSD machines:
marcel
2014-07-23
1
-0
/
+8
*
Add support for the fixed image type. The fixed image is effectively
marcel
2014-07-17
1
-93
/
+153
*
Add a bandaid to fix GCC build (on sparc64 et al).
delphij
2014-07-15
1
-0
/
+1
*
Add image_data() for checking whether a sequence of blocks has data.
marcel
2014-07-15
4
-14
/
+77
*
Make this compile on older FreeBSD versions that don't have
marcel
2014-07-11
1
-0
/
+3
*
Document the -y option as a unit test option.
marcel
2014-07-04
2
-2
/
+15
*
Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-V
marcel
2014-07-03
9
-14
/
+364
*
Add a ful stop after FreeBSD's version in the history section.
marcel
2014-07-02
1
-2
/
+2
*
Prepare for merging to stable/10: update the history section.
marcel
2014-07-02
1
-3
/
+3
*
Minor mdoc improvements.
joel
2014-06-06
1
-5
/
+6
*
Create our temporary file in $TMPDIR, if the environment variable
marcel
2014-05-22
2
-2
/
+15
*
Fix CID 1204379 (vtoc8.c) & CID 1204380 (bsd.c): Cast ncyls to lba_t
marcel
2014-05-21
2
-2
/
+2
*
Fix CID 1204394: Use strncpy(3) instead of strcpy(3). Note that it's
marcel
2014-05-21
1
-4
/
+6
*
Fix CID 1215124: Handle errors properly.
marcel
2014-05-21
1
-1
/
+5
*
Fix CID 1215125: fstat(2) returns -1 on error and sets errno. It does
marcel
2014-05-21
1
-4
/
+2
*
Fix CID 1215128: Free the allocated buf when image_set_size()
marcel
2014-05-21
1
-1
/
+3
*
Fix CID 1215129: move the call to lseek(2) before the call to malloc(3)
marcel
2014-05-21
1
-2
/
+2
*
MFuser/marcel/mkimg:
marcel
2014-05-15
19
-160
/
+775
*
Add mkimg_write() which combines lseek(2) and write(2) and uses
marcel
2014-05-06
9
-51
/
+25
[next]