Date: Fri, 26 Aug 2005 08:28:13 GMT From: soc-cjones <soc-cjones@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 82600 for review Message-ID: <200508260828.j7Q8SDNa026899@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=82600 Change 82600 by soc-cjones@soc-cjones_ides on 2005/08/26 08:27:26 Add supported-by text, license manpage, other manpage cleanups. Affected files ... .. //depot/projects/soc2005/gvinum/src/sbin/gvinum/gvinum.8#4 edit .. //depot/projects/soc2005/gvinum/src/sbin/gvinum/gvinum.c#7 edit .. //depot/projects/soc2005/gvinum/src/sys/geom/vinum/geom_vinum_move.c#16 edit .. //depot/projects/soc2005/gvinum/src/sys/geom/vinum/geom_vinum_rename.c#8 edit Differences ... ==== //depot/projects/soc2005/gvinum/src/sbin/gvinum/gvinum.8#4 (text+ko) ==== @@ -1,3 +1,31 @@ +.\" Copyright (c) 2005 Chris Jones +.\" All rights reserved. +.\" +.\" This software was developed for the FreeBSD Project by Chris Jones +.\" thanks to the support of Google's Summer of Code program and +.\" mentoring by Lukas Ertl. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" .Dd July 24, 2005 .Dt GVINUM 8 .Os @@ -149,12 +177,13 @@ .Nm vi . .El .Sh SEE ALSO -.Xr gvinum 4 , +.Xr vinum 4 , .Xr vinum 8 , .Xr geom 8 .Pp .Sh AUTHORS .An Lukas Ertl Aq le@freebsd.org +.An Chris Jones Aq soc-cjones@freebsd.org .Sh HISTORY The .Nm @@ -162,9 +191,21 @@ .Fx 5.3 . The .Nm vinum utility, on which -.Nm +.Nm is based, was written by Greg Lehey. +.Pp +.Nm +was written by Lukas Ertl. The move and rename commands and +documentation were added by Chris Jones through the 2005 Google Summer +of Code program. .Sh BUGS +.Xr gvinum 8 does not rename devices in +.Pa /dev/gvinum +until reloaded. +.Pp +Moving subdisks that are not part of a mirrored or RAID-5 volume will +destroy data. +.Pp .Xr gvinum 8 does not yet fully implement all functions found in .Xr vinum 4 . Specifically, the following commands from .Xr vinum 4 are not supported: ==== //depot/projects/soc2005/gvinum/src/sbin/gvinum/gvinum.c#7 (text+ko) ==== @@ -1,7 +1,11 @@ /* - * Copyright (c) 2004 Lukas Ertl + * Copyright (c) 2004 Lukas Ertl, 2005 Chris Jones * All rights reserved. * + * Portions of this software were developed for the FreeBSD Project + * by Chris Jones thanks to the support of Google's Summer of Code + * program and mentoring by Lukas Ertl. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: ==== //depot/projects/soc2005/gvinum/src/sys/geom/vinum/geom_vinum_move.c#16 (text+ko) ==== @@ -2,6 +2,10 @@ * Copyright (c) 2005 Chris Jones * All rights reserved. * + * This software was developed for the FreeBSD Project by Chris Jones + * thanks to the support of Google's Summer of Code program and + * mentoring by Lukas Ertl. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: ==== //depot/projects/soc2005/gvinum/src/sys/geom/vinum/geom_vinum_rename.c#8 (text+ko) ==== @@ -1,6 +1,10 @@ /*- * Copyright (c) 2005 Chris Jones * All rights reserved. + * + * This software was developed for the FreeBSD Project by Chris Jones + * thanks to the support of Google's Summer of Code program and + * mentoring by Lukas Ertl. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508260828.j7Q8SDNa026899>