NetBSD/sbin/gpt
jnemeth 024b3f7622 Don't attempt to create/resize an unaligned partition if the attempt
to create/resize an aligned one failed.  This simplifies the code
and prevents surprises.  If the user wants an unaligned partition
in the case where an aligned one fails, they can simply retry the
command without the "-a" option.  This change was requested by
wiz@, and after some thought I agree with it.
2013-12-06 02:31:31 +00:00
..
add.c Don't attempt to create/resize an unaligned partition if the attempt 2013-12-06 02:31:31 +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 Don't attempt to create/resize an unaligned partition if the attempt 2013-12-06 02:31:31 +00:00
gpt.c Use MBR_PTYPE_ defines from <sys/bootblock.h>. 2013-12-04 20:15:51 +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
Makefile Add a resize command. This command was inspired by FreeBSD's gpart(8), 2013-11-20 08:08:47 +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 Don't attempt to create/resize an unaligned partition if the attempt 2013-12-06 02:31:31 +00:00
show.c Add two new options: 2013-11-30 19:43:53 +00:00