Date: Thu, 13 Feb 2003 12:57:23 -0500 From: Alexander Kabaev <ak03@gte.com> To: Maxim Sobolev <sobomax@portaone.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
Alexey is presumably working on it. He volunteered :) On Thu, 13 Feb 2003 19:55:54 +0200 Maxim Sobolev <sobomax@portaone.com> 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-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030213125723.47b4d15c.ak03>