summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/mbr.c
Commit message (Expand)AuthorAgeFilesLines
* Add ppcboot FAT type. Needed to create a bootable powerpc image.imp2015-12-111-0/+4
* mkimg: support fat16b partitions (MBR type 06h)emaste2015-10-151-0/+4
* Add the ntfs alias and support it with the MBR and GPT schemesmarcel2015-06-271-0/+1
* mkimg: Add MBR EFI partition typeemaste2015-01-091-0/+4
* Add mkimg_chs() for those schemes that need the LBA broken down intomarcel2014-10-031-6/+10
* Fix partition alignment and image rounding when any of -P (block size),marcel2014-09-191-5/+4
* MFuser/marcel/mkimg:marcel2014-05-151-2/+3
* Add mkimg_write() which combines lseek(2) and write(2) and usesmarcel2014-05-061-5/+1
* Fix build on FreeBSD 7 where:marcel2014-03-291-0/+4
* Add mkimg, a utility for making disk images from raw partition contents.marcel2014-03-291-0/+115
OpenPOWER on IntegriCloud