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 26 11:06:19 GMT 2005
le 2005-11-26 11:06:11 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
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: (Branch: RELENG_6)
sys/geom/vinum geom_vinum_move.c geom_vinum_rename.c
Log:
MFC:
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.
Plus several whitespace/style fixes.
Revision Changes Path
1.16.2.2 +6 -0 src/sys/geom/vinum/geom_vinum.c
1.9.2.1 +9 -0 src/sys/geom/vinum/geom_vinum.h
1.18.2.3 +0 -1 src/sys/geom/vinum/geom_vinum_drive.c
1.2.2.1 +213 -0 src/sys/geom/vinum/geom_vinum_move.c (new)
1.3.2.1 +347 -0 src/sys/geom/vinum/geom_vinum_rename.c (new)
1.6.2.3 +1 -3 src/sys/geom/vinum/geom_vinum_rm.c
1.1.8.2 +2 -1 src/sys/modules/geom/geom_vinum/Makefile
More information about the cvs-src
mailing list