NetBSD/sbin/gpt
jnemeth 1cb2b94165 Add two new subcommands, "set" and "unset". These were inspired by
FreeBSD's gpart(8), but the code is all mine.  The purpose of these
is to set and unset partition attributes.
2013-12-09 08:03:17 +00:00
..
add.c For the add and resize subcommands, change the -s option. If there is 2013-12-08 09:32:51 +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 Add two new subcommands, "set" and "unset". These were inspired by 2013-12-09 08:03:17 +00:00
gpt.c Add two new subcommands, "set" and "unset". These were inspired by 2013-12-09 08:03:17 +00:00
gpt.h Add two new subcommands, "set" and "unset". These were inspired by 2013-12-09 08:03:17 +00:00
label.c when calling dehumanize_number() make sure the resulting number is >= 1 2013-11-28 01:37:14 +00:00
Makefile Add two new subcommands, "set" and "unset". These were inspired by 2013-12-09 08:03:17 +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 For the add and resize subcommands, change the -s option. If there is 2013-12-08 09:32:51 +00:00
set.c Add two new subcommands, "set" and "unset". These were inspired by 2013-12-09 08:03:17 +00:00
show.c For the "show -i <entry>" subcommand, print Start and Size both in 2013-12-09 01:35:02 +00:00
unset.c Add two new subcommands, "set" and "unset". These were inspired by 2013-12-09 08:03:17 +00:00