summaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/bsd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded headers.Xin LI2019-01-061-1/+0
* o Provide a private definition for UUIDs (mkimg_uuid_t) becauseMarcel Moolenaar2016-10-181-1/+1
* Switch to using the portable partition scheme headers.Marcel Moolenaar2016-10-161-19/+15
* Prefer <stdint.h> over <sys/types.h>. While here remove redundantMarcel Moolenaar2016-10-031-2/+3
* Replace STAILQ with TAILQ. TAILQs are portable enough that they canMarcel Moolenaar2016-10-031-1/+1
* Avoid depending on the <sys/endian.h> header for le*enc and be*enc.Marcel Moolenaar2016-09-261-1/+1
* Fix partition alignment and image rounding when any of -P (block size),Marcel Moolenaar2014-09-191-11/+9
* Be compatible with boot code that starts right after the disk label inMarcel Moolenaar2014-09-121-1/+4
* Fix checksum calculation:Marcel Moolenaar2014-09-121-4/+7
* Fix CID 1204379 (vtoc8.c) & CID 1204380 (bsd.c): Cast ncyls to lba_tMarcel Moolenaar2014-05-211-1/+1
* Fix CID 1215128: Free the allocated buf when image_set_size()Marcel Moolenaar2014-05-211-1/+3
* MFuser/marcel/mkimg:Marcel Moolenaar2014-05-151-3/+6
* Add mkimg_write() which combines lseek(2) and write(2) and usesMarcel Moolenaar2014-05-061-5/+1
* Fix build on FreeBSD 8 where partition types for nandfs do not exist.Marcel Moolenaar2014-03-291-0/+4
* Add mkimg, a utility for making disk images from raw partition contents.Marcel Moolenaar2014-03-291-0/+130