summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/nop
Commit message (Collapse)AuthorAgeFilesLines
* Rename the generic "CLASS" to the more specific "GEOM_CLASS".obrien2010-12-151-1/+1
| | | | | | While I'm here remove redundancy and inconsistencies. Obtained from: Juniper Networks
* - Remove gc_argname field. It was introduced for gpart(8), but if Ipjd2010-09-131-20/+13
| | | | | | | understand everything correctly, we don't really need it. - Provide default numeric value as strings. This allows to simplify a lot of code. - Bump version number.
* Fix the example, -w is the right switch for write failure probability.brueffer2009-09-171-3/+3
| | | | | | | PR: 136219 Submitted by: Kouki Hashimoto <hsmtkk@gmail.com> Patch by: gavin MFC after: 3 days
* Minor language cleanup.brueffer2007-11-241-3/+3
| | | | MFC after: 3 days
* Add gpart(8).marcel2007-05-151-5/+5
| | | | | | | In order to support gpart(8), geom(8) needs to support a named argument. Also, optional string parameters are a requirement. Both have been added to the infrastructure. The former required all existing classes to be adjusted.
* MFp4: G_TYPE_BOOL sounds much better than G_TYPE_NONE.pjd2006-09-301-1/+1
| | | | Changes: 98722
* Markup fixes.ru2006-09-181-3/+4
|
* - Split failure probability configuration into read failure probability andpjd2006-09-082-13/+28
| | | | | | | write failure probability. - Allow to specify an error number to return of failure. MFC after: 3 days
* Remove trailing spaces.pjd2006-02-011-1/+1
|
* Teach NOP GEOM class how to gather the following statistics:pjd2005-12-082-6/+25
| | | | | | | | - number of read I/O requests, - number of write I/O requests, - number of read bytes, - number of written bytes. Add 'reset' subcommand for resetting statistics.
* 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