cvs commit: src/sbin/geom/class/concat Makefile geom_concat.c
src/sbin/geom/class/nop Makefile geom_nop.c
src/sbin/geom/class/stripe Makefile geom_stripe.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Thu May 20 03:24:36 PDT 2004
pjd 2004/05/20 03:24:23 PDT
FreeBSD src repository
Added files:
sbin/geom/class/concat Makefile geom_concat.c
sbin/geom/class/nop Makefile geom_nop.c
sbin/geom/class/stripe Makefile geom_stripe.c
Log:
Introduce geom(8)-specific shared libraries for CONCAT, STRIPE and NOP
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
Revision Changes Path
1.1 +9 -0 src/sbin/geom/class/concat/Makefile (new)
1.1 +198 -0 src/sbin/geom/class/concat/geom_concat.c (new)
1.1 +9 -0 src/sbin/geom/class/nop/Makefile (new)
1.1 +73 -0 src/sbin/geom/class/nop/geom_nop.c (new)
1.1 +9 -0 src/sbin/geom/class/stripe/Makefile (new)
1.1 +217 -0 src/sbin/geom/class/stripe/geom_stripe.c (new)
More information about the cvs-src
mailing list