summaryrefslogtreecommitdiffstats
path: root/sys/geom/part
Commit message (Expand)AuthorAgeFilesLines
* g_part_bsd64: Check for valid on-disk npartitions valuecem2016-04-261-1/+2
* sys: extend use of the howmany() macro when available.pfg2016-04-262-11/+9
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-9/+7
* Indentation issues.pfg2016-04-204-14/+7
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-194-7/+7
* Add some additional GPT partition typesallanjude2015-12-273-59/+87
* Make detection of GPT a bit more reliable.ae2015-12-101-15/+16
* Report the scheme and provider names in warning message about unalignedae2015-07-261-2/+4
* 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 apple-boot, apple-hfs and apple-ufs aliases to MBR scheme.ae2015-05-051-0/+3
* Make GEOM_PART work in presence of previous withered self.mav2015-03-261-5/+2
* Add GUID and alias for Apple Core Storage partition.ae2015-03-123-0/+5
* Remove old ioctl use and support, once and for all.imp2015-01-061-35/+0
* Actually, that was a bad idea. Go back to MAXPARTITIONS.imp2014-11-201-1/+1
* The number of BSD partitions is variable. Return the proper numberimp2014-11-191-1/+1
* Implement the historic DIOCGDINFO ioctl for gpart on BSDimp2014-11-183-1/+75
* Turn off kern.geom.part.mbr.enforce_chs by default.ae2014-08-121-2/+2
* Add sysctl and loader tunable kern.geom.part.mbr.enforce_chs that is setae2014-08-121-0/+10
* After EFI support was added to the installer, it needed to allow bootnwhitehorn2014-07-045-6/+5
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-282-6/+3
* Revert r267961, r267973:gjb2014-06-272-3/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-272-6/+3
* Add disklabel64 support to GEOM_PART class.ae2014-06-111-0/+667
* Allow swapping to DragonFlyBSD's swap partition.ae2014-06-111-1/+2
* Add aliases for DragonFlyBSD's partition types.ae2014-06-114-24/+57
* Use g_conf_printf_escaped() to escape symbols, which can breakae2014-05-303-8/+16
* It is safe to allow shrinking, when aligned size is bigger than current.ae2014-05-073-4/+4
* Add an advice what to do when partition was automatically resized.ae2014-05-041-2/+4
* Add better error description for case when we are doing resize andae2014-05-041-1/+3
* Prevent an unexpected shrinking on resizing due to alignment for MBR,ae2014-05-043-3/+18
* For schemes that do an automatic partition aligning move this code toae2014-05-044-80/+93
* 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-263-0/+4
* Have the GPT probe return a lower priority when the MBR is not a PMBRmarcel2013-11-211-5/+15
* Merge GEOM direct dispatch changes from the projects/camlock branch.mav2013-10-221-0/+3
* Add an automatic resize support to the GEOM_PART class.ae2013-10-178-1/+138
* Remove stub implementation.ae2013-09-051-11/+0
* gpt_entries is used as limit for the number of partition entries inae2013-08-081-2/+3
* Change <sys/diskpc98.h> to not redefine the same symbols that aremarcel2013-08-071-12/+12
* Remove inclusion of <sys/diskmbr.h>. We have no business knowingmarcel2013-08-042-2/+0
* Change the set and unset ctlreqs by making the index argument optional.marcel2013-06-095-35/+74
* Remove stub implementation.marcel2013-06-091-11/+0
* The geom_part provider supports unmapped bio iff the underlyingkib2013-03-191-0/+1
* Support the FAT16 partition type in gpart(8)gavin2013-03-073-0/+3
* g_part_taste: directly destroy consumer and geom here, no need for witheringavg2012-10-061-2/+7
* Remove unneeded G_PF_CANDELETE flag.ed2012-08-281-1/+0
* Implement media change notification for DA and CD removable media devices.mav2012-07-291-0/+1
* Make it possible to resize opened partitions.trasz2012-07-201-3/+8
* Always reconstruct partition entries in the PMBR when Boot Camp isae2012-06-141-13/+10
OpenPOWER on IntegriCloud