NetBSD/sbin/gpt
jakllsch e22b4ebb4a Mirror my changes of src/sbin/gpt/create.c 1.4 in migrate.c;
Use less bogus CHS addresses in PMBR.
With the ending head set at 0xff one machine I have will never leave
the initial startup screen if such a disk is present. Additionally,
Wikipedia suggests without citiation that 254 is the maximium allowable
value for the head, and this seems to be the case.
2013-12-04 19:59: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
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 Mirror my changes of src/sbin/gpt/create.c 1.4 in migrate.c; 2013-12-04 19:59:47 +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