summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/bsd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix partition alignment and image rounding when any of -P (block size),marcel2014-09-191-11/+9
* Be compatible with boot code that starts right after the disk label inmarcel2014-09-121-1/+4
* Fix checksum calculation:marcel2014-09-121-4/+7
* Fix CID 1204379 (vtoc8.c) & CID 1204380 (bsd.c): Cast ncyls to lba_tmarcel2014-05-211-1/+1
* Fix CID 1215128: Free the allocated buf when image_set_size()marcel2014-05-211-1/+3
* MFuser/marcel/mkimg:marcel2014-05-151-3/+6
* Add mkimg_write() which combines lseek(2) and write(2) and usesmarcel2014-05-061-5/+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/+130
OpenPOWER on IntegriCloud