summaryrefslogtreecommitdiffstats
path: root/sys/geom/part/g_part_gpt.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r313185:ae2017-02-131-3/+4
* sys: extend use of the howmany() macro when available.pfg2016-04-261-9/+8
* Add some additional GPT partition typesallanjude2015-12-271-29/+43
* Make detection of GPT a bit more reliable.ae2015-12-101-15/+16
* Add a new option to gpart(8) to fix Lenovo BIOS boot issueallanjude2015-07-151-0/+16
* Teach G_PART_GPT class to handle g_resize_provider event.ae2015-06-081-1/+1
* Add GUID and alias for Apple Core Storage partition.ae2015-03-121-0/+3
* After EFI support was added to the installer, it needed to allow bootnwhitehorn2014-07-041-0/+2
* Allow swapping to DragonFlyBSD's swap partition.ae2014-06-111-1/+2
* Add aliases for DragonFlyBSD's partition types.ae2014-06-111-0/+18
* Use g_conf_printf_escaped() to escape symbols, which can breakae2014-05-301-5/+6
* Align and round the partitionable disk space to 4K by default.marcel2014-04-121-6/+29
* Add GPT UUID for VMware vSAN meta-data partition.marck2013-12-261-0/+2
* Have the GPT probe return a lower priority when the MBR is not a PMBRmarcel2013-11-211-5/+15
* Add an automatic resize support to the GEOM_PART class.ae2013-10-171-1/+4
* gpt_entries is used as limit for the number of partition entries inae2013-08-081-2/+3
* Change the set and unset ctlreqs by making the index argument optional.marcel2013-06-091-19/+44
* Always reconstruct partition entries in the PMBR when Boot Camp isae2012-06-141-13/+10
* Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.marcel2012-05-251-0/+2
* VMware environments are not unusual now. Add VMware partitions recognitionmarck2012-04-181-0/+6
* Add support for Boot Camp. The support is defined as follows:marcel2011-10-231-97/+213
* Initialize elements of state array when creating the GPT table.ae2011-06-291-34/+33
* Add some FEATURE macros for various GEOM classes.netchild2011-02-251-0/+3
* Add new user-friendly aliases for partition types for the MBR andae2011-01-281-0/+2
* Limit maximum number of GPT entries to 4k. It is most realistic valueae2011-01-181-15/+33
* Fix a memory overflow where the input length to g_gpt_utf8_to_utf16()mdf2011-01-071-2/+4
* Reimplemented "gpart destroy -F". Now it does all work in kernel.ae2010-10-251-16/+77
* Allow to configure GPT attributes. It shouldn't be allowed to set bootfailedpjd2010-09-241-0/+85
* Don't leak memory on destruction.marius2010-06-021-0/+6
* Implement the resize verb and add support for resizing partitionsmarcel2010-04-231-0/+16
* 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
OpenPOWER on IntegriCloud