summaryrefslogtreecommitdiffstats
path: root/sys/geom/part
Commit message (Expand)AuthorAgeFilesLines
* Have gpart synthesize a disk geometry if the underlying providermarcel2007-06-173-55/+189
* Add the MBR partitioning scheme to g_part. This does not yetmarcel2007-06-131-0/+370
* Prefix unknown (i.e. un-aliased) partition types with '!'. This ismarcel2007-06-062-4/+6
* 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-084-94/+102
* Put the scheme (APM, GPT, etc) in the XML.marcel2007-04-271-1/+3
* #include <sys/systm.h> before <sys/geom.h> to get KASSERT(), and fix LINT build.rodrigc2007-02-081-0/+1
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-075-0/+2782
OpenPOWER on IntegriCloud