From owner-freebsd-stable@FreeBSD.ORG Tue Oct 24 06:47:16 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77A2E16A403 for ; Tue, 24 Oct 2006 06:47:16 +0000 (UTC) (envelope-from roth@droopy.unibe.ch) Received: from mailhub03.unibe.ch (mailhub.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id B45B643D53 for ; Tue, 24 Oct 2006 06:47:15 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub02.unibe.ch [130.92.5.62]) by mailhub03.unibe.ch (Postfix) with ESMTP id 8F61C50620; Tue, 24 Oct 2006 08:47:13 +0200 (CEST) X-Virus-checked: by University of Berne Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub02.unibe.ch [130.92.5.62]) (amavisd-new, port 10024) with LMTP id rxtlBt6Lofne; Tue, 24 Oct 2006 08:47:12 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id 4219250625; Tue, 24 Oct 2006 08:47:12 +0200 (CEST) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.13.6+Sun/8.13.6) with ESMTP id k9O6lCGp000812; Tue, 24 Oct 2006 08:47:12 +0200 (MEST) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k9O6lCep026263; Tue, 24 Oct 2006 08:47:12 +0200 (MEST) Date: Tue, 24 Oct 2006 08:47:12 +0200 From: Tobias Roth To: Duane Whitty Message-ID: <20061024064712.GA26237@droopy.unibe.ch> References: <20061024050431.GA1474@dwpc.dwlabs.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061024050431.GA1474@dwpc.dwlabs.ca> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. Cc: freebsd-stable@freebsd.org Subject: Re: Pleading for commit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 06:47:16 -0000 On Tue, Oct 24, 2006 at 02:04:31AM -0300, Duane Whitty wrote: > --- rtld.c.orig Sun Oct 22 20:21:10 2006 > +++ rtld.c Sun Oct 22 20:22:37 2006 > @@ -131,6 +131,7 @@ > static void ref_dag(Obj_Entry *); > > void r_debug_state(struct r_debug*, struct link_map*); > +__weak_reference(dlsym, _dlsym); > > /* > * Data declarations. > > It seems that so many of us have been successfully using this patch > to src/libexec/rtld-elf/rtld.c for a great while now. I have carefully > followed the thread on current@ concerning this topic. The patch was > "turned down" but I don't know why. Uhm, before starting to lobby a patch into the kernel, wouldn't it make sense to research the reason why it was "turned down" once already? Thanks, Tobias