aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/scheme.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded headers.Xin LI2019-01-061-2/+0
* Prefer <stdint.h> over <sys/types.h>. While here remove redundantMarcel Moolenaar2016-10-031-1/+0
* Replace the use of linker sets with constructors for both theMarcel Moolenaar2016-09-251-5/+18
* Add ppcboot FAT type. Needed to create a bootable powerpc image.Warner Losh2015-12-111-0/+1
* mkimg: support fat16b partitions (MBR type 06h)Ed Maste2015-10-151-0/+1
* Add the ntfs alias and support it with the MBR and GPT schemesMarcel Moolenaar2015-06-271-0/+1
* Don't require a scheme if no partitions are given. Change the codeMarcel Moolenaar2015-02-221-7/+9
* In scheme_write(), don't overwrite the end parameter with theMarcel Moolenaar2015-02-221-1/+0
* Fix partition alignment and image rounding when any of -P (block size),Marcel Moolenaar2014-09-191-3/+1
* Fix CID 1215125: fstat(2) returns -1 on error and sets errno. It doesMarcel Moolenaar2014-05-211-4/+2
* MFuser/marcel/mkimg:Marcel Moolenaar2014-05-151-11/+4
* Add mkimg, a utility for making disk images from raw partition contents.Marcel Moolenaar2014-03-291-0/+197