NetBSD/sbin/gpt
jnemeth e3f4016378 - dump all partitions, not just ones that are in use
- while here, squash a memory leak

     It shouldn't be necessary to backup unused partitions, however
the partition GUID is created at the time the GPT is created and
is never changed.  It shouldn't matter if the GUID of an unused
partition changes, but there may be some special case where it
does.  Since it isn't a big deal to record the unused partitions,
might as well do it.
2014-09-10 10:49:44 +00:00
..
Makefile Add restore subcommand. 2014-08-10 18:27:15 +00:00
add.c Explicitly state which partition was added/modified. 2013-12-10 01:05:00 +00:00
backup.c - dump all partitions, not just ones that are in use 2014-09-10 10:49:44 +00:00
biosboot.c Remove FreeBSD specific code as per message to tech-userlevel. 2013-11-27 01:47:53 +00:00
create.c Use MBR_PTYPE_ defines from <sys/bootblock.h>. 2013-12-04 20:15:51 +00:00
destroy.c Use __dead 2011-08-27 17:38:16 +00:00
gpt.8 Bump date for previous. 2013-12-19 07:49:50 +00:00
gpt.c Add restore subcommand. 2014-08-10 18:27:15 +00:00
gpt.h Add restore subcommand. 2014-08-10 18:27:15 +00:00
label.c when calling dehumanize_number() make sure the resulting number is >= 1 2013-11-28 01:37:14 +00:00
map.c CID 1132762: Add error check for negative, to make zero-divide in module 2013-11-27 20:40:48 +00:00
map.h Add a resize command. This command was inspired by FreeBSD's gpart(8), 2013-11-20 08:08:47 +00:00
migrate.c Use MBR_PTYPE_ defines from <sys/bootblock.h>. 2013-12-04 20:15:51 +00:00
recover.c Use __dead 2011-08-27 17:38:16 +00:00
remove.c when calling dehumanize_number() make sure the resulting number is >= 1 2013-11-28 01:37:14 +00:00
resize.c Explicitly state which partition was added/modified. 2013-12-10 01:05:00 +00:00
restore.c Add restore subcommand. 2014-08-10 18:27:15 +00:00
set.c Explicitly state which partition was added/modified. 2013-12-10 01:05:00 +00:00
show.c If we want to GUIDs to display with correct endian, it helps to decode it first. 2013-12-18 03:20:09 +00:00
unset.c Explicitly state which partition was added/modified. 2013-12-10 01:05:00 +00:00