]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r267355:
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Jul 2014 13:29:17 +0000 (13:29 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Jul 2014 13:29:17 +0000 (13:29 +0000)
commit953be95a9dfba646521e5c2dfcb126ab1064c78c
tree0f320b4457b4886d9cb130a9a0010f5d378d8e64
parent07053eb00523e90de32c1d112cd6f3d96ee911bc
MFC r267355:
  Add UUIDs for DragonFlyBSD's partition types.

MFC r267356:
  Add DragonFlyBSD's Hammer FS types and type names.

MFC r267357:
  Add aliases for DragonFlyBSD's partition types.

MFC r267358:
  Allow dumping to DragonFlyBSD's swap partition.

MFC r267359:
  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;

MFC r267360:
  Add disklabel64 support

Relnotes: yes

git-svn-id: svn://svn.freebsd.org/base/stable/10@268091 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
13 files changed:
sbin/geom/class/part/gpart.8
sys/conf/NOTES
sys/conf/files
sys/conf/options
sys/geom/part/g_part.c
sys/geom/part/g_part.h
sys/geom/part/g_part_bsd.c
sys/geom/part/g_part_bsd64.c [new file with mode: 0644]
sys/geom/part/g_part_gpt.c
sys/modules/geom/geom_part/Makefile
sys/modules/geom/geom_part/geom_part_bsd64/Makefile [new file with mode: 0644]
sys/sys/disklabel.h
sys/sys/gpt.h