Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2004 03:24:23 -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/class/concat Makefile geom_concat.c src/sbin/geom/class/nop Makefile geom_nop.c src/sbin/geom/class/stripe Makefile geom_stripe.c
Message-ID:  <200405201024.i4KAONe6062923@repoman.freebsd.org>

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



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