<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/libexec/rtld-elf/libmap.c, branch release/7.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2010-03-21T01:30:13Z</updated>
<entry>
<title>Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.</title>
<updated>2010-03-21T01:30:13Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2010-03-21T01:30:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c4d1c1956ecb0a222fb2f4579c320391fb67f06'/>
<id>urn:sha1:9c4d1c1956ecb0a222fb2f4579c320391fb67f06</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.3-RELEASE image.
</content>
</entry>
<entry>
<title>Fix a malloc overrun in 32-bit compat libmap lookup code.</title>
<updated>2006-01-31T06:08:28Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2006-01-31T06:08:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8c6a035ead2cae7f034c0b5c44915993141690f0'/>
<id>urn:sha1:8c6a035ead2cae7f034c0b5c44915993141690f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Description from Dan:</title>
<updated>2005-02-04T02:46:41Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2005-02-04T02:46:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5b08cb04498aacb83309f575e7272684decc7bd7'/>
<id>urn:sha1:5b08cb04498aacb83309f575e7272684decc7bd7</id>
<content type='text'>
	Another handy libmap patch.  Lets you do stuff like this:

	LD_LIBMAP="libpthread.so.1=libthr.so.1" mythreadedapp

	If you already have a program-specific override in libmap.conf, note
	that you must use a program-specific override in LD_LIBMAP:

	LD_LIBMAP="[mythreadedapp],libpthread.so.1=libthr.so.1" mythreadedapp

PR:		bin/74471
Submitted by:	Dan Nelson &lt;dnelson AT allantgroup.com&gt;
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>style(9)</title>
<updated>2005-02-04T02:13:37Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2005-02-04T02:13:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d33da23f4cb7ed3812aeaa8d5e3b95d7872b49cd'/>
<id>urn:sha1:d33da23f4cb7ed3812aeaa8d5e3b95d7872b49cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support basename and path based constrained matches.</title>
<updated>2004-05-24T01:24:13Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2004-05-24T01:24:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=966efcc76783ac795127625be29bf6e8c91628ae'/>
<id>urn:sha1:966efcc76783ac795127625be29bf6e8c91628ae</id>
<content type='text'>
eg:
	[foo]
	...

	matches any executable 'foo'

	[/usr/bin/foo/]
	...

	matches any executable under the directory /usr/bin/foo/

Exact matches continue to function as before.

PR:		 bin/66769
Submitted-by:	 Dan Nelson
</content>
</entry>
<entry>
<title>Add initial support for compiling a special 32 bit version of</title>
<updated>2004-03-21T01:21:26Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2004-03-21T01:21:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c905e45dc0e7ad2da0748371ba8921ca48134a01'/>
<id>urn:sha1:c905e45dc0e7ad2da0748371ba8921ca48134a01</id>
<content type='text'>
ld-elf.so.1 on 64 bit systems.  Most of this involves using alternate
paths, environment variables and diagnostic messages.

The build glue is seperate.
</content>
</entry>
<entry>
<title>Fix "warning: value computed is not used".</title>
<updated>2004-02-03T18:53:40Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2004-02-03T18:53:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6e918a4d5e2babeadec647b9fee31d166b16963d'/>
<id>urn:sha1:6e918a4d5e2babeadec647b9fee31d166b16963d</id>
<content type='text'>
Found by:	gcc 2.95.4 [FreeBSD]
</content>
</entry>
<entry>
<title>Change libmap.c:lm_init() to return a status value; 0 for success</title>
<updated>2003-09-13T21:43:08Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2003-09-13T21:43:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4402996dea6d9df64ac8c395f31b5d90d364207b'/>
<id>urn:sha1:4402996dea6d9df64ac8c395f31b5d90d364207b</id>
<content type='text'>
(libmap available) and 1 for failure.  Assign this return to the
global 'libmap_disable' variable in rtld.c.

This totally prevents any libmap functions from being called after
lm_init() if no config file is present.
</content>
</entry>
<entry>
<title>Include libmap.h for prototypes.</title>
<updated>2003-06-18T05:31:08Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2003-06-18T05:31:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7227105f74dd2edda3cddf928418212f4d001e02'/>
<id>urn:sha1:7227105f74dd2edda3cddf928418212f4d001e02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide function entry debugging messages.</title>
<updated>2003-05-31T14:46:38Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2003-05-31T14:46:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1aac1ed634249394326ffc23b5c2a47a13118cea'/>
<id>urn:sha1:1aac1ed634249394326ffc23b5c2a47a13118cea</id>
<content type='text'>
</content>
</entry>
</feed>
