Bring the gpt labeling program in from FreeBSD.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 16 Jun 2007 22:29:27 +0000 (22:29 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 16 Jun 2007 22:29:27 +0000 (22:29 +0000)
commitfb9cffefa185c1566efb99ee0116dee4a8527bc5
treef5d55a64b3ddf76d4a56560a1bc490037de63b8a
parent54f91c64155d6a83781ff9b7b42b456c84869b96
Bring the gpt labeling program in from FreeBSD.

Obtained-from: FreeBSD / Marcel Moolenaar
15 files changed:
sbin/Makefile
sbin/gpt/Makefile [new file with mode: 0644]
sbin/gpt/add.c [new file with mode: 0644]
sbin/gpt/create.c [new file with mode: 0644]
sbin/gpt/destroy.c [new file with mode: 0644]
sbin/gpt/gpt.8 [new file with mode: 0644]
sbin/gpt/gpt.c [new file with mode: 0644]
sbin/gpt/gpt.h [new file with mode: 0644]
sbin/gpt/label.c [new file with mode: 0644]
sbin/gpt/map.c [new file with mode: 0644]
sbin/gpt/map.h [new file with mode: 0644]
sbin/gpt/migrate.c [new file with mode: 0644]
sbin/gpt/recover.c [new file with mode: 0644]
sbin/gpt/remove.c [new file with mode: 0644]
sbin/gpt/show.c [new file with mode: 0644]