summaryrefslogtreecommitdiffstats
path: root/sys/sys/gpt.h
Commit message (Expand)AuthorAgeFilesLines
* Add some additional GPT partition typesallanjude2015-12-271-4/+20
* Add GUID and alias for Apple Core Storage partition.ae2015-03-121-0/+2
* After EFI support was added to the installer, it needed to allow bootnwhitehorn2014-07-041-0/+2
* Linux uses its own UUID for data partitions.ae2014-07-011-1/+2
* Add UUIDs for DragonFlyBSD's partition types.ae2014-06-111-0/+19
* Fixing build bustage.avatar2013-12-271-1/+1
* In sys/sys/gpt.h, add a missing backslash at the end of thedim2013-12-261-1/+1
* Add GPT UUID for VMware vSAN meta-data partition.marck2013-12-261-0/+2
* Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.marcel2012-05-251-2/+4
* VMware environments are not unusual now. Add VMware partitions recognitionmarck2012-04-181-0/+7
* Add new user-friendly aliases for partition types for the MBR andae2011-01-281-0/+6
* Add three GPT attributes:pjd2010-09-241-0/+3
* Add more Apple partition types.rpaulo2009-12-141-0/+6
* Add a couple more Apple GPT entries and NetBSD GPT entries.rpaulo2008-09-051-0/+21
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-241-1/+3
* Add a UUID for ZFS file systems.marcel2007-10-211-0/+2
* Add the UUID of Apple's HFS file system as can be found in the Intelmarcel2006-06-221-0/+3
* o Change the type of the ent_name field from short to uint16_t.marcel2005-09-171-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove GPT_ENT_TYPE_FREEBSD_UFS2. It was speculatively added beforemarcel2004-08-021-2/+7
* o Include <sys/uuid.h>. This avoids that applications such asmarcel2002-11-101-1/+3
* Add GPT entry types for partitions we're likely to encounter in themarcel2002-11-031-0/+23
* Don't use an incomplete array type to mark the start of the paddingmarcel2002-05-311-1/+8
* o Remove GCC specific attribute packed.marcel2002-05-301-1/+2
* Add attribute packed to struct gpt_hdr to avoid unwanted padding atmarcel2002-05-291-1/+1
* Add support to GEOM for GUID Partition Tables (GPTs). The supportmarcel2002-05-281-0/+78
OpenPOWER on IntegriCloud