freebsd-dev/sys/geom/part
Marcel Moolenaar 232c8bf888 o When creating the EBR scheme, set the number of entries
properly. Otherwise the minimum of 1 is used and you can
   only insert a single partition/slice and only at sector
   0 (index 1).
o  When adding a partition/slice, recalculate the index after
   the start and size of the partition/slice are adjusted to
   make them a multiple of the track size. Since the precheck
   method sets the index based on the start of the partition
   as provided by the user, we know that we're off by at most
   1 and adjusting the index is safe.
2009-02-21 19:25:13 +00:00
..
g_part_apm.c Fix g_part_dumpconf and g_part_name prototpyes. 2009-02-10 02:43:07 +00:00
g_part_bsd.c Add bootcode handling. 2009-02-21 07:01:21 +00:00
g_part_ebr.c o When creating the EBR scheme, set the number of entries 2009-02-21 19:25:13 +00:00
g_part_gpt.c Fix g_part_dumpconf and g_part_name prototpyes. 2009-02-10 02:43:07 +00:00
g_part_if.m Provide compatibility symlink for logical partitions: 2009-02-20 04:48:40 +00:00
g_part_mbr.c Add the EBR scheme. The EBR scheme supports the Extended Boot Records 2009-02-08 23:51:44 +00:00
g_part_pc98.c Fix g_part_dumpconf and g_part_name prototpyes. 2009-02-10 02:43:07 +00:00
g_part_vtoc8.c Fix g_part_dumpconf and g_part_name prototpyes. 2009-02-10 02:43:07 +00:00
g_part.c Provide compatibility symlink for logical partitions: 2009-02-20 04:48:40 +00:00
g_part.h Remove gpt_offset and related code. It was introduced for use 2009-02-17 04:12:10 +00:00