<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/libexec/rtld-elf/rtld.1, branch release/2.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1996-11-02T10:41:29Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.</title>
<updated>1996-11-02T10:41:29Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1996-11-02T10:41:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2fce0b4e66baed619f83c7226d51fe90862f0122'/>
<id>urn:sha1:2fce0b4e66baed619f83c7226d51fe90862f0122</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix two minor typos in the manual page.</title>
<updated>1996-10-18T04:49:43Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1996-10-18T04:49:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=16804804dfa1f0fa42c90e4598e5c34552cf0bf4'/>
<id>urn:sha1:16804804dfa1f0fa42c90e4598e5c34552cf0bf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to handle new version ld.so.hints and info in executable for</title>
<updated>1996-10-01T01:52:03Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-10-01T01:52:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5584286a91aaacc3799d04087ad0dcb4b5c12712'/>
<id>urn:sha1:5584286a91aaacc3799d04087ad0dcb4b5c12712</id>
<content type='text'>
configurable fallback search paths, as well as new crt interface version.

Also:
 - even faster getenv(), get all environment variable settings in a single
   pass.
 - ldd printf-like format specifications
 - minor code cleanups, one vsprintf -&gt; vsnprintf (harmless)

The library search sequence is a little more complete now. Before,
it'd search $LD_LIBRARY_PATH (by opendir/readdir/closedir), then read
the hints file, then read /usr/lib (again by scanning thr directory).  It
would then fail if there was no "found" library.

Now, it does LD_LIBRARY_PATH and the hints file the same, but then uses
a longer fallback path.  The -R path is fetched from the executable if
specified at build time, the ldconfig path is appended, and /usr/lib is
appended to that. Duplicates are suppressed.  This means that simply
placing a new library in /usr/local/lib will work (the same as it did in
/usr/lib) without needing ldconfig -m.  It will find it quicker if the
ldconfig is run though.

Similar changes have been made to the NetBSD ld.so, but ours is rather
different now due to John Polstra's speedups and fixes from a while back.

The ldd printf-like format support came direct from NetBSD.

Reviewed by: nate, jdp
</content>
</entry>
<entry>
<title>add missing comma(s) in .Xr macros</title>
<updated>1996-09-23T22:24:39Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1996-09-23T22:24:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e0e5145ce6dc9de9aa4d1ce7a36a8dcf06b96585'/>
<id>urn:sha1:e0e5145ce6dc9de9aa4d1ce7a36a8dcf06b96585</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement support for LD_PRELOAD in the dynamic linker.  Remove</title>
<updated>1996-04-20T18:29:50Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1996-04-20T18:29:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dd2b076850214f3000578461d041ab70b32033e2'/>
<id>urn:sha1:dd2b076850214f3000578461d041ab70b32033e2</id>
<content type='text'>
descriptions of LD_NO_INTERN_SEARCH and LD_NOSTD_PATH from the manual
page, since they are not supported.

Submitted by:	Doug Ambrisko &lt;ambrisko@ambrisko.roble.com&gt;
</content>
</entry>
<entry>
<title>This is a FreeBSD manpage, not a NetBSD manpage. :)</title>
<updated>1995-10-05T05:16:52Z</updated>
<author>
<name>Nate Williams</name>
<email>nate@FreeBSD.org</email>
</author>
<published>1995-10-05T05:16:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c68c38c86ba669741808184bc0d5f0227ef0f61b'/>
<id>urn:sha1:c68c38c86ba669741808184bc0d5f0227ef0f61b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import Paul Kranenburg's man page for ld.so (aka. rtld).</title>
<updated>1995-08-26T13:17:39Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1995-08-26T13:17:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=19d57e6d9d968adba6b557adf1642bdb32b58f22'/>
<id>urn:sha1:19d57e6d9d968adba6b557adf1642bdb32b58f22</id>
<content type='text'>
Obtained from:	NetBSD
</content>
</entry>
</feed>
