aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/part
Commit message (Expand)AuthorAgeFilesLines
* gpart: add EFI alias for MBR partition schemeEd Maste2018-06-172-0/+2
* Sort geom/part mbr/ebr/ldm alias table entriesEd Maste2018-06-173-14/+14
* gpart: add fat32lba MBR partition typeEd Maste2018-05-045-0/+5
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-108-0/+8
* g_part_gpt: Fix memory leak in error pathConrad Meyer2018-03-071-0/+8
* gpart: append partition name to the underlying provider's physical pathAlan Somers2018-02-141-1/+35
* Fix a panic introduced in r329225Justin Hibbits2018-02-141-2/+4
* Narrow a race, and fix a leak, in g_part_witherJustin Hibbits2018-02-131-5/+8
* Add GUID and alias for Apple APFS partitionConrad Meyer2018-02-113-0/+4
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-279-0/+18
* While the EFI spec allows numbers to be in many forms, libefivarWarner Losh2017-11-211-1/+1
* Remove trailing whitespace (one I just introduced and a bunch ofWarner Losh2017-11-217-26/+26
* Implement efi media tagging for MBR partitioning types.Warner Losh2017-11-211-1/+9
* The hard drive media device path contains the size of the partition,Warner Losh2017-09-021-1/+1
* Add efimedia attribute for all GPT partitions.Warner Losh2017-09-011-0/+6
* Add alias support to gpart.Warner Losh2017-08-071-1/+18
* With r318394 seems it breaks gpart(8) in some embedded systems such like PCEn...Marcelo Araujo2017-06-271-1/+2
* After r315112 I broke the tests with eli, instead to pass 0, I should passMarcelo Araujo2017-03-131-1/+1
* Add the capability to refresh the gpart(8) label without need a reboot.Marcelo Araujo2017-03-121-0/+4
* The kern.geom.part.auto_resize should be tunable.Mariusz Zaborski2017-02-281-1/+1
* Add sysctl to control auto resize of the GEOM metadata.Mariusz Zaborski2017-02-271-0/+7
* Check that primary GPT header is valid before wiping partitioning.Andrey V. Elsukov2017-02-041-3/+4
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-617/+0
* Add BUF_TRACKING and FULL_BUF_TRACKING buffer debuggingConrad Meyer2016-10-311-0/+2
* sys/geom: spelling fixes in comments.Pedro F. Giffuni2016-04-293-3/+3
* g_part_bsd64: Delete duplicate/dead codeConrad Meyer2016-04-261-2/+0
* g_part_bsd64: Check for valid on-disk npartitions valueConrad Meyer2016-04-261-1/+2
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-262-11/+9
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-9/+7
* Indentation issues.Pedro F. Giffuni2016-04-204-14/+7
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-194-7/+7
* Add some additional GPT partition typesAllan Jude2015-12-273-59/+87
* Make detection of GPT a bit more reliable.Andrey V. Elsukov2015-12-101-15/+16
* Report the scheme and provider names in warning message about unalignedAndrey V. Elsukov2015-07-261-2/+4
* Add a new option to gpart(8) to fix Lenovo BIOS boot issueAllan Jude2015-07-151-0/+16
* Teach G_PART_GPT class to handle g_resize_provider event.Andrey V. Elsukov2015-06-081-1/+1
* Add apple-boot, apple-hfs and apple-ufs aliases to MBR scheme.Andrey V. Elsukov2015-05-051-0/+3
* Make GEOM_PART work in presence of previous withered self.Alexander Motin2015-03-261-5/+2
* Add GUID and alias for Apple Core Storage partition.Andrey V. Elsukov2015-03-123-0/+5
* Remove old ioctl use and support, once and for all.Warner Losh2015-01-061-35/+0
* Actually, that was a bad idea. Go back to MAXPARTITIONS.Warner Losh2014-11-201-1/+1
* The number of BSD partitions is variable. Return the proper numberWarner Losh2014-11-191-1/+1
* Implement the historic DIOCGDINFO ioctl for gpart on BSDWarner Losh2014-11-183-1/+75
* Turn off kern.geom.part.mbr.enforce_chs by default.Andrey V. Elsukov2014-08-121-2/+2
* Add sysctl and loader tunable kern.geom.part.mbr.enforce_chs that is setAndrey V. Elsukov2014-08-121-0/+10
* After EFI support was added to the installer, it needed to allow bootNathan Whitehorn2014-07-045-6/+5
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-6/+3
* Revert r267961, r267973:Glen Barber2014-06-272-3/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-6/+3
* Add disklabel64 support to GEOM_PART class.Andrey V. Elsukov2014-06-111-0/+667