freebsd-nq/sys/geom/part
Andrey V. Elsukov 91ca76a590 Add disklabel64 support to GEOM_PART class.
This partitioning scheme is used in DragonFlyBSD. It is similar to
BSD disklabel, but has the following improvements:
* metadata has own dedicated place and isn't accessible through partitions;
* all offsets are 64-bit;
* supports 16 partitions by default (has reserved place for more);
* has reserved place for backup label (but not yet implemented);
* has UUIDs for partitions and partition types;

No objections from:	geom
MFC after:	2 weeks
Relnotes:	yes
2014-06-11 10:42:34 +00:00
..
g_part_apm.c Use g_conf_printf_escaped() to escape symbols, which can break 2014-05-30 10:35:51 +00:00
g_part_bsd64.c Add disklabel64 support to GEOM_PART class. 2014-06-11 10:42:34 +00:00
g_part_bsd.c Add aliases for DragonFlyBSD's partition types. 2014-06-11 10:19:11 +00:00
g_part_ebr.c For schemes that do an automatic partition aligning move this code to 2014-05-04 10:14:25 +00:00
g_part_gpt.c Allow swapping to DragonFlyBSD's swap partition. 2014-06-11 10:23:49 +00:00
g_part_if.m
g_part_ldm.c Remove stub implementation. 2013-09-05 09:44:09 +00:00
g_part_mbr.c It is safe to allow shrinking, when aligned size is bigger than current. 2014-05-07 11:18:27 +00:00
g_part_pc98.c Use g_conf_printf_escaped() to escape symbols, which can break 2014-05-30 10:35:51 +00:00
g_part_vtoc8.c It is safe to allow shrinking, when aligned size is bigger than current. 2014-05-07 11:18:27 +00:00
g_part.c Add aliases for DragonFlyBSD's partition types. 2014-06-11 10:19:11 +00:00
g_part.h Add aliases for DragonFlyBSD's partition types. 2014-06-11 10:19:11 +00:00