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
*
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
*
In apm_write(), both fd and imgsz are referenced, so don't mark the
marcel
2014-05-06
1
-1
/
+1
*
Add freebsd-boot to recognized partition types.
nwhitehorn
2014-05-01
1
-0
/
+1
*
Fix build on FreeBSD 7 where:
marcel
2014-03-29
3
-3
/
+26
*
Fix build on FreeBSD 8 where partition types for nandfs do not exist.
marcel
2014-03-29
4
-0
/
+17
*
Fix build on FreeBSD 9 where <sys/pc98.h> has the same defines as
marcel
2014-03-29
1
-0
/
+13
*
Add mkimg, a utility for making disk images from raw partition contents.
marcel
2014-03-29
13
-0
/
+2080