summaryrefslogtreecommitdiffstats
path: root/sbin/geom
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo.le2004-05-301-1/+1
|
* Fix order.pjd2004-05-261-2/+2
|
* Print provider's size in human-readable form as well.pjd2004-05-262-3/+7
|
* - Add a cross-reference to geom(8).pjd2004-05-243-4/+7
| | | | - Add missing 'a'.
* Add manual page for geom(8) utility.pjd2004-05-241-0/+121
| | | | Supported by: Wheel - Open Technologies - http://www.wheel.pl
* Add standard command "help" to print usage.pjd2004-05-221-3/+14
|
* Actually we are also able to list only choosen providers.pjd2004-05-223-3/+6
|
* Be more precise.pjd2004-05-221-7/+8
|
* - More clear example description.pjd2004-05-211-4/+4
| | | | - Fix copy&paste bug.
* Add manual pages for gconcat(8), gstripe(8) and gnop(8) utilities.pjd2004-05-216-3/+430
| | | | 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-206-21/+19
| | | | Inspired by: ru
* Fix supposed compilation problem, using LIBDIR here can confuse core/pjd2004-05-203-2/+3
| | | | compilation.
* Introduce geom(8)-specific shared libraries for CONCAT, STRIPE and NOPpjd2004-05-206-0/+515
| | | | | | | 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
* Bring in geom(8) utility. It is an universal utility for operating onpjd2004-05-209-0/+1146
GEOM classes. It works by loading a shared library via dlopen(3) mechanism with class-specific code, it is also responsible for communicating with GEOM via libgeom(3). Per-class shared libraries are going to be stored in /lib/geom/ directory. It provides also few standard commands like 'list', 'load' and 'unload' for existing classes which aren't aware of geom(8). More info will be send on freebsd-current@ mailing list. Supported by: Wheel - Open Technologies - http://www.wheel.pl
OpenPOWER on IntegriCloud