History log of /netbsd-src/sys/sys/disklabel_gpt.h (Results 1 – 17 of 17)
Revision Date Author Comments
# 6c0edaa4 19-Aug-2024 christos <christos@NetBSD.org>

Add OpenBSD UUID (Anon Ymous)


# 2082dffc 26-Sep-2023 kre <kre@NetBSD.org>

Add the GUID for Microsoft Recovery partitions.


# dfd4740c 28-Aug-2022 riastradh <riastradh@NetBSD.org>

sys/disklabel_gpt.h: Fix description of name encoding.

The encoding is UCS-2 from Unicode 2.1 or ISO/IEC 10646. This is not
to be confused with UTF-16, which encodes code points outside the BMP
(Ba

sys/disklabel_gpt.h: Fix description of name encoding.

The encoding is UCS-2 from Unicode 2.1 or ISO/IEC 10646. This is not
to be confused with UTF-16, which encodes code points outside the BMP
(Basic Multilingual Plane, ~16-bit space) with pairs of surrogate
code points.

show more ...


# af38bc14 18-May-2020 msaitoh <msaitoh@NetBSD.org>

Fix typo in comment.


# f5f53dd6 06-Nov-2018 mrg <mrg@NetBSD.org>

add support to detect the 3 vmware GPT partition types:

- VMKcore (dump partition)
- VMFS
- VMware reserved

this enables vmkcore partitions for netbsd swap or dump, as well
as naming all of them.


# 1d3a0fec 24-Nov-2013 jnemeth <jnemeth@NetBSD.org>

add implementation defined attributes from FreeBSD


# 793910b6 19-Oct-2013 jnemeth <jnemeth@NetBSD.org>

add FreeBSD ZFS partition type


# 317b05d3 18-Jan-2013 jakllsch <jakllsch@NetBSD.org>

gdisk 0.7.2 finally introduced a Linux Basic Data partition GUID.


# 1dd5ef24 16-Aug-2011 jakllsch <jakllsch@NetBSD.org>

#define is followed by tab, not space.
(Not my idea of sanity, but it's convention.)


# 2d53454c 16-Aug-2011 jakllsch <jakllsch@NetBSD.org>

Add partition entry attributes listed in UEFI 2.3.1 spec.


# 7077ca22 12-Nov-2008 thorpej <thorpej@NetBSD.org>

Don't use sizeof(struct gpt_hdr). It will pad the structure on x86-64,
which causes some systems to reject the GPT.

kern/38997


# f52ea153 29-Jun-2008 christos <christos@NetBSD.org>

Recognize apple ufs partitions from Antoine Reilles


# dd771215 24-Feb-2008 christos <christos@NetBSD.org>

PR/38094: Robert Millan: support "BIOS Boot" partition type in gpt(8)


# 42a4e6ef 28-Dec-2007 riz <riz@NetBSD.org>

As discussed on tech-userlevel, add NetBSD GPT partition types for
swap, ffs, lfs, raidframe, ccd and cgd. gpt(8) now defaults to
NetBSD ffs if no type is given, but previous FreeBSD types are
still

As discussed on tech-userlevel, add NetBSD GPT partition types for
swap, ffs, lfs, raidframe, ccd and cgd. gpt(8) now defaults to
NetBSD ffs if no type is given, but previous FreeBSD types are
still recognized in the DKWEDGE_AUTODISCOVER code.

show more ...


# ca4ffb9d 13-Aug-2006 christos <christos@NetBSD.org>

Add the Apple HFS UUID for the Intel based mac's. From FreeBSD.


# a563f6ba 03-Dec-2005 christos <christos@NetBSD.org>

Make sure that multiple header inclusion is done, it uses consistent names,
and it is around the whole code of the file, not parts of it.


# f9684c51 25-Sep-2004 thorpej <thorpej@NetBSD.org>

Definitions for the EFI GUID Partition Table partition table format.
From FreeBSD.