From owner-cvs-src Thu Feb 13 9:57:28 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97F2637B401; Thu, 13 Feb 2003 09:57:25 -0800 (PST) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8040143FAF; Thu, 13 Feb 2003 09:57:24 -0800 (PST) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.6/8.12.6) with ESMTP id h1DHvNQa040211; Thu, 13 Feb 2003 12:57:23 -0500 (EST) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.6/8.12.6/Submit) id h1DHvN72040210; Thu, 13 Feb 2003 12:57:23 -0500 (EST) Date: Thu, 13 Feb 2003 12:57:23 -0500 From: Alexander Kabaev To: Maxim Sobolev Cc: kan@FreeBSD.org, 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.hsrc/libexec/rtld-elf rtld.c rtld.h src/lib/libc/gen dlfcn.c Message-Id: <20030213125723.47b4d15c.ak03@gte.com> In-Reply-To: <3E4BDC2A.7989571A@portaone.com> References: <200302131747.h1DHliKi016542@repoman.freebsd.org> <3E4BDC2A.7989571A@portaone.com> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.10claws8 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alexey is presumably working on it. He volunteered :) On Thu, 13 Feb 2003 19:55:54 +0200 Maxim Sobolev wrote: > 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. > > > > 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 > > Please update documentation as well. > > -Maxim -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message