Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |