From owner-cvs-all@FreeBSD.ORG Sun May 13 14:12:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68E7116A403; Sun, 13 May 2007 14:12:41 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 57CDF13C458; Sun, 13 May 2007 14:12:41 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4DECfeR068713; Sun, 13 May 2007 14:12:41 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4DECf2N068712; Sun, 13 May 2007 14:12:41 GMT (envelope-from deischen) Message-Id: <200705131412.l4DECf2N068712@repoman.freebsd.org> From: Daniel Eischen Date: Sun, 13 May 2007 14:12:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 src/lib/libc Makefile src/lib/libc_r Makefile src/lib/libpthread Makefile pthread.map src/lib/libpthread/thread thr_private.h src/lib/librt Makefile src/lib/libthr Makefile pthread.map src/lib/libthread_db Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2007 14:12:41 -0000 deischen 2007-05-13 14:12:41 UTC FreeBSD src repository Modified files: . Makefile.inc1 lib/libc Makefile lib/libc_r Makefile lib/libpthread Makefile pthread.map lib/libpthread/thread thr_private.h lib/librt Makefile lib/libthr Makefile pthread.map lib/libthread_db Makefile lib/msun Makefile libexec/rtld-elf Makefile share/mk bsd.lib.mk bsd.libnames.mk bsd.own.mk bsd.symver.mk Log: Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. Warning, after symbol versioning is enabled, going back is not easy (use WITHOUT_SYMVER at your own risk). Change the default thread library to libthr. There most likely still needs to be a version bump for at least the thread libraries. If necessary, this will happen later. Revision Changes Path 1.573 +1 -1 src/Makefile.inc1 1.70 +0 -2 src/lib/libc/Makefile 1.46 +8 -1 src/lib/libc_r/Makefile 1.60 +16 -11 src/lib/libpthread/Makefile 1.20 +0 -368 src/lib/libpthread/pthread.map 1.130 +1 -1 src/lib/libpthread/thread/thr_private.h 1.5 +0 -2 src/lib/librt/Makefile 1.22 +6 -6 src/lib/libthr/Makefile 1.18 +0 -374 src/lib/libthr/pthread.map 1.9 +0 -2 src/lib/libthread_db/Makefile 1.77 +0 -2 src/lib/msun/Makefile 1.40 +3 -1 src/libexec/rtld-elf/Makefile 1.181 +1 -1 src/share/mk/bsd.lib.mk 1.104 +5 -1 src/share/mk/bsd.libnames.mk 1.62 +3 -0 src/share/mk/bsd.own.mk 1.3 +1 -1 src/share/mk/bsd.symver.mk