aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/part/g_part.h
Commit message (Expand)AuthorAgeFilesLines
* gpart(8): Recognize apple-zfs and solaris-reserved partition idsConrad Meyer2020-08-171-0/+10
* Add kern.geom.part.separator tunable. This makes it possibleEdward Tomasz Napierala2019-12-131-0/+2
* Add a “skip_dsn” option to g_part's bootcode verb to prevent g_part_mbrDag-Erling Smørgrav2018-11-271-0/+2
* gpart: add fat32lba MBR partition typeEd Maste2018-05-041-0/+1
* Add GUID and alias for Apple APFS partitionConrad Meyer2018-02-111-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add some additional GPT partition typesAllan Jude2015-12-271-18/+25
* Add GUID and alias for Apple Core Storage partition.Andrey V. Elsukov2015-03-121-0/+1
* After EFI support was added to the installer, it needed to allow bootNathan Whitehorn2014-07-041-0/+1
* Add aliases for DragonFlyBSD's partition types.Andrey V. Elsukov2014-06-111-0/+9
* Add GPT UUID for VMware vSAN meta-data partition.Dmitry Morozovsky2013-12-261-0/+1
* Support the FAT16 partition type in gpart(8)Gavin Atkinson2013-03-071-0/+1
* Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.Marcel Moolenaar2012-05-251-0/+1
* VMware environments are not unusual now. Add VMware partitions recognitionDmitry Morozovsky2012-04-181-0/+3
* Add MODULE_DEPEND() to geom_part modules.Andrey V. Elsukov2012-03-151-1/+2
* Add new user-friendly aliases for partition types for the MBR andAndrey V. Elsukov2011-01-281-0/+3
* Reimplemented "gpart destroy -F". Now it does all work in kernel.Andrey V. Elsukov2010-10-251-0/+3
* Add NTFS partition type to GEOM_MBR.Rui Paulo2010-06-261-0/+1
* Add Microsoft and NetBSD partition types handling.Rui Paulo2009-12-141-0/+10
* Simplify partition type parsing by using a data-oriented model.Rui Paulo2009-12-141-1/+11
* Remove gpt_offset and related code. It was introduced for useMarcel Moolenaar2009-02-171-7/+0
* Add method precheck to the g_part interface. The precheckMarcel Moolenaar2009-02-151-0/+17
* Keep entries sorted.Rui Paulo2008-09-051-1/+1
* Detect Apple HFS GPT slices.Rui Paulo2008-09-051-0/+1
* Add the set and unset verbs used to set and clear attributes forMarcel Moolenaar2008-06-181-1/+3
* Add the bootcode verb for installing boot code. Boot codeMarcel Moolenaar2008-04-131-0/+4
* Change the order from SI_ORDER_FIRST to SI_ORDER_ANY (withinMarcel Moolenaar2008-03-291-1/+1
* Redefine G_PART_SCHEME_DECLARE() from populating a private linker setMarcel Moolenaar2008-03-231-1/+15
* Add a BSD disklabel backend to g_part:Marcel Moolenaar2007-12-061-0/+8
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapJohn Baldwin2007-10-241-0/+1
* Add the freebsd-zfs alias. Both APM and GPT have ZFS partitionMarcel Moolenaar2007-10-211-0/+1
* Have gpart synthesize a disk geometry if the underlying providerMarcel Moolenaar2007-06-171-0/+15
* MFp4:Marcel Moolenaar2007-05-081-8/+8
* Evolve the ctlreq interface added to geom_gpt into a genericMarcel Moolenaar2007-02-071-0/+130