<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/libexec/rtld-elf, branch release/3.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-01-21T00:55:32Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-01-21T00:55:32Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2e61cbb7f50878e738849ea4384118c13733f09c'/>
<id>urn:sha1:2e61cbb7f50878e738849ea4384118c13733f09c</id>
<content type='text'>
'RELENG_3_0_0_RELEASE'.

This commit was manufactured to restore the state of the 3.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-01-21T00:55:32Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=76b5366091f76c9bc73570149ef5055648fc2c39'/>
<id>urn:sha1:76b5366091f76c9bc73570149ef5055648fc2c39</id>
<content type='text'>
'RELENG_3_0_0_RELEASE'.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_3'.</title>
<updated>1999-01-21T00:55:31Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6'/>
<id>urn:sha1:4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the runpath of the main program for locating libraries loaded by</title>
<updated>1998-11-27T21:19:52Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1998-11-27T21:19:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eace1a8ad989fcd5026831b786686d1f290b34fb'/>
<id>urn:sha1:eace1a8ad989fcd5026831b786686d1f290b34fb</id>
<content type='text'>
dlopen().

Reviewed by: jdp
</content>
</entry>
<entry>
<title>Fix a bug in dlclose that broke the apache13 port.  The list of</title>
<updated>1998-10-13T03:31:59Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1998-10-13T03:31:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1280c211e2be8a1dccc0d26ed6b79f7853e7c19a'/>
<id>urn:sha1:1280c211e2be8a1dccc0d26ed6b79f7853e7c19a</id>
<content type='text'>
loaded objects wasn't being maintained properly.
</content>
</entry>
<entry>
<title>Make LD_PRELOAD work for ELF.</title>
<updated>1998-09-22T02:09:56Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1998-09-22T02:09:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b19042b5690908a4f39cd3972797012496ba7b97'/>
<id>urn:sha1:b19042b5690908a4f39cd3972797012496ba7b97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bug that showed up when debugging dynamically linked programs.</title>
<updated>1998-09-16T02:54:08Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1998-09-16T02:54:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=29218d94d3881b0a950d89ee8c1bc7e88cf39e6b'/>
<id>urn:sha1:29218d94d3881b0a950d89ee8c1bc7e88cf39e6b</id>
<content type='text'>
References from GDB to "printf" and various other functions would
find the versions in the dynamic linker itself, rather than the
versions in the program's libc.  This fix moves the GDB link map
entry for the dynamic linker to the end of the search list, where
its symbols will be found only if they are not found anywhere else.
It was suggested by Doug Rabson, though I implemented it a little
differently.

I personally would prefer to leave the dynamic linker's entry out
of the GDB search list altogether.  But Doug argues that it is
handy there for such things as setting breakpoints on dlopen().
So it stays for now, at least.

Note, if we ever integrate the dynamic linker with libc (which has
several important benefits to recommend it), this whole problem
goes away.
</content>
</entry>
<entry>
<title>Make the pathname pointed to by the Obj_Entry structure for the</title>
<updated>1998-09-15T21:07:52Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1998-09-15T21:07:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4e25d42aeec26af925d501d8a3840c4cb08af836'/>
<id>urn:sha1:4e25d42aeec26af925d501d8a3840c4cb08af836</id>
<content type='text'>
dynamic linker itself dynamically allocated.  All of them are
supposed to be dynamically allocated, but we cheated before.  It
made gdb unhappy under some circumstances.
</content>
</entry>
<entry>
<title>Update to the binutils-2.9.1 PLT format.</title>
<updated>1998-09-11T18:31:55Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1998-09-11T18:31:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=75fd258d75d57d416c879a1572d2404cf4bd229c'/>
<id>urn:sha1:75fd258d75d57d416c879a1572d2404cf4bd229c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the r_addend of the relocation when processing GLOB_DAT relocations.</title>
<updated>1998-09-11T18:30:55Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1998-09-11T18:30:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=732b5469fe955da7cf2c9309b6e7ef153ec24d41'/>
<id>urn:sha1:732b5469fe955da7cf2c9309b6e7ef153ec24d41</id>
<content type='text'>
</content>
</entry>
</feed>
