From owner-cvs-all@FreeBSD.ORG Fri Sep 8 18:46:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 D96EB16A494; Fri, 8 Sep 2006 18:46:02 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5305743D5D; Fri, 8 Sep 2006 18:45:58 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k88IjSdi051523; Fri, 8 Sep 2006 14:45:28 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Kostik Belousov Date: Fri, 8 Sep 2006 14:44:56 -0400 User-Agent: KMail/1.6.2 References: <200609081459.k88ExtSR084500@repoman.freebsd.org> <200609081309.29850.jkim@FreeBSD.org> <20060908172232.GG14781@deviant.kiev.zoral.com.ua> In-Reply-To: <20060908172232.GG14781@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200609081444.59352.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1826/Fri Sep 8 07:38:39 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c 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: Fri, 08 Sep 2006 18:46:03 -0000 On Friday 08 September 2006 01:22 pm, Kostik Belousov wrote: > This change brings rtld behaviour to the standard. Solaris and > Linux both do this in the right way. Shall we bump > __FreeBSD_version for such kind of bugfixes ? I forgot to comment on this one. It can be used to get rid of local hacks such as this: http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/editors/openoffice.org-2.0/files/patch-i66667?rev=1.3&content-type=text/plain Keeping local hacks like this up-to-date is real PITA. Jung-uk Kim