Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2004 03:09:56 -0700 (PDT)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200405201009.i4KA9uQ1058841@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405201009.i4KA9uQ1058841>