summaryrefslogtreecommitdiffstats
path: root/sys/geom/part/g_part_gpt.c
Commit message (Expand)AuthorAgeFilesLines
* Export the UUID of the partition in the XML. The partition UUID is usedmarcel2010-01-301-0/+3
* Properly return the UUID represented by the alias.marcel2010-01-021-1/+1
* Add Microsoft and NetBSD partition types handling.rpaulo2009-12-141-0/+21
* Simplify partition type parsing by using a data-oriented model.rpaulo2009-12-141-62/+47
* Add a missing check for Apple HFS partitions.rpaulo2009-11-121-0/+2
* We need to allocate space for the header in the create path also.rnoland2009-11-121-0/+3
* Fix handling of GPT headers when size is > 92 bytes.rnoland2009-11-071-68/+93
* Set the active flag in the PMBR when we install bootcode on a GPTrnoland2009-10-141-0/+3
* The start of the EFI GPT partition in the PMBR can always be representedmarcel2009-08-171-3/+3
* Sharpen the saw:marcel2009-03-301-0/+4
* Fix g_part_dumpconf and g_part_name prototpyes.imp2009-02-101-5/+4
* Allow boot code to be smaller than what the scheme expects.marcel2008-12-011-1/+6
* Fix a panic caused by a corrupted table when the header ismarcel2008-11-061-4/+7
* Keep entries sorted.rpaulo2008-09-051-1/+1
* Detect Apple HFS GPT slices.rpaulo2008-09-051-0/+6
* Finish the support for partition labels and add it to the XML.marcel2008-06-121-10/+86
* Add the raw partiton type to the XML.marcel2008-06-121-6/+14
* Implement the G_PART_DUMPCONF method for all 6 schemes. Also callmarcel2008-04-231-0/+18
* Add the bootcode verb for installing boot code. Boot codemarcel2008-04-131-21/+45
* Redefine G_PART_SCHEME_DECLARE() from populating a private linker setmarcel2008-03-231-1/+1
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-241-0/+8
* Add the freebsd-zfs alias. Both APM and GPT have ZFS partitionmarcel2007-10-211-0/+8
* Prefix unknown (i.e. un-aliased) partition types with '!'. This ismarcel2007-06-061-1/+2
* MFp4:marcel2007-05-081-14/+35
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-071-0/+736
OpenPOWER on IntegriCloud