<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/libexec/rtld-elf, branch releng/5.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=releng%2F5.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=releng%2F5.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2003-05-30T00:49:16Z</updated>
<entry>
<title>Don't post-increment pointers inside a loop conditional.</title>
<updated>2003-05-30T00:49:16Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2003-05-30T00:49:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1340fc1015499ea6579fcdf23f339b507c3f70a0'/>
<id>urn:sha1:1340fc1015499ea6579fcdf23f339b507c3f70a0</id>
<content type='text'>
While I'm here:
- Let lm_add() call strdup() on its own behalf.
- Use a temporary pointer when parsing constraints; only set the
  constraint pointer on a totally successful match.

PR:		 bin/52783
Submitted by:	 David P. Reese Jr. &lt;daver@gomerbud.com&gt;
Approved by:	 re (rwatson)
</content>
</entry>
<entry>
<title>Allow threading libraries to register their own locking</title>
<updated>2003-05-29T22:58:26Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-05-29T22:58:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6d5d786f800c42ac9eec4ba9ac7202bd184c7242'/>
<id>urn:sha1:6d5d786f800c42ac9eec4ba9ac7202bd184c7242</id>
<content type='text'>
implementation in case default one provided by rtld is
not suitable.

Consolidate various identical MD lock implementation into
a single file using appropriate machine/atomic.h.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Initial pass at supporting shared libraries on amd64.  There are still</title>
<updated>2003-05-24T17:37:51Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-05-24T17:37:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9783a12b344281cca2df679ce8cf65d0acf62ad9'/>
<id>urn:sha1:9783a12b344281cca2df679ce8cf65d0acf62ad9</id>
<content type='text'>
a few missing relocation types in amd64/reloc.c, but I have not found
any of them in use yet. :-)

Approved by:  re (amd64/* blanket)
</content>
</entry>
<entry>
<title>- Use xmalloc() and xstrdup() instead of malloc() and strdup().</title>
<updated>2003-05-19T07:10:12Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2003-05-19T07:10:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3467e8b8a0a80b249ce4482b6a85dfe0e6fa71da'/>
<id>urn:sha1:3467e8b8a0a80b249ce4482b6a85dfe0e6fa71da</id>
<content type='text'>
- Add a global mapping if we have a successful constrained match.

Approved by:	re
</content>
</entry>
<entry>
<title>Since libmap.conf is referenced in rtld.1, include it in the references</title>
<updated>2003-05-17T19:46:49Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2003-05-17T19:46:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=94deb3f034ea1784322d26cadcc7650af17f480e'/>
<id>urn:sha1:94deb3f034ea1784322d26cadcc7650af17f480e</id>
<content type='text'>
section.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>mdoc(7) police: Normalize the FILES section.</title>
<updated>2003-05-16T21:34:21Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-05-16T21:34:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=60cdf2f1a0fd62868fbe42ef542aeb58751ccf37'/>
<id>urn:sha1:60cdf2f1a0fd62868fbe42ef542aeb58751ccf37</id>
<content type='text'>
Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>Rethink the way we count module references. Simply following</title>
<updated>2003-05-08T01:31:36Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-05-08T01:31:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3ddc66d863951c9037da0be8e13505837b118f5a'/>
<id>urn:sha1:3ddc66d863951c9037da0be8e13505837b118f5a</id>
<content type='text'>
DT_NEEDED links is not flexible enough for cases where dynamically
loaded modules form a dependency cycle.

This should fix an infinite recursion problem encountered by Yahoo.

Approved by:	re (jhb)
</content>
</entry>
<entry>
<title>Fix signed/unsigned comparison warnings.</title>
<updated>2003-05-04T00:56:00Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-04T00:56:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=78af18bd240456a39d887f53917920abe63237d6'/>
<id>urn:sha1:78af18bd240456a39d887f53917920abe63237d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove 80386 bandaids from code repocopied from i386.  rtld_start.S still</title>
<updated>2003-04-30T21:09:06Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-04-30T21:09:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=7c1622ff284836688be89dc3ca120e9a23248f32'/>
<id>urn:sha1:7c1622ff284836688be89dc3ca120e9a23248f32</id>
<content type='text'>
todo.
</content>
</entry>
<entry>
<title>Remove redundant strlen checks, do not check the same</title>
<updated>2003-04-30T19:05:53Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-04-30T19:05:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=486089f00c9815bcdfd630f1551da5437cb2db20'/>
<id>urn:sha1:486089f00c9815bcdfd630f1551da5437cb2db20</id>
<content type='text'>
symbol twice.
</content>
</entry>
</feed>
