<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec, branch releng/10.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-06-30T19:53:26Z</updated>
<entry>
<title>MFC 284709:</title>
<updated>2015-06-30T19:53:26Z</updated>
<author>
<name>Warren Block</name>
<email>wblock@FreeBSD.org</email>
</author>
<published>2015-06-30T19:53:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d60fdfbc50baf93a49d2927f52be580487911503'/>
<id>urn:sha1:d60fdfbc50baf93a49d2927f52be580487911503</id>
<content type='text'>
  Call /etc/crontab the "system crontab", not "root's crontab".  While
  here, fix some other wording issues
</content>
</entry>
<entry>
<title>MFH (r277695): allow tracing dlfunc() / dlsym() events</title>
<updated>2015-06-30T14:17:02Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2015-06-30T14:17:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8bda59ea25aa0fc54c819c34381eadee7eb5a1e0'/>
<id>urn:sha1:8bda59ea25aa0fc54c819c34381eadee7eb5a1e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r282245:</title>
<updated>2015-05-06T09:38:44Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2015-05-06T09:38:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9016b9b8c463987456dc2225383feda001970ce1'/>
<id>urn:sha1:9016b9b8c463987456dc2225383feda001970ce1</id>
<content type='text'>
Remove the #ifdef DEBUG code, which is not compilable on 64bit
architectures.

PR:	199767
</content>
</entry>
<entry>
<title>MFC r282109:</title>
<updated>2015-05-04T08:19:12Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2015-05-04T08:19:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=05bdbc5383ac7e5c47a94ea3ceaa8578359ae428'/>
<id>urn:sha1:05bdbc5383ac7e5c47a94ea3ceaa8578359ae428</id>
<content type='text'>
Always do token substitution, do not require -z origin to do it.
</content>
</entry>
<entry>
<title>MFC r281107: MIPS rtld: report missing symbol rather than segfaulting</title>
<updated>2015-04-28T12:48:30Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2015-04-28T12:48:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=391bd93d91f956b9017d58a1745432b35df88a78'/>
<id>urn:sha1:391bd93d91f956b9017d58a1745432b35df88a78</id>
<content type='text'>
  This is only an interim fix; MIPS should be using the MI code instead,
  which does not have this issue.
</content>
</entry>
<entry>
<title>MFC r281005: Make die available as rtld_die for use by MD relocation code</title>
<updated>2015-04-28T01:15:17Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2015-04-28T01:15:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5a416dd4674acce5d5d199e31c3774cdc4ae5af7'/>
<id>urn:sha1:5a416dd4674acce5d5d199e31c3774cdc4ae5af7</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r281549:</title>
<updated>2015-04-22T10:59:05Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2015-04-22T10:59:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b1ad9f8d30f549114973b6aa0369dd80bbe78ad8'/>
<id>urn:sha1:b1ad9f8d30f549114973b6aa0369dd80bbe78ad8</id>
<content type='text'>
Implement support for -z global linker option.
</content>
</entry>
<entry>
<title>MFC r268182:  Initialize page sizes early for ia64.</title>
<updated>2015-04-13T08:35:03Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2015-04-13T08:35:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4ca983abd731b0219b4d7b672db5049e9b141e51'/>
<id>urn:sha1:4ca983abd731b0219b4d7b672db5049e9b141e51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r280816:</title>
<updated>2015-04-12T06:45:40Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2015-04-12T06:45:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=df043ea3b129c61608b141025365809ee5351563'/>
<id>urn:sha1:df043ea3b129c61608b141025365809ee5351563</id>
<content type='text'>
Change default visibility for rtld to hidden, on x86.
</content>
</entry>
<entry>
<title>MFC r264346 (by alc):</title>
<updated>2015-04-12T06:43:13Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2015-04-12T06:43:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2facac38a4f004b190ba1cdec718975851d11cff'/>
<id>urn:sha1:2facac38a4f004b190ba1cdec718975851d11cff</id>
<content type='text'>
Pass MAP_ALIGNED_SUPER to allocate the whole dso region if its text is large
enough for the superpage mapping.
</content>
</entry>
</feed>
