From owner-cvs-all Thu Feb 13 10:18:53 2003 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 48E8D37B401; Thu, 13 Feb 2003 10:18:51 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27C5D43F3F; Thu, 13 Feb 2003 10:18:48 -0800 (PST) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h1DKOhvb038157; Thu, 13 Feb 2003 20:24:43 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h1DIPaaj005111; Thu, 13 Feb 2003 20:25:36 +0200 (EET) (envelope-from phantom) Date: Thu, 13 Feb 2003 20:25:36 +0200 From: Alexey Zelkin To: Alexander Kabaev Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include dlfcn.h src/sys/sys link_elf.h src/libexec/rtld-elf rtld.c rtld.h src/lib/libc/gen dlfcn.c Message-ID: <20030213202536.A5080@phantom.cris.net> References: <200302131747.h1DHliKi016542@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200302131747.h1DHliKi016542@repoman.freebsd.org>; from kan@FreeBSD.org on Thu, Feb 13, 2003 at 09:47:44AM -0800 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks! On Thu, Feb 13, 2003 at 09:47:44AM -0800, Alexander Kabaev wrote: > kan 2003/02/13 09:47:44 PST > > Modified files: > include dlfcn.h > sys/sys link_elf.h > libexec/rtld-elf rtld.h rtld.c > lib/libc/gen dlfcn.c > Log: > Implement dlinfo() function. > > Introdice RTLD_SELF special handle and properly process it within > dlsym() and dlinfo() functions. > > The intention is to improve our compatibility with Solaris and > to make a Java port easier. Actually not easer, but make its behaviour more close to original Solaris JDK. > Partially submitted by: phantom > > Revision Changes Path > 1.19 +34 -3 src/include/dlfcn.h > 1.10 +8 -0 src/lib/libc/gen/dlfcn.c > 1.74 +262 -32 src/libexec/rtld-elf/rtld.c > 1.26 +1 -1 src/libexec/rtld-elf/rtld.h > 1.25 +13 -2 src/sys/sys/link_elf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message