summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/nop
Commit message (Collapse)AuthorAgeFilesLines
* Define subcommands' usage inside g_command structure.pjd2005-03-141-13/+6
| | | | MFC after: 1 week
* Instead of documenting every standard subcommand's argument everywhere,pjd2005-03-141-14/+8
| | | | | | just leave reference to geom(8). MFC after: 1 week
* - Document 'status' subcommand.pjd2005-03-131-2/+9
| | | | | | - Update copyrights. MFC after: 1 week
* Sort sections.ru2005-01-181-2/+2
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Fix arguments syntax.pjd2005-01-152-10/+7
| | | | | Manual pages fixes by: ru MFC after: 3 days
* Grammatical and spelling improvements.ceri2004-11-041-6/+6
| | | | Reviewed by: pjd
* - Add '-S' option, which allow to specify sector size for transparentpjd2004-07-302-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.pjd2004-07-301-1/+1
|
* MFp4: Add two options for gnop(8)'s 'create' command:pjd2004-07-192-1/+11
| | | | | -o offset - specifies where to start on the original provider -s size - specifies size of the transparent provider
* Document sysctl variables.pjd2004-07-131-0/+16
| | | | Based on: simon's patch
* Slight markup and grammar fixes.ru2004-07-071-3/+4
|
* Fix copy&paste bug.pjd2004-07-061-1/+1
|
* Fix typo.le2004-05-301-1/+1
|
* - Add a cross-reference to geom(8).pjd2004-05-241-2/+3
| | | | - Add missing 'a'.
* Actually we are also able to list only choosen providers.pjd2004-05-221-1/+2
|
* Be more precise.pjd2004-05-221-7/+8
|
* Add manual pages for gconcat(8), gstripe(8) and gnop(8) utilities.pjd2004-05-212-1/+124
| | | | Supported by: Wheel - Open Technologies - http://www.wheel.pl
* - Change command name from 'config' to 'configure'.pjd2004-05-211-3/+3
| | | | - Bump version number.
* Various style.Makefile(5) improvements.pjd2004-05-201-2/+1
| | | | Inspired by: ru
* Introduce geom(8)-specific shared libraries for CONCAT, STRIPE and NOPpjd2004-05-202-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
OpenPOWER on IntegriCloud