summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg
Commit message (Expand)AuthorAgeFilesLines
* 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