freebsd-dev/sbin/gpt
Marcel Moolenaar 2ef70adc0c Add Linux swap partition and MS reserved partition descriptions.
While here:
o  Make the UUIDs static to avoid runtime initialization,
o  Rename ext to mslinux,
o  Replace the use of memcmp() with uuid_equal(),
o  Various style(9) improvements,
o  Order the comparisons based on importance,
o  Remove the word partition from all the descriptions,
o  Other description improvements.

Includes patch from: T. Muthu Mohan < Muthu_T at dell dot com >
2004-08-02 19:28:03 +00:00
..
add.c Added the ability to create and display Linux/Windows GPT partitions to gpt(8). 2004-07-01 22:27:12 +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 Bump up the date and add spaces around commas. Thanks to ru@ for noticing. 2004-07-02 18:39:15 +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 style.Makefile(5): 2004-02-23 20:25:27 +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 - Provide default values for LABELOFFSET and LABELSECTOR so 2003-11-16 06:43:25 +00:00
mkdisk.sh What's in a name: s/disklabel/bsdlabel/ 2004-08-02 19:22:11 +00:00
recover.c - Add GPT header/table recovery command 2003-11-16 06:45:26 +00:00
show.c Add Linux swap partition and MS reserved partition descriptions. 2004-08-02 19:28:03 +00:00