Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define subcommands' usage inside g_command structure. | pjd | 2005-03-14 | 1 | -13/+6 |
| | | | | MFC after: 1 week | ||||
* | Instead of documenting every standard subcommand's argument everywhere, | pjd | 2005-03-14 | 1 | -14/+8 |
| | | | | | | just leave reference to geom(8). MFC after: 1 week | ||||
* | - Document 'status' subcommand. | pjd | 2005-03-13 | 1 | -2/+9 |
| | | | | | | - Update copyrights. MFC after: 1 week | ||||
* | Sort sections. | ru | 2005-01-18 | 1 | -2/+2 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Fix arguments syntax. | pjd | 2005-01-15 | 2 | -10/+7 |
| | | | | | Manual pages fixes by: ru MFC after: 3 days | ||||
* | Grammatical and spelling improvements. | ceri | 2004-11-04 | 1 | -6/+6 |
| | | | | Reviewed by: pjd | ||||
* | - Add '-S' option, which allow to specify sector size for transparent | pjd | 2004-07-30 | 2 | -1/+6 |
| | | | | | | | | | | provider. - Bump version number. This allows for a quite interesting trick. One can setup a stripe with stripe size of 512 bytes and create transparent provider on top of it with sector size equal to <ndisks> * 512. The result will be something like RAID3 without parity disk (every access will touch all disks). | ||||
* | Fix typo. | pjd | 2004-07-30 | 1 | -1/+1 |
| | |||||
* | MFp4: Add two options for gnop(8)'s 'create' command: | pjd | 2004-07-19 | 2 | -1/+11 |
| | | | | | -o offset - specifies where to start on the original provider -s size - specifies size of the transparent provider | ||||
* | Document sysctl variables. | pjd | 2004-07-13 | 1 | -0/+16 |
| | | | | Based on: simon's patch | ||||
* | Slight markup and grammar fixes. | ru | 2004-07-07 | 1 | -3/+4 |
| | |||||
* | Fix copy&paste bug. | pjd | 2004-07-06 | 1 | -1/+1 |
| | |||||
* | Fix typo. | le | 2004-05-30 | 1 | -1/+1 |
| | |||||
* | - Add a cross-reference to geom(8). | pjd | 2004-05-24 | 1 | -2/+3 |
| | | | | - Add missing 'a'. | ||||
* | Actually we are also able to list only choosen providers. | pjd | 2004-05-22 | 1 | -1/+2 |
| | |||||
* | Be more precise. | pjd | 2004-05-22 | 1 | -7/+8 |
| | |||||
* | Add manual pages for gconcat(8), gstripe(8) and gnop(8) utilities. | pjd | 2004-05-21 | 2 | -1/+124 |
| | | | | Supported by: Wheel - Open Technologies - http://www.wheel.pl | ||||
* | - Change command name from 'config' to 'configure'. | pjd | 2004-05-21 | 1 | -3/+3 |
| | | | | - Bump version number. | ||||
* | Various style.Makefile(5) improvements. | pjd | 2004-05-20 | 1 | -2/+1 |
| | | | | Inspired by: ru | ||||
* | Introduce geom(8)-specific shared libraries for CONCAT, STRIPE and NOP | pjd | 2004-05-20 | 2 | -0/+82 |
GEOM classes. CONCAT should be 100% compatible with existing gconcat(8) utility, which is going to be removed. Supported by: Wheel - Open Technologies - http://www.wheel.pl |