cvs commit: src/sbin/geom/class/stripe geom_stripe.c gstripe.8 src/sys/geom/stripe g_stripe.c g_stripe.h src/sbin/geom/class/concat gconcat.8 geom_concat.c src/sys/geom/concat g_concat.c g_concat.h ...

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Jul 5 14:16:38 PDT 2004


pjd         2004-07-05 21:16:37 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom/class/stripe geom_stripe.c gstripe.8 
    sys/geom/stripe      g_stripe.c g_stripe.h 
    sbin/geom/class/concat geom_concat.c gconcat.8 
    sys/geom/concat      g_concat.c g_concat.h 
    sbin/geom/class/label geom_label.c glabel.8 
    sys/geom/label       g_label.c g_label.h 
  Log:
  - Add 'stop' command, which works just like 'destroy' command, but sounds
    less dangerous.
  - Update manual pages and extend examples.
  - Bump versions.
  
  Revision  Changes    Path
  1.5       +16 -2     src/sbin/geom/class/concat/gconcat.8
  1.3       +8 -1      src/sbin/geom/class/concat/geom_concat.c
  1.2       +8 -1      src/sbin/geom/class/label/geom_label.c
  1.3       +18 -4     src/sbin/geom/class/label/glabel.8
  1.3       +8 -1      src/sbin/geom/class/stripe/geom_stripe.c
  1.6       +16 -2     src/sbin/geom/class/stripe/gstripe.8
  1.11      +2 -1      src/sys/geom/concat/g_concat.c
  1.8       +1 -1      src/sys/geom/concat/g_concat.h
  1.2       +2 -1      src/sys/geom/label/g_label.c
  1.2       +1 -1      src/sys/geom/label/g_label.h
  1.3       +2 -1      src/sys/geom/stripe/g_stripe.c
  1.2       +1 -1      src/sys/geom/stripe/g_stripe.h


More information about the cvs-src mailing list