Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2002 13:42:35 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom geom.h geom_bsd.c geom_dev.c geom_disk.c geom_dump.c geom_event.c geom_io.c geom_kern.c geom_mbr.c geom_mbrext.c geom_slice.c geom_slice.h geom_subr.c
Message-ID:  <200203112142.g2BLgZB11722@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/03/11 13:42:35 PST

  Added files:
    sys/geom             geom.h geom_bsd.c geom_dev.c geom_disk.c 
                         geom_dump.c geom_event.c geom_io.c 
                         geom_kern.c geom_mbr.c geom_mbrext.c 
                         geom_slice.c geom_slice.h geom_subr.c 
  Log:
  First commit of the GEOM subsystem to make it easier for people to
  test and play with this.
  
  This is not yet production quality and should be run only on dedicated
  test boxes.
  
  For people who want to develop transformations for GEOM there exist a
  set of shims to run geom in userland (ask phk@freebsd.org).
  
  Reports of all kinds to: phk@freebsd.org
  Please include in report:
          dmesg
          sysctl debug.geomdot
          sysctl debug.geomconf
  
  Known significant limitations:
          no kernel dump facility.
          ioctls severely restricted.
  
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.1       +290 -0    src/sys/geom/geom.h (new)
  1.1       +257 -0    src/sys/geom/geom_bsd.c (new)
  1.1       +382 -0    src/sys/geom/geom_dev.c (new)
  1.1       +232 -0    src/sys/geom/geom_disk.c (new)
  1.1       +275 -0    src/sys/geom/geom_dump.c (new)
  1.1       +299 -0    src/sys/geom/geom_event.c (new)
  1.1       +375 -0    src/sys/geom/geom_io.c (new)
  1.1       +192 -0    src/sys/geom/geom_kern.c (new)
  1.1       +211 -0    src/sys/geom/geom_mbr.c (new)
  1.1       +200 -0    src/sys/geom/geom_mbrext.c (new)
  1.1       +278 -0    src/sys/geom/geom_slice.c (new)
  1.1       +60 -0     src/sys/geom/geom_slice.h (new)
  1.1       +639 -0    src/sys/geom/geom_subr.c (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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