| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When attaching a geli on boot make sure that it is detached | guido | 2009-03-10 | 1 | -0/+1 |
* | Restore the return statement. It was accidentally removed by rev 188429. | nyan | 2009-03-10 | 1 | -0/+1 |
* | add geom_redboot, a geom module that exports RedBoot FIS partitions as named | sam | 2009-03-09 | 1 | -0/+321 |
* | o When creating the EBR scheme, set the number of entries | marcel | 2009-02-21 | 1 | -0/+2 |
* | Add bootcode handling. | marcel | 2009-02-21 | 1 | -13/+46 |
* | Provide compatibility symlink for logical partitions: | marcel | 2009-02-20 | 4 | -1/+81 |
* | Fix an infinite loop created when the last logical partition is | marcel | 2009-02-20 | 1 | -3/+3 |
* | Add a default implementation for pre-check. It should | marcel | 2009-02-17 | 1 | -2/+12 |
* | Remove gpt_offset and related code. It was introduced for use | marcel | 2009-02-17 | 2 | -26/+0 |
* | Add support to add, delete and modify logical partitions, as well | marcel | 2009-02-16 | 1 | -6/+251 |
* | Add method precheck to the g_part interface. The precheck | marcel | 2009-02-15 | 3 | -20/+43 |
* | - Use the correct argument when determining the buffer size. | lulf | 2009-02-11 | 1 | -1/+1 |
* | Fix g_part_dumpconf and g_part_name prototpyes. | imp | 2009-02-10 | 4 | -21/+16 |
* | Add the EBR scheme. The EBR scheme supports the Extended Boot Records | marcel | 2009-02-08 | 2 | -0/+345 |
* | Allow gpe_offset to be set by the scheme. When gpe_offset is zero, | marcel | 2009-02-08 | 1 | -2/+7 |
* | o Add the "PART::scheme" attribute that returns the name of the | marcel | 2009-02-08 | 1 | -0/+7 |
* | Fix g_part_*dumpconf to return void to match kobj definition. | imp | 2009-02-08 | 2 | -10/+8 |
* | In g_handleattr(), set bp->bio_completed also for the case | marcel | 2009-02-03 | 1 | -1/+2 |
* | Constify val in g_handleattr() and str in g_handleattr_str(). | marcel | 2009-02-01 | 2 | -4/+5 |
* | Remove unused unrhdr from GEOM character device module. | ed | 2009-01-24 | 1 | -17/+1 |
* | Prevent a panic that happens on SMP machines when removing a disk with | trasz | 2009-01-11 | 1 | -1/+11 |
* | - Don't enforce an upper-bound to the number of sectors or heads, | marius | 2009-01-06 | 1 | -7/+15 |
* | Don't enforce an upper-bound to the number of sectors or heads | marcel | 2009-01-06 | 1 | -4/+2 |
* | Improve probing. | marcel | 2009-01-04 | 1 | -5/+9 |
* | - Fix an issue with access permissions to underlying disks used by a gvinum | lulf | 2008-12-27 | 1 | -0/+10 |
* | When the geometry does not match the label, print out the values. | obrien | 2008-12-26 | 1 | -3/+4 |
* | Implement g_vfs_orphan(). Without it, the filesystem never closes | trasz | 2008-12-16 | 1 | -10/+25 |
* | - Add missing word in comment. | lulf | 2008-12-08 | 1 | -1/+1 |
* | Make it possible to use gjournal for the root filesystem. Previously, | trasz | 2008-12-06 | 2 | -0/+18 |
* | Trivial patch to show on which geom has the error been detected. | ivoras | 2008-12-01 | 1 | -1/+2 |
* | Allow boot code to be smaller than what the scheme expects. | marcel | 2008-12-01 | 4 | -5/+20 |
* | Allow dumpon to a partition of type FS_UNUSED as well. | marcel | 2008-11-26 | 1 | -2/+3 |
* | - Fix a potential NULL pointer reference. Note that this should not happen in | lulf | 2008-11-25 | 1 | -1/+17 |
* | - Fix a potential NULL pointer reference. Note that this cannot happen in | lulf | 2008-11-25 | 5 | -6/+51 |
* | Partition type FS_UNUSED does not mean the partition entry | marcel | 2008-11-18 | 1 | -3/+1 |
* | Fix a panic caused by a corrupted table when the header is | marcel | 2008-11-06 | 1 | -4/+7 |
* | Improve VFS locking: | attilio | 2008-11-02 | 1 | -1/+1 |
* | Add support for reading Tivo Series 1 partitioning. This likely needs | imp | 2008-11-02 | 1 | -12/+52 |
* | Revert r184136. Instead, push the check for crashdumpmap overflow into the | kib | 2008-10-31 | 1 | -1/+1 |
* | - Import macros used in gmirror for printing gvinum debug messages and making | lulf | 2008-10-26 | 10 | -72/+94 |
* | Invalid BSD disklabels have been created by sysinstall and | marcel | 2008-10-25 | 1 | -1/+6 |
* | Allow dumps to partitions with a tag of 0. The legacy | marcel | 2008-10-22 | 1 | -2/+5 |
* | Do not overflow crashdumpmap. | kib | 2008-10-21 | 1 | -1/+1 |
* | The active and bootable flags are not part of the type. | marcel | 2008-10-20 | 1 | -11/+82 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 2 | -3/+3 |
* | - Use the new gv_write_header function to write out the header when removing a | lulf | 2008-10-02 | 1 | -1/+1 |
* | - Remove unneeded macro since the config_length field in the header was changed | lulf | 2008-10-02 | 1 | -5/+0 |
* | - Make gvinum header on-disk structure consistent on all platforms by storing | lulf | 2008-10-01 | 3 | -8/+232 |
* | Return G_PART_PROBE_PRI_HIGH instead of G_PART_PROBE_PRI_NORM | marcel | 2008-09-29 | 1 | -1/+1 |
* | Insert the null scheme at the head. This does not change any | marcel | 2008-09-29 | 1 | -1/+1 |