summaryrefslogtreecommitdiffstats
path: root/sys/sys/gpt.h
Commit message (Expand)AuthorAgeFilesLines
* 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