Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2005 20:25:18 +0000 (UTC)
From:      Lukas Ertl <le@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom/vinum geom_vinum.c geom_vinum.h geom_vinum_drive.c geom_vinum_move.c geom_vinum_rename.c geom_vinum_rm.c src/sys/modules/geom/geom_vinum Makefile
Message-ID:  <200511192025.jAJKPIYv033343@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
le          2005-11-19 20:25:18 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/vinum       geom_vinum.c geom_vinum.h 
                         geom_vinum_drive.c geom_vinum_rm.c 
    sys/modules/geom/geom_vinum Makefile 
  Added files:
    sys/geom/vinum       geom_vinum_move.c geom_vinum_rename.c 
  Log:
  Finally bring in what was produced during Google SoC 2005:
  
  Add functions to rename objects and to move a subdisk from one drive
  to another.
  
  Obtained from:  Chris Jones <chris.jones@ualberta.ca>
  Sponsored by:   Google Summer of Code 2005
  MFC in:         1 week
  
  Revision  Changes    Path
  1.18      +6 -0      src/sys/geom/vinum/geom_vinum.c
  1.10      +9 -0      src/sys/geom/vinum/geom_vinum.h
  1.21      +0 -1      src/sys/geom/vinum/geom_vinum_drive.c
  1.1       +213 -0    src/sys/geom/vinum/geom_vinum_move.c (new)
  1.1       +284 -0    src/sys/geom/vinum/geom_vinum_rename.c (new)
  1.9       +1 -3      src/sys/geom/vinum/geom_vinum_rm.c
  1.3       +2 -1      src/sys/modules/geom/geom_vinum/Makefile



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