From owner-cvs-src Thu Feb 13 10:59:34 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 6A38C37B401; Thu, 13 Feb 2003 10:59:31 -0800 (PST) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDAB243FBD; Thu, 13 Feb 2003 10:59:29 -0800 (PST) (envelope-from sobomax@portaone.com) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.12.6/8.12.6) with ESMTP id h1DIxO0A010513; Thu, 13 Feb 2003 20:59:26 +0200 (EET) (envelope-from sobomax@portaone.com) Received: from portaone.com (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id h1DJ0WUk006532; Thu, 13 Feb 2003 21:00:32 +0200 (EET) (envelope-from sobomax@portaone.com) Message-ID: <3E4BEB1A.26E06922@portaone.com> Date: Thu, 13 Feb 2003 20:59:38 +0200 From: Maxim Sobolev Organization: Porta Software Ltd X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Alexander Kabaev 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 References: <200302131747.h1DHliKi016542@repoman.freebsd.org> <3E4BDC2A.7989571A@portaone.com> <20030213125723.47b4d15c.ak03@gte.com> Content-Type: text/plain; charset=koi8-r 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 Alexander Kabaev wrote: > > Alexey is presumably working on it. He volunteered :) That's fine, but I would recommend the following rule of thumb "commit a new feature only along with documentation. If documentation isn't ready then don't commit at all until it is finished." -Maxim > > 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