summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/apm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix partition alignment and image rounding when any of -P (block size),marcel2014-09-191-5/+4
* Make this compile on older FreeBSD versions that don't havemarcel2014-07-111-0/+3
* Fix CID 1204394: Use strncpy(3) instead of strcpy(3). Note that it'smarcel2014-05-211-4/+6
* MFuser/marcel/mkimg:marcel2014-05-151-2/+3
* Add mkimg_write() which combines lseek(2) and write(2) and usesmarcel2014-05-061-7/+1
* 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 8 where partition types for nandfs do not exist.marcel2014-03-291-0/+4
* Add mkimg, a utility for making disk images from raw partition contents.marcel2014-03-291-0/+119
OpenPOWER on IntegriCloud