NetBSD/sbin/gpt
jnemeth 925666ef9b Add two new options:
-g which shows the GUID for a partition
-i which shows all the gory details for a particular option

XXX the output format of -i is subject to change
2013-11-30 19:43:53 +00:00
..
Makefile Add a resize command. This command was inspired by FreeBSD's gpart(8), 2013-11-20 08:08:47 +00:00
add.c when calling dehumanize_number() make sure the resulting number is >= 1 2013-11-28 01:37:14 +00:00
biosboot.c Remove FreeBSD specific code as per message to tech-userlevel. 2013-11-27 01:47:53 +00:00
create.c Clean up gpt(8) a bit more 2013-04-13 18:04:33 +00:00
destroy.c Use __dead 2011-08-27 17:38:16 +00:00
gpt.8 Add two new options: 2013-11-30 19:43:53 +00:00
gpt.c Remove FreeBSD specific code as per message to tech-userlevel. 2013-11-27 01:47:53 +00:00
gpt.h Remove FreeBSD specific code as per message to tech-userlevel. 2013-11-27 01:47:53 +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 CID 1125874: Fix memory leak 2013-11-13 21:25:40 +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 when calling dehumanize_number() make sure the resulting number is >= 1 2013-11-28 01:37:14 +00:00
show.c Add two new options: 2013-11-30 19:43:53 +00:00