<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/ldd, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>The type of some aout header types changed to uint_32, so now we need</title>
<updated>2004-06-29T21:13:15+00:00</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2004-06-29T21:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a1e5be4482947e6fd0531dce943380fe3f2c6420'/>
<id>a1e5be4482947e6fd0531dce943380fe3f2c6420</id>
<content type='text'>
to cast to long before printing. While I'm here, raise WARNS to 6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to cast to long before printing. While I'm here, raise WARNS to 6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a few WARNS:</title>
<updated>2004-02-15T22:01:23+00:00</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2004-02-15T22:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=10f106f5fd93734f70404f4b62b25f604ff11c17'/>
<id>10f106f5fd93734f70404f4b62b25f604ff11c17</id>
<content type='text'>
1) Include string.h for strcpy.
2) Don't make duplicate declaration of dump_file, we now include extern.h.
3) Help out with some constness.
4) Cast to slightly better types in some comparisons.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1) Include string.h for strcpy.
2) Don't make duplicate declaration of dump_file, we now include extern.h.
3) Help out with some constness.
4) Cast to slightly better types in some comparisons.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/</title>
<updated>2002-12-30T21:18:15+00:00</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2002-12-30T21:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d64ada501ae33c02e7c4e3ce21962907df814a5a'/>
<id>d64ada501ae33c02e7c4e3ce21962907df814a5a</id>
<content type='text'>
Add FreeBSD Id tag where missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add FreeBSD Id tag where missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can return</title>
<updated>2002-10-19T10:18:29+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2002-10-19T10:18:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d1cf9ea2c4d424f77e8ed5efa5a8c3a2b1db219d'/>
<id>d1cf9ea2c4d424f77e8ed5efa5a8c3a2b1db219d</id>
<content type='text'>
even if there was no error occured (when trying to dlopen(3) object that
already linked into executable which does dlopen(3) call). This is more
proper fix for `ldd /usr/lib/libc.so' problem, because the new behaviour
conforms to documentation.

Remove workaround from ldd.c (rev.1.32).

PR:		35099
Submitted by:	Nathan Hawkins &lt;utsl@quic.net&gt;
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
even if there was no error occured (when trying to dlopen(3) object that
already linked into executable which does dlopen(3) call). This is more
proper fix for `ldd /usr/lib/libc.so' problem, because the new behaviour
conforms to documentation.

Remove workaround from ldd.c (rev.1.32).

PR:		35099
Submitted by:	Nathan Hawkins &lt;utsl@quic.net&gt;
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Initiate deorbit burn for the i386-only a.out related support.  Moves are</title>
<updated>2002-09-17T01:49:00+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-09-17T01:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=66422f5b7a1a6055f0b2358268eb902aab6e2e3e'/>
<id>66422f5b7a1a6055f0b2358268eb902aab6e2e3e</id>
<content type='text'>
under way to move the remnants of the a.out toolchain to ports.  As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL.  It has already lasted WAY beyond
that.

Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.

Tested on: i386 (extensively), alpha
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
under way to move the remnants of the a.out toolchain to ports.  As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL.  It has already lasted WAY beyond
that.

Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.

Tested on: i386 (extensively), alpha
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a tiny bug in shlib support of ldd(1); if dlopen(lib, RTLD_TRACE)</title>
<updated>2002-05-17T17:06:56+00:00</updated>
<author>
<name>Akinori MUSHA</name>
<email>knu@FreeBSD.org</email>
</author>
<published>2002-05-17T17:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=005ba515dcf15a6e10fdda6af130c317f8b4e4b7'/>
<id>005ba515dcf15a6e10fdda6af130c317f8b4e4b7</id>
<content type='text'>
returns, exit gracefully with 0.

This fixes the behavior you see when you specify libc.so.  It occurs
because ldd(1) itself is linked with libc.so.

	$ ldd /usr/lib/libc.so
	/usr/lib/libc.so:
	ldd: /usr/lib/libc.so: (null)
	/usr/lib/libc.so: exit status 1

Reviewed by:	silence of audit@
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
returns, exit gracefully with 0.

This fixes the behavior you see when you specify libc.so.  It occurs
because ldd(1) itself is linked with libc.so.

	$ ldd /usr/lib/libc.so
	/usr/lib/libc.so:
	ldd: /usr/lib/libc.so: (null)
	/usr/lib/libc.so: exit status 1

Reviewed by:	silence of audit@
</pre>
</div>
</content>
</entry>
<entry>
<title>Warns; ANSIfy, constify and move declarations into a common header.</title>
<updated>2002-04-28T12:55:35+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-04-28T12:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a53809fd7e2de996f7f478db598b5f26640a8e43'/>
<id>a53809fd7e2de996f7f478db598b5f26640a8e43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove GCC-specific flags.</title>
<updated>2002-04-28T12:54:24+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-04-28T12:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f5b7af34dd10f7a83fe7be4e4a34e7be63875dde'/>
<id>f5b7af34dd10f7a83fe7be4e4a34e7be63875dde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include &lt;arpa/inet.h&gt; for prototype of ntohl() used in the N_BADMAG()</title>
<updated>2002-04-20T20:09:29+00:00</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-04-20T20:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a2cfdda8d70c0ac4429f438cd4cec85ce88aaa7d'/>
<id>a2cfdda8d70c0ac4429f438cd4cec85ce88aaa7d</id>
<content type='text'>
macro.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
macro.
</pre>
</div>
</content>
</entry>
</feed>
