| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow to insert new component to geom_raid3 without specifying number. | mav | 2013-01-15 | 1 | -1/+1 |
* | Sector size can not be greater than MAXPHYS. Since GRAID3 calculates | ae | 2011-01-12 | 1 | -0/+5 |
* | Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1. | ae | 2010-10-09 | 1 | -2/+2 |
* | - Remove gc_argname field. It was introduced for gpart(8), but if I | pjd | 2010-09-13 | 1 | -12/+10 |
* | For completeness, add -s argument, manually specifying array block size. | mav | 2010-01-05 | 1 | -2/+5 |
* | Add gpart(8). | marcel | 2007-05-15 | 1 | -8/+8 |
* | Now, that we have gjournal in the tree add possibility to configure | pjd | 2006-11-01 | 1 | -5/+10 |
* | Be sure to not create device which | pjd | 2006-10-10 | 1 | -0/+1 |
* | MFp4: G_TYPE_BOOL sounds much better than G_TYPE_NONE. | pjd | 2006-09-30 | 1 | -14/+14 |
* | Remove trailing spaces. | pjd | 2006-02-01 | 1 | -2/+2 |
* | - The geom(8) utility only uses three types of arguments: string (char *), | pjd | 2005-12-07 | 1 | -81/+35 |
* | Move function for calculating number of bits into more central place. | pjd | 2005-08-19 | 1 | -6/+1 |
* | Don't forget to initialize 'id' field. | pjd | 2005-07-13 | 1 | -0/+1 |
* | Define subcommands' usage inside g_command structure. | pjd | 2005-03-14 | 1 | -24/+19 |
* | - Add md_provsize field to metadata, which will help with | pjd | 2005-02-27 | 1 | -4/+6 |
* | Fix arguments syntax. | pjd | 2005-01-15 | 1 | -4/+4 |
* | - Add genid field to the metadata which will allow to improve reliability a bit. | pjd | 2004-12-25 | 1 | -0/+1 |
* | Do not exit after printing usage, give geom(8) a chance to show standard | pjd | 2004-09-17 | 1 | -1/+0 |
* | When configuring RAID3 with verification option, force synchronization | pjd | 2004-08-30 | 1 | -0/+7 |
* | Warn the user if we are not going to use whole provider space. | pjd | 2004-08-28 | 1 | -5/+9 |
* | Implementation of 'verify reading' algorithm, which uses parity data for | pjd | 2004-08-22 | 1 | -3/+17 |
* | Implement new reading algorithm, which will use parity component for reading | pjd | 2004-08-21 | 1 | -3/+14 |
* | Actually one can specify more than one device to stop. | pjd | 2004-08-18 | 1 | -1/+1 |
* | Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3 | pjd | 2004-08-16 | 1 | -0/+340 |