summaryrefslogtreecommitdiffstats
path: root/sys/geom/part
Commit message (Expand)AuthorAgeFilesLines
...
* Add the partition label and the raw partition type to the XML.marcel2008-06-121-5/+19
* Implement the G_PART_DUMPCONF method for all 6 schemes. Also callmarcel2008-04-237-0/+113
* Add the bootcode verb for installing boot code. Boot codemarcel2008-04-136-23/+147
* Change the order from SI_ORDER_FIRST to SI_ORDER_ANY (withinmarcel2008-03-291-1/+1
* Add support for PC-9800 partition tables.marcel2008-03-281-0/+428
* Redefine G_PART_SCHEME_DECLARE() from populating a private linker setmarcel2008-03-237-27/+128
* Add support for VTOC8 labels (aka sun disk labels). When a label doesmarcel2008-03-021-0/+480
* Follow-up improvements to the handling of false positives: If themarcel2008-02-291-3/+32
* Better handle false positives. The MBR differs from the boot sectormarcel2008-02-281-6/+24
* Various fixes:marcel2007-12-241-41/+25
* 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 support for FS_ZFS.marcel2007-12-081-0/+7
* Add a BSD disklabel backend to g_part:marcel2007-12-063-14/+494
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-243-0/+10
* Add the freebsd-zfs alias. Both APM and GPT have ZFS partitionmarcel2007-10-214-0/+17
* 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