freebsd-dev/sbin/gpt
Marcel Moolenaar c10b34ed19 Use strtoll(3) instead of strtol(3) for the starting block or
partition size. On 32-bit platforms sizeof(long) < sizeof(off_t)
and using strtol(3) would prevent partitions larger than 4G
sectors or beyond 4G blocks.

PR: bin/103991
MFC after: 3 days
2006-10-04 18:20:25 +00:00
..
add.c Use strtoll(3) instead of strtol(3) for the starting block or 2006-10-04 18:20:25 +00:00
create.c /* -> /*- for license. 2005-08-31 01:47:19 +00:00
destroy.c /* -> /*- for license. 2005-08-31 01:47:19 +00:00
gpt.8 Improve support for Intel based Macs: 2006-06-22 22:22:32 +00:00
gpt.c Fix cut-n-paste bug: compare argument s against known aliases, 2006-07-07 02:44:23 +00:00
gpt.h Move the duplicated logic of parsing partition types into a new 2006-06-22 22:05:28 +00:00
label.c Use strtoll(3) instead of strtol(3) for the starting block or 2006-10-04 18:20:25 +00:00
Makefile Add support for setting GPT partition labels. The partitions to be 2005-09-01 02:49:20 +00:00
map.c /* -> /*- for license. 2005-08-31 01:47:19 +00:00
map.h /* -> /*- for license. 2005-08-31 01:47:19 +00:00
migrate.c Dot the i's: multiple devices can be specified, so the usage should 2005-09-01 02:42:52 +00:00
recover.c /* -> /*- for license. 2005-08-31 01:47:19 +00:00
remove.c Use strtoll(3) instead of strtol(3) for the starting block or 2006-10-04 18:20:25 +00:00
show.c Improve support for Intel based Macs: 2006-06-22 22:22:32 +00:00