Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r267355: | ae | 2014-07-01 | 2 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add UUIDs for DragonFlyBSD's partition types. MFC r267356: Add DragonFlyBSD's Hammer FS types and type names. MFC r267357: Add aliases for DragonFlyBSD's partition types. MFC r267358: Allow dumping to DragonFlyBSD's swap partition. MFC r267359: Add disklabel64 support to GEOM_PART class. This partitioning scheme is used in DragonFlyBSD. It is similar to BSD disklabel, but has the following improvements: * metadata has own dedicated place and isn't accessible through partitions; * all offsets are 64-bit; * supports 16 partitions by default (has reserved place for more); * has reserved place for backup label (but not yet implemented); * has UUIDs for partitions and partition types; MFC r267360: Add disklabel64 support Relnotes: yes | ||||
* | Connect geom_part_ldm module to the build. | ae | 2012-03-19 | 2 | -0/+13 |
| | | | | MFC after: 1 month | ||||
* | g_part_ebr.c includes opt_geom.h | marcel | 2009-05-30 | 1 | -0/+1 |
| | |||||
* | Add the EBR scheme. The EBR scheme supports the Extended Boot Records | marcel | 2009-02-08 | 2 | -0/+13 |
| | | | | | | | | found inside extended partitions and used to create logical partitions. At this time write/modify support is not (yet) present. The EBR and MBR schemes both check the parent scheme. The MBR will back-off when nested under another MBR, whereas the EBR only nests under a MBR. | ||||
* | Add support for PC-9800 partition tables. | marcel | 2008-03-28 | 2 | -0/+13 |
| | |||||
* | Instead of making a single geom_part.ko module, make a module | marcel | 2008-03-23 | 6 | -15/+66 |
| | | | | | for each partitioning scheme. The gpart code is currently non- optional. | ||||
* | Add geom_part module. | marcel | 2008-03-02 | 1 | -0/+18 |