cvs commit: src/sbin/geom Makefile Makefile.inc
src/sbin/geom/class Makefile Makefile.inc src/sbin/geom/core
Makefile geom.c geom.h src/sbin/geom/misc subr.c subr.h
Pawel Jakub Dawidek
pjd at FreeBSD.org
Thu May 20 03:09:56 PDT 2004
pjd 2004/05/20 03:09:56 PDT
FreeBSD src repository
Added files:
sbin/geom Makefile Makefile.inc
sbin/geom/class Makefile Makefile.inc
sbin/geom/core Makefile geom.c geom.h
sbin/geom/misc subr.c subr.h
Log:
Bring in geom(8) utility. It is an universal utility for operating on
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
Revision Changes Path
1.1 +5 -0 src/sbin/geom/Makefile (new)
1.1 +5 -0 src/sbin/geom/Makefile.inc (new)
1.1 +7 -0 src/sbin/geom/class/Makefile (new)
1.1 +12 -0 src/sbin/geom/class/Makefile.inc (new)
1.1 +15 -0 src/sbin/geom/core/Makefile (new)
1.1 +755 -0 src/sbin/geom/core/geom.c (new)
1.1 +62 -0 src/sbin/geom/core/geom.h (new)
1.1 +247 -0 src/sbin/geom/misc/subr.c (new)
1.1 +38 -0 src/sbin/geom/misc/subr.h (new)
More information about the cvs-src
mailing list