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

Lukas Ertl le at FreeBSD.org
Sat Nov 19 20:25:22 GMT 2005


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 at 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


More information about the cvs-src mailing list