Initial support to read GPT partition tables in the kernel, if option GPT.
authormiod <miod@openbsd.org>
Sun, 13 Jul 2014 15:32:28 +0000 (15:32 +0000)
committermiod <miod@openbsd.org>
Sun, 13 Jul 2014 15:32:28 +0000 (15:32 +0000)
commit26e78ed6574a439d4ec35dcffcbb12dac6e7abcb
tree3b40bbabf0a2c3b578975782253dada6bbad81f8
parenteb76c208173c67d7ebbeb2537785e4cca078f06d
Initial support to read GPT partition tables in the kernel, if option GPT.
Contributed by Markus Mueller; code based upon Bitrig's GPT support, with
stricter GPT structures validation and support for alternate header places.

ok deraadt@ jsing@ krw@
sys/arch/amd64/amd64/disksubr.c
sys/arch/amd64/conf/GENERIC
sys/arch/i386/conf/GENERIC
sys/arch/i386/i386/disksubr.c
sys/conf/files
sys/kern/kern_uuid.c [new file with mode: 0644]
sys/kern/subr_disk.c
sys/sys/disklabel.h
sys/sys/uuid.h [new file with mode: 0644]