freebsd-dev/sbin/gpt
Marcel Moolenaar 2a944ecdef o Newer EFI implementations require that a GPT is preceeded by
a PMBR. Make sure the create command creates a PMBR as well
   (if not already present).
o  When parsing the MBR, explicitly check for a PMBR and create
   a PMBR map node if one is found.
o  When parsing the MBR, recurse to handle extended partitions.
   This allows us to flatten nested MBRs when migrating to a
   GPT.
o  Have the migrate command bail out if it encounters a partition
   it doesn't know how to migrate. This avoids data loss.
o  Change the output of the show command so that the UUIDs of the
   GPT partitions fit on the same line.
o  Show when partitions are extended partitions and add the PMBR
   type.

Approved by: re (blanket)
2002-12-02 01:42:03 +00:00
..
add.c Allow aliases to be used when specifying partition types. The use of 2002-11-30 22:51:46 +00:00
create.c o Newer EFI implementations require that a GPT is preceeded by 2002-12-02 01:42:03 +00:00
destroy.c Remove inclusion of <sys/uuid.h>. We now include <sys/uuid.h> in 2002-11-10 20:22:25 +00:00
gpt.8 Add a manpage. Nobody expects the spanish inquisition, but the 2002-12-01 02:10:34 +00:00
gpt.c o Newer EFI implementations require that a GPT is preceeded by 2002-12-02 01:42:03 +00:00
gpt.h o Remove the fallback implementations of uuid_create(), 2002-11-02 07:08:15 +00:00
Makefile Add a manpage. Nobody expects the spanish inquisition, but the 2002-12-01 02:10:34 +00:00
map.c o Add functionality to add a GPT partition, 2002-10-27 03:23:05 +00:00
map.h o Newer EFI implementations require that a GPT is preceeded by 2002-12-02 01:42:03 +00:00
migrate.c o Newer EFI implementations require that a GPT is preceeded by 2002-12-02 01:42:03 +00:00
mkdisk.sh
recover.c Remove inclusion of <sys/uuid.h>. We now include <sys/uuid.h> in 2002-11-10 20:22:25 +00:00
show.c o Newer EFI implementations require that a GPT is preceeded by 2002-12-02 01:42:03 +00:00