summaryrefslogtreecommitdiffstats
path: root/sys/geom/part/g_part_gpt.c
Commit message (Expand)AuthorAgeFilesLines
* MFC EFI support for the installeremaste2014-09-151-0/+2
* MFC r267355:ae2014-07-011-1/+20
* MFC r266880:ae2014-06-061-5/+6
* MFC r256690:ae2014-05-121-1/+4
* MFC r258448:marcel2014-02-161-5/+15
* MFC r259925-259926:marck2014-01-211-0/+2
* 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
* 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