<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/rtld-elf, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r362958</title>
<updated>2020-07-20T17:04:25+00:00</updated>
<author>
<name>Leandro Lupori</name>
<email>luporl@FreeBSD.org</email>
</author>
<published>2020-07-20T17:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4f95a37683ec73ccfa84ad6cedbdab6f8d51ec86'/>
<id>4f95a37683ec73ccfa84ad6cedbdab6f8d51ec86</id>
<content type='text'>
Handle non-PLT GNU IFUNC relocations in rtld
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle non-PLT GNU IFUNC relocations in rtld
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r362347:</title>
<updated>2020-06-25T05:20:00+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2020-06-25T05:20:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ffeb185bb418ba86678920605dacaabeead05761'/>
<id>ffeb185bb418ba86678920605dacaabeead05761</id>
<content type='text'>
rtld: Apply relro to itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rtld: Apply relro to itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r362346:</title>
<updated>2020-06-25T05:17:36+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2020-06-25T05:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9f51894f4f051e4947b0bc1f824e9f474c5a55ca'/>
<id>9f51894f4f051e4947b0bc1f824e9f474c5a55ca</id>
<content type='text'>
rtld: Parse own phdr and notes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rtld: Parse own phdr and notes.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r362251:</title>
<updated>2020-06-23T03:18:57+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2020-06-23T03:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ad8fb33ffaf265dbeb9b8b84a7b3873c0261b076'/>
<id>ad8fb33ffaf265dbeb9b8b84a7b3873c0261b076</id>
<content type='text'>
rtld: Allow to load ET_DYN &amp;&amp; DF_1_PIE when tracing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rtld: Allow to load ET_DYN &amp;&amp; DF_1_PIE when tracing.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r362250:</title>
<updated>2020-06-23T03:18:07+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2020-06-23T03:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7aa1bd8778b4b174f25667e942e4e43bb1ffb6b7'/>
<id>7aa1bd8778b4b174f25667e942e4e43bb1ffb6b7</id>
<content type='text'>
rtld: Add debug line for dlopen_object().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rtld: Add debug line for dlopen_object().
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r362249:</title>
<updated>2020-06-23T03:17:14+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2020-06-23T03:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d0c336c27c64fbf43fc727f55557835d1239bf67'/>
<id>d0c336c27c64fbf43fc727f55557835d1239bf67</id>
<content type='text'>
Systematically pass RTLD_LO_TRACE to load_needed_objects().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Systematically pass RTLD_LO_TRACE to load_needed_objects().
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r362128:</title>
<updated>2020-06-19T10:33:45+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2020-06-19T10:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d9f3812bbb602d500891b3cb552a0960773965c1'/>
<id>d9f3812bbb602d500891b3cb552a0960773965c1</id>
<content type='text'>
rtld: set osrel when in the direct exec mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rtld: set osrel when in the direct exec mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r361725, r361728:</title>
<updated>2020-06-09T09:04:57+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2020-06-09T09:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8017fa6a2cf60dd1bab6f4ecca77bb2f8cc92e00'/>
<id>8017fa6a2cf60dd1bab6f4ecca77bb2f8cc92e00</id>
<content type='text'>
Do not allow to load ET_DYN object with DF_1_PIE flag set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not allow to load ET_DYN object with DF_1_PIE flag set.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r361672, r361675, r361676, r361680:</title>
<updated>2020-06-07T00:41:43+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2020-06-07T00:41:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cda4eb5258a92524067542937684fef4a7fe0134'/>
<id>cda4eb5258a92524067542937684fef4a7fe0134</id>
<content type='text'>
rtld direct exec: add -b and -v options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rtld direct exec: add -b and -v options.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r361303, r361349, r361394, r361398, r361537:</title>
<updated>2020-05-27T21:56:45+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2020-05-27T21:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f33f0460b0a2ea535d7076849a2aa273542e619a'/>
<id>f33f0460b0a2ea535d7076849a2aa273542e619a</id>
<content type='text'>
Change link_map::l_addr to mean load offset in ABI-compatible way.
Add link_map::l_refname.
Add rtld feature indicators.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change link_map::l_addr to mean load offset in ABI-compatible way.
Add link_map::l_refname.
Add rtld feature indicators.
</pre>
</div>
</content>
</entry>
</feed>
