| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix arguments syntax. | pjd | 2005-01-15 | 14 | -123/+81 |
* | Markup fixes. | ru | 2005-01-15 | 2 | -19/+27 |
* | Connect SHSEC GEOM class to the build. | pjd | 2005-01-11 | 2 | -0/+2 |
* | Introduce a new GEOM class - SHSEC. It provides sharing secret between | pjd | 2005-01-11 | 3 | -0/+435 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-10 | 1 | -7/+12 |
* | Detect if class name is '-h' or 'help' and if it is, show general help | pjd | 2004-12-28 | 1 | -0/+6 |
* | - Add genid field to the metadata which will allow to improve reliability a bit. | pjd | 2004-12-25 | 1 | -0/+1 |
* | - Add genid field to the metadata which will allow to improve reliability a bit. | pjd | 2004-12-22 | 1 | -0/+1 |
* | 'forget' command takes device names, not provider names. | pjd | 2004-12-22 | 1 | -1/+1 |
* | NOSHARED -> NO_SHARED | ru | 2004-12-21 | 1 | -1/+1 |
* | - Turn off 'fast' mode by default and increase maximum memory to consume | pjd | 2004-12-09 | 1 | -3/+3 |
* | Note that sysctls documentation is missing. | pjd | 2004-11-05 | 2 | -0/+4 |
* | Grammatical and spelling improvements. | ceri | 2004-11-04 | 7 | -64/+65 |
* | Remove extra 's'. | pjd | 2004-11-03 | 1 | -2/+2 |
* | Be more correct. | pjd | 2004-11-03 | 1 | -2/+2 |
* | Remove one more redundant 'not'. | pjd | 2004-11-03 | 1 | -1/+1 |
* | Remove redundant 'not'. | pjd | 2004-11-01 | 1 | -1/+1 |
* | Embellish the man page after trying to migrate to gstripe from ccd(4). | obrien | 2004-09-26 | 1 | -4/+27 |
* | Don't allow to specify wrong stripe size. | pjd | 2004-09-26 | 1 | -1/+11 |
* | Document '-p' flag for 'insert' command correct. | pjd | 2004-09-18 | 1 | -3/+4 |
* | Do not exit after printing usage, give geom(8) a chance to show standard | pjd | 2004-09-17 | 2 | -2/+0 |
* | - Show all commands in usage, even if those commands are not available. | pjd | 2004-09-17 | 1 | -19/+32 |
* | 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 the whole provider's space. | pjd | 2004-08-28 | 1 | -1/+21 |
* | Warn the user if we are not going to use whole provider space. | pjd | 2004-08-28 | 1 | -5/+9 |
* | - If error string begins with "warning: ", don't exit, treat it as a warning | pjd | 2004-08-28 | 1 | -4/+6 |
* | Add missing GEOM classes, which are aware of geom(8). | pjd | 2004-08-23 | 1 | -0/+6 |
* | Fix sysctl name. | pjd | 2004-08-22 | 1 | -1/+1 |
* | Implementation of 'verify reading' algorithm, which uses parity data for | pjd | 2004-08-22 | 2 | -6/+39 |
* | Implement new reading algorithm, which will use parity component for reading | pjd | 2004-08-21 | 2 | -9/+30 |
* | - Add a manual page for graid3(8) utility. | pjd | 2004-08-18 | 3 | -1/+213 |
* | Add a line to BUGS section about the need of implementation description. | pjd | 2004-08-18 | 1 | -0/+2 |
* | Add some missing empty lines. | pjd | 2004-08-18 | 1 | -0/+2 |
* | Fix typo. | pjd | 2004-08-18 | 1 | -1/+1 |
* | Actually one can specify more than one device to stop. | pjd | 2004-08-18 | 2 | -2/+2 |
* | Ok, let's try again: | pjd | 2004-08-18 | 1 | -0/+290 |
* | - Add a manual page for gmirror(8) utility. | pjd | 2004-08-18 | 2 | -1/+1 |
* | Connect RAID3 GEOM class to the build. | pjd | 2004-08-16 | 1 | -0/+1 |
* | Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3 | pjd | 2004-08-16 | 2 | -0/+351 |
* | The geom(8) utility needs dynamic linker functionality to work, so it can't | pjd | 2004-08-12 | 1 | -0/+2 |
* | Forgot to commit those: introduce hardcoded provider functionality, | pjd | 2004-08-10 | 1 | -14/+31 |
* | - Introduce option for hardcoding providers' names into metadata. | pjd | 2004-08-09 | 4 | -41/+79 |
* | Add and document kern.geom.stripe.fast_failed sysctl, which shows how | pjd | 2004-08-06 | 1 | -0/+7 |
* | Don't use version number in library name. The library version is checked | pjd | 2004-08-02 | 4 | -6/+3 |
* | After changing LIBDIR to SHLIBDIR, because of dependencies problems, | pjd | 2004-08-01 | 4 | -6/+8 |
* | Use SHLIBDIR instead of LIBDIR. This should fix buildworld breakage. | pjd | 2004-07-31 | 1 | -2/+1 |
* | Add '-p' option for 'insert' command which allows to specify priority | pjd | 2004-07-31 | 1 | -1/+3 |
* | Connect GEOM_MIRROR class to the build. | pjd | 2004-07-30 | 1 | -0/+1 |
* | Add GEOM_MIRROR class which provide RAID1 functionality and has many useful | pjd | 2004-07-30 | 2 | -0/+419 |
* | - Add '-S' option, which allow to specify sector size for transparent | pjd | 2004-07-30 | 2 | -1/+6 |