aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/ebr.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-9/+2
* 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/+2
* Avoid depending on the <sys/endian.h> header for le*enc and be*enc.Marcel Moolenaar2016-09-261-1/+1
* mkimg: support fat16b partitions (MBR type 06h)Ed Maste2015-10-151-0/+4
* Add mkimg_chs() for those schemes that need the LBA broken down intoMarcel Moolenaar2014-10-031-9/+13
* Fix partition alignment and image rounding when any of -P (block size),Marcel Moolenaar2014-09-191-5/+4
* MFuser/marcel/mkimg:Marcel Moolenaar2014-05-151-2/+3
* Add mkimg_write() which combines lseek(2) and write(2) and usesMarcel Moolenaar2014-05-061-5/+1
* Fix build on FreeBSD 7 where:Marcel Moolenaar2014-03-291-0/+4
* Add mkimg, a utility for making disk images from raw partition contents.Marcel Moolenaar2014-03-291-0/+128