aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/gpt.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Re-apply change 306811 or alternatively, revert change 307385.Marcel Moolenaar2016-10-161-175/+2
* Revert change 306811 so that the change can be re-done usingMarcel Moolenaar2016-10-161-2/+175
* In order to allow mkimg(1) (and other tools) to become a build toolMarcel Moolenaar2016-10-071-175/+2
* Add some additional GPT partition typesAllan Jude2015-12-271-4/+20
* Add GUID and alias for Apple Core Storage partition.Andrey V. Elsukov2015-03-121-0/+2
* After EFI support was added to the installer, it needed to allow bootNathan Whitehorn2014-07-041-0/+2
* Linux uses its own UUID for data partitions.Andrey V. Elsukov2014-07-011-1/+2
* Add UUIDs for DragonFlyBSD's partition types.Andrey V. Elsukov2014-06-111-0/+19
* Fixing build bustage.Tai-hwa Liang2013-12-271-1/+1
* In sys/sys/gpt.h, add a missing backslash at the end of theDimitry Andric2013-12-261-1/+1
* Add GPT UUID for VMware vSAN meta-data partition.Dmitry Morozovsky2013-12-261-0/+2
* Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.Marcel Moolenaar2012-05-251-2/+4
* VMware environments are not unusual now. Add VMware partitions recognitionDmitry Morozovsky2012-04-181-0/+7
* Add new user-friendly aliases for partition types for the MBR andAndrey V. Elsukov2011-01-281-0/+6
* Add three GPT attributes:Pawel Jakub Dawidek2010-09-241-0/+3
* Add more Apple partition types.Rui Paulo2009-12-141-0/+6
* Add a couple more Apple GPT entries and NetBSD GPT entries.Rui Paulo2008-09-051-0/+21
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapJohn Baldwin2007-10-241-1/+3
* Add a UUID for ZFS file systems.Marcel Moolenaar2007-10-211-0/+2
* Add the UUID of Apple's HFS file system as can be found in the IntelMarcel Moolenaar2006-06-221-0/+3
* o Change the type of the ent_name field from short to uint16_t.Marcel Moolenaar2005-09-171-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove GPT_ENT_TYPE_FREEBSD_UFS2. It was speculatively added beforeMarcel Moolenaar2004-08-021-2/+7
* o Include <sys/uuid.h>. This avoids that applications such asMarcel Moolenaar2002-11-101-1/+3
* Add GPT entry types for partitions we're likely to encounter in theMarcel Moolenaar2002-11-031-0/+23
* Don't use an incomplete array type to mark the start of the paddingMarcel Moolenaar2002-05-311-1/+8
* o Remove GCC specific attribute packed.Marcel Moolenaar2002-05-301-1/+2
* Add attribute packed to struct gpt_hdr to avoid unwanted padding atMarcel Moolenaar2002-05-291-1/+1
* Add support to GEOM for GUID Partition Tables (GPTs). The supportMarcel Moolenaar2002-05-281-0/+78