svn commit: r195745 - in head: include lib/libc/gen libexec/rtld-elf

Jung-uk Kim jkim at FreeBSD.org
Fri Jul 17 20:12:15 UTC 2009


On Friday 17 July 2009 03:45 pm, Konstantin Belousov wrote:
> Author: kib
> Date: Fri Jul 17 19:45:42 2009
> New Revision: 195745
> URL: http://svn.freebsd.org/changeset/base/195745
>
> Log:
>   Implement RTLD_NOLOAD flag for dlopen(3).

There was brief discussion long ago:

http://docs.freebsd.org/cgi/mid.cgi?Pine.BSF.4.21.0005262046240.6763-100000
http://docs.freebsd.org/cgi/mid.cgi?200005282207.PAA13158

It was implemented in glibc 2.2 according to the manual page:

http://www.linuxhowtos.org/manpages/3p/dlsym.htm

This explains what it does:

http://stupefydeveloper.blogspot.com/2008/03/dlopen-performance.html

FYI...

Jung-uk Kim


More information about the svn-src-head mailing list