summaryrefslogtreecommitdiffstats
path: root/sys/geom/part/g_part.c
Commit message (Expand)AuthorAgeFilesLines
* Change the way in which zero stripesize is handled. Instead of reportingmav2010-01-061-5/+4
* Add Microsoft and NetBSD partition types handling.rpaulo2009-12-141-0/+10
* Simplify partition type parsing by using a data-oriented model.rpaulo2009-12-141-0/+10
* If provider is open for writing when we taste it, skip it for classes thatpjd2009-10-091-0/+4
* Don't create more partitions than can fit in the table by checkingmarcel2009-09-241-0/+4
* Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.cmarcel2009-07-081-28/+0
* Add a compat option to the EBR scheme that controls themarcel2009-04-151-16/+15
* Revert r190676,190677thompsa2009-04-101-1/+1
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledthompsa2009-04-031-1/+1
* Be more explicit and complain if kernel dumps are perfomed on unsupportedivoras2009-03-221-1/+4
* Make GEOM provider names starting with "/dev/" acceptable as well as theirivoras2009-03-191-4/+16
* Provide compatibility symlink for logical partitions:marcel2009-02-201-0/+34
* Remove gpt_offset and related code. It was introduced for usemarcel2009-02-171-19/+0
* Add method precheck to the g_part interface. The precheckmarcel2009-02-151-20/+13
* Allow gpe_offset to be set by the scheme. When gpe_offset is zero,marcel2009-02-081-2/+7
* o Add the "PART::scheme" attribute that returns the name of themarcel2009-02-081-0/+7
* Don't enforce an upper-bound to the number of sectors or headsmarcel2009-01-061-4/+2
* Allow boot code to be smaller than what the scheme expects.marcel2008-12-011-2/+2
* Insert the null scheme at the head. This does not change anymarcel2008-09-291-1/+1
* Hold the root mount while we're tasting. It is possiblemarcel2008-09-271-0/+4
* Fix build.rpaulo2008-09-051-2/+2
* Keep entries sorted.rpaulo2008-09-051-1/+1
* Include the vendor in the partition name.rpaulo2008-09-051-1/+1
* Detect Apple HFS GPT slices.rpaulo2008-09-051-1/+2
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-7/+7
* Add the set and unset verbs used to set and clear attributes formarcel2008-06-181-2/+75
* Implement the G_PART_DUMPCONF method for all 6 schemes. Also callmarcel2008-04-231-0/+7
* Add the bootcode verb for installing boot code. Boot codemarcel2008-04-131-2/+66
* Redefine G_PART_SCHEME_DECLARE() from populating a private linker setmarcel2008-03-231-21/+108
* Fix a bug in the add verb, where we failed to keep the listmarcel2007-12-091-2/+2
* Internal partitions can not be deleted or modified.marcel2007-12-081-2/+2
* Skip internal partitions in the check for (user) partitions formarcel2007-12-081-1/+1
* Add a BSD disklabel backend to g_part:marcel2007-12-061-14/+46
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-241-0/+1
* Add the freebsd-zfs alias. Both APM and GPT have ZFS partitionmarcel2007-10-211-0/+1
* Have gpart synthesize a disk geometry if the underlying providermarcel2007-06-171-20/+119
* Call sbuf_finish() before sbuf_data() and sbuf_len().marcel2007-06-061-0/+5
* Fix a dereference in KASSERT.marcel2007-05-151-1/+1
* o Implement automatic commit. It's enabled when the flags parametermarcel2007-05-151-10/+35
* Write the output parameter (if present) for the add, create, deletemarcel2007-05-091-3/+50
* When reverting the creation of a partitioning scheme on a provider,marcel2007-05-091-2/+6
* MFp4:marcel2007-05-081-61/+34
* Put the scheme (APM, GPT, etc) in the XML.marcel2007-04-271-1/+3
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-071-0/+1385
OpenPOWER on IntegriCloud