aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/part
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow swapping to DragonFlyBSD's swap partition.Andrey V. Elsukov2014-06-111-1/+2
* Add aliases for DragonFlyBSD's partition types.Andrey V. Elsukov2014-06-114-24/+57
* Use g_conf_printf_escaped() to escape symbols, which can breakAndrey V. Elsukov2014-05-303-8/+16
* It is safe to allow shrinking, when aligned size is bigger than current.Andrey V. Elsukov2014-05-073-4/+4
* Add an advice what to do when partition was automatically resized.Andrey V. Elsukov2014-05-041-2/+4
* Add better error description for case when we are doing resize andAndrey V. Elsukov2014-05-041-1/+3
* Prevent an unexpected shrinking on resizing due to alignment for MBR,Andrey V. Elsukov2014-05-043-3/+18
* For schemes that do an automatic partition aligning move this code toAndrey V. Elsukov2014-05-044-80/+93
* Align and round the partitionable disk space to 4K by default.Marcel Moolenaar2014-04-121-6/+29
* Add GPT UUID for VMware vSAN meta-data partition.Dmitry Morozovsky2013-12-263-0/+4
* Have the GPT probe return a lower priority when the MBR is not a PMBRMarcel Moolenaar2013-11-211-5/+15
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-221-0/+3
* Add an automatic resize support to the GEOM_PART class.Andrey V. Elsukov2013-10-178-1/+138
* Remove stub implementation.Andrey V. Elsukov2013-09-051-11/+0
* gpt_entries is used as limit for the number of partition entries inAndrey V. Elsukov2013-08-081-2/+3
* Change <sys/diskpc98.h> to not redefine the same symbols that areMarcel Moolenaar2013-08-071-12/+12
* Remove inclusion of <sys/diskmbr.h>. We have no business knowingMarcel Moolenaar2013-08-042-2/+0
* Change the set and unset ctlreqs by making the index argument optional.Marcel Moolenaar2013-06-095-35/+74
* Remove stub implementation.Marcel Moolenaar2013-06-091-11/+0
* The geom_part provider supports unmapped bio iff the underlyingKonstantin Belousov2013-03-191-0/+1
* Support the FAT16 partition type in gpart(8)Gavin Atkinson2013-03-073-0/+3
* g_part_taste: directly destroy consumer and geom here, no need for witheringAndriy Gapon2012-10-061-2/+7
* Remove unneeded G_PF_CANDELETE flag.Ed Schouten2012-08-281-1/+0
* Implement media change notification for DA and CD removable media devices.Alexander Motin2012-07-291-0/+1
* Make it possible to resize opened partitions.Edward Tomasz Napierala2012-07-201-3/+8
* Always reconstruct partition entries in the PMBR when Boot Camp isAndrey V. Elsukov2012-06-141-13/+10
* Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.Marcel Moolenaar2012-05-256-0/+25
* VMware environments are not unusual now. Add VMware partitions recognitionDmitry Morozovsky2012-04-184-0/+14