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