]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC mkimg(1) -- revisions 268159, 268134, 266556, 266514, 266513,
authormarcel <marcel@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 2 Jul 2014 14:54:41 +0000 (14:54 +0000)
committermarcel <marcel@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 2 Jul 2014 14:54:41 +0000 (14:54 +0000)
commit740c1e807df190029c107b35364b00ad4e11baa8
tree26c8d3108a777e90434c7a3347a4cfee6c3ed237
parent2b616ddf53a1a6e79a5508d3e920814f87474b02
MFC mkimg(1) -- revisions 268159, 268134, 266556, 266514, 266513,
266512, 266511, 266510, 266509, 266176, 265468, 265467,
265462, 265170, 263926, 263924, 263923, 263919 and 263918.

Revision 267182 changed mkimg.1 alongside other unrelated manpages.
The change to mkimg.1 has been applied without registering a merge
of the revision. This allows a future merge of r267182 to happen.

Relnotes: yes

git-svn-id: svn://svn.freebsd.org/base/stable/10@268161 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
20 files changed:
usr.bin/Makefile
usr.bin/mkimg/Makefile [new file with mode: 0644]
usr.bin/mkimg/apm.c [new file with mode: 0644]
usr.bin/mkimg/bsd.c [new file with mode: 0644]
usr.bin/mkimg/ebr.c [new file with mode: 0644]
usr.bin/mkimg/format.c [new file with mode: 0644]
usr.bin/mkimg/format.h [new file with mode: 0644]
usr.bin/mkimg/gpt.c [new file with mode: 0644]
usr.bin/mkimg/image.c [new file with mode: 0644]
usr.bin/mkimg/image.h [new file with mode: 0644]
usr.bin/mkimg/mbr.c [new file with mode: 0644]
usr.bin/mkimg/mkimg.1 [new file with mode: 0644]
usr.bin/mkimg/mkimg.c [new file with mode: 0644]
usr.bin/mkimg/mkimg.h [new file with mode: 0644]
usr.bin/mkimg/pc98.c [new file with mode: 0644]
usr.bin/mkimg/raw.c [new file with mode: 0644]
usr.bin/mkimg/scheme.c [new file with mode: 0644]
usr.bin/mkimg/scheme.h [new file with mode: 0644]
usr.bin/mkimg/vmdk.c [new file with mode: 0644]
usr.bin/mkimg/vtoc8.c [new file with mode: 0644]