From owner-cvs-src Thu Feb 13 9:47:46 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 1EDF337B401; Thu, 13 Feb 2003 09:47:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C131343F93; Thu, 13 Feb 2003 09:47:44 -0800 (PST) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1DHlibv016543; Thu, 13 Feb 2003 09:47:44 -0800 (PST) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1DHliKi016542; Thu, 13 Feb 2003 09:47:44 -0800 (PST) Message-Id: <200302131747.h1DHliKi016542@repoman.freebsd.org> From: Alexander Kabaev Date: Thu, 13 Feb 2003 09:47:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 X-FreeBSD-CVS-Branch: HEAD 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 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message