NetBSD/sbin/gpt
jnemeth e4be9d18c3 - handle a GPT that isn't an exact multiple of a sector
- adjust PMBR size, in case new disk is a different size
- don't leak as much memory
- clean up error handling somewhat
2014-09-26 08:56:34 +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 no C99isms in tool code 2014-09-26 05:34:15 +00:00
create.c Use MBR_PTYPE_ defines from <sys/bootblock.h>. 2013-12-04 20:15:51 +00:00
destroy.c
gpt.8 - make gpt_gpt() available for use directly by subcommands 2014-09-23 07:47:54 +00:00
gpt.c - make gpt_gpt() available for use directly by subcommands 2014-09-23 07:47:54 +00:00
gpt.h - make gpt_gpt() available for use directly by subcommands 2014-09-23 07:47:54 +00:00
label.c when calling dehumanize_number() make sure the resulting number is >= 1 2013-11-28 01:37:14 +00:00
Makefile - make gpt_gpt() available for use directly by subcommands 2014-09-23 07:47:54 +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
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
resizedisk.c Fix compile error observed on i386. Use PRIu64. 2014-09-23 13:48:04 +00:00
restore.c - handle a GPT that isn't an exact multiple of a sector 2014-09-26 08:56:34 +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