<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/rtld-elf/rtld.1, branch releng/8.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Document RTLD_NODELETE, -z nodelete and -z origin support.</title>
<updated>2009-04-01T14:38:20+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2009-04-01T14:38:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b2e4ce45d958731223ce1d47d197120c0c34df8e'/>
<id>b2e4ce45d958731223ce1d47d197120c0c34df8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for a new environment variable, LD_ELF_HINTS_PATH for overriding</title>
<updated>2009-03-23T16:49:00+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-03-23T16:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=569e2ef6a975bb72fb9c139ddab433d25f0e77ab'/>
<id>569e2ef6a975bb72fb9c139ddab433d25f0e77ab</id>
<content type='text'>
the rtld hints file.  This environment variable would be unset if the
process is considered as tainted with setuid/setgid.  This feature gives
a convenient way of using a custom set of shared library that is not
located in the default location and switch back.

Feature requested by:	iXsystems
Original patch by:	John Hixson
MFC after:		2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the rtld hints file.  This environment variable would be unset if the
process is considered as tainted with setuid/setgid.  This feature gives
a convenient way of using a custom set of shared library that is not
located in the default location and switch back.

Feature requested by:	iXsystems
Original patch by:	John Hixson
MFC after:		2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the meaning of the %A format specifier, as passed to</title>
<updated>2008-05-15T10:47:14+00:00</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2008-05-15T10:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=523b17effe5f431849cad5e65d6369ca9fc4dee1'/>
<id>523b17effe5f431849cad5e65d6369ca9fc4dee1</id>
<content type='text'>
LD_TRACE_LOADED_OBJECTS_FMT[12], more obvious for users like me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LD_TRACE_LOADED_OBJECTS_FMT[12], more obvious for users like me.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the man page to reflect that certain variables will be unset in</title>
<updated>2007-05-17T19:14:25+00:00</updated>
<author>
<name>Christian S.J. Peron</name>
<email>csjp@FreeBSD.org</email>
</author>
<published>2007-05-17T19:14:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b075897e99baba35199f2b2b23878a10b259dfc2'/>
<id>b075897e99baba35199f2b2b23878a10b259dfc2</id>
<content type='text'>
the case that the program is set-user-ID or set-group-ID. Add missing
annotations for LIBMAP and LIBMAP_DISABLE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the case that the program is set-user-ID or set-group-ID. Add missing
annotations for LIBMAP and LIBMAP_DISABLE.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove %m formatter, it's ifdef 0'ed in the code from the very beginning</title>
<updated>2007-05-12T12:26:25+00:00</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2007-05-12T12:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=88922cf00e6814a616d4a93a868e0bd50e4fada8'/>
<id>88922cf00e6814a616d4a93a868e0bd50e4fada8</id>
<content type='text'>
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand documentation for LD_TRACE_LOADED_OBJECTS_FMT? variables</title>
<updated>2007-05-12T12:24:49+00:00</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2007-05-12T12:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b9e1d83e61467ed96524d85e195bd585f7b469a4'/>
<id>b9e1d83e61467ed96524d85e195bd585f7b469a4</id>
<content type='text'>
PR:		docs/66265 (inspired by)
Submitted by:	Michel Lavondes &lt;fox@vader.aacc.cc.md.us&gt;
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		docs/66265 (inspired by)
Submitted by:	Michel Lavondes &lt;fox@vader.aacc.cc.md.us&gt;
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Document LD_UTRACE.</title>
<updated>2007-01-23T22:38:39+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-01-23T22:38:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f0ac0f92fb1a5b5b3b9c42081e65f4687c5606c8'/>
<id>f0ac0f92fb1a5b5b3b9c42081e65f4687c5606c8</id>
<content type='text'>
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Markup fixes.</title>
<updated>2006-09-17T21:48:47+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-17T21:48:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a3ec17db372ad7c3f70252aef981056782596cd0'/>
<id>a3ec17db372ad7c3f70252aef981056782596cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Document LD_32_* environment variables</title>
<updated>2006-03-27T00:53:58+00:00</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2006-03-27T00:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8a50f51b1b4f3b458940aa114084ef6d24531de9'/>
<id>8a50f51b1b4f3b458940aa114084ef6d24531de9</id>
<content type='text'>
- Mention 32-bit files in FILES section

MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Mention 32-bit files in FILES section

MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed trailing whitespace.</title>
<updated>2005-06-14T08:41:11+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-06-14T08:41:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cc4fdb1de974733c71bb13ea0736dd1307191612'/>
<id>cc4fdb1de974733c71bb13ea0736dd1307191612</id>
<content type='text'>
Approved by:	re (blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (blanket)
</pre>
</div>
</content>
</entry>
</feed>
