From owner-cvs-all@FreeBSD.ORG Mon Aug 2 16:37:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50ADC16A4CE; Mon, 2 Aug 2004 16:37:22 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C7AC43D1F; Mon, 2 Aug 2004 16:37:22 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i72GbIkt009912; Mon, 2 Aug 2004 09:37:18 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.12.11/Submit) id i72GbHld009911; Mon, 2 Aug 2004 09:37:17 -0700 (PDT) (envelope-from obrien) Date: Mon, 2 Aug 2004 09:37:17 -0700 From: "David O'Brien" To: Pawel Jakub Dawidek Message-ID: <20040802163717.GD96135@dragon.nuxi.com> References: <200407302313.i6UNDj5H004714@repoman.freebsd.org> <20040801135944.GF39839@darkness.comp.waw.pl> <20040802085135.GA3559@ip.net.ua> <20040802090003.GQ39839@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040802090003.GQ39839@darkness.comp.waw.pl> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Dag-Erling Sm?rgrav cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sbin/geom/class/mirror Makefile geom_mirror.c src/sys/geom/mirror g_mirror.c g_mirror.h g_mirror_ctl.c src/sys/modules/geom/geom_mirror Makefile src/tools/regression/geom_mirror Makefile runtests.sh test-1.sh test-2.sh test-3.sh test-4.sh ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 16:37:22 -0000 On Mon, Aug 02, 2004 at 11:00:03AM +0200, Pawel Jakub Dawidek wrote: > +> On Mon, Aug 02, 2004 at 02:49:33AM +0200, Dag-Erling Sm?rgrav wrote: > +> Another alternative to consider is to rename GEOM modules to be plain > +> .so's. Is there any real benefit in versioning them, as there's > +> unlikely that applications will be linked to them. Partial patch: > > I think I'll go this way, because after dlopen() I'm still looking for > lib_version symbol and checking the version number of loaded library, > so I don't really need major numbers in libraries names. Please don't fall into the /usr/lib/pam_*.so trap. These are also dlopen()ed and we had trouble with our compat libs when we did not version them. -- -- David (obrien@FreeBSD.org)