Date: Sat, 26 Nov 2005 11:06:11 +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: <200511261106.jAQB6BMM061030@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511261106.jAQB6BMM061030>