<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/ld/ldconfig/ldconfig.c, branch release/2.2.1_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>1997-03-27T03:07:27+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-03-27T03:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1784d64eb85eb63599204bb31b826970b6661e65'/>
<id>1784d64eb85eb63599204bb31b826970b6661e65</id>
<content type='text'>
'RELENG_2_2_1_RELEASE'.

This commit was manufactured to restore the state of the 2.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_2_2_1_RELEASE'.

This commit was manufactured to restore the state of the 2.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from rev 1.16: fix the ldconfig handling for non-existant</title>
<updated>1996-11-08T23:20:38+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1996-11-08T23:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7f6109e9271da36991bf57a4f43957a40f1321d8'/>
<id>7f6109e9271da36991bf57a4f43957a40f1321d8</id>
<content type='text'>
directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
directories.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new option "-f hints_file" to specify an alternate file instead of</title>
<updated>1996-10-10T23:14:23+00:00</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1996-10-10T23:14:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7c6da7dcef3fd51862f3a87d2c7a041ddf21dca4'/>
<id>7c6da7dcef3fd51862f3a87d2c7a041ddf21dca4</id>
<content type='text'>
"/var/run/ld.so.hints".

Delete an incorrect statement about LD_LIBRARY_PATH from the manual
page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"/var/run/ld.so.hints".

Delete an incorrect statement about LD_LIBRARY_PATH from the manual
page.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates to deal with ld.so.hints version 2.  It now deals with the</title>
<updated>1996-10-01T01:31:51+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-10-01T01:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=80c714994d33597ecd1fc67d636177339160460a'/>
<id>80c714994d33597ecd1fc67d636177339160460a</id>
<content type='text'>
ldconfig path (from NetBSD).  I added code to make sure there were no
duplicates in the path when multiple ldconfig -m's were used.

Reviewed by: nate, jdp
Obtained from: NetBSD (partly)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ldconfig path (from NetBSD).  I added code to make sure there were no
duplicates in the path when multiple ldconfig -m's were used.

Reviewed by: nate, jdp
Obtained from: NetBSD (partly)
</pre>
</div>
</content>
</entry>
<entry>
<title>General -Wall warning cleanup, part I.</title>
<updated>1996-07-12T19:08:36+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-07-12T19:08:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=526195ad0da110e4a8a5315ec86dddc8e179c06f'/>
<id>526195ad0da110e4a8a5315ec86dddc8e179c06f</id>
<content type='text'>
Submitted-By: Kent Vander Velden &lt;graphix@iastate.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted-By: Kent Vander Velden &lt;graphix@iastate.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring in some of Paul K's fixes for ldconfig from NetBSD-current.</title>
<updated>1996-02-26T02:22:33+00:00</updated>
<author>
<name>Paul Traina</name>
<email>pst@FreeBSD.org</email>
</author>
<published>1996-02-26T02:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0f6b2cb3f84f6ef416f0841d33fce0efab4c10d3'/>
<id>0f6b2cb3f84f6ef416f0841d33fce0efab4c10d3</id>
<content type='text'>
This solves the problem of being unable to use shared libraries with dots
in their names before the ".so.&lt;version&gt;" code.

This should be brought into -stable.

There are more changes from Paul that look like they should be included,
but they change the format of the hints file, so I'm not going to bring them
in now (but we should in the future).

Obtained from: pk@netbsd.org
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This solves the problem of being unable to use shared libraries with dots
in their names before the ".so.&lt;version&gt;" code.

This should be brought into -stable.

There are more changes from Paul that look like they should be included,
but they change the format of the hints file, so I'm not going to bring them
in now (but we should in the future).

Obtained from: pk@netbsd.org
</pre>
</div>
</content>
</entry>
<entry>
<title>Reset the umask before creating the output file; otherwise running</title>
<updated>1995-08-16T06:31:50+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1995-08-16T06:31:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1c7895ac5416022e7c57c65ebd208fea3e989ae9'/>
<id>1c7895ac5416022e7c57c65ebd208fea3e989ae9</id>
<content type='text'>
ldconfig as root with a restrictive umask yielded ld.so.hints
unreadable by the world (and thus useless).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ldconfig as root with a restrictive umask yielded ld.so.hints
unreadable by the world (and thus useless).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an "-m" flag to merge instead of replace the entries.  We can</title>
<updated>1995-06-24T10:08:44+00:00</updated>
<author>
<name>Satoshi Asami</name>
<email>asami@FreeBSD.org</email>
</author>
<published>1995-06-24T10:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f606c848fa4c2b07aff750b92c803d61f11d5e07'/>
<id>f606c848fa4c2b07aff750b92c803d61f11d5e07</id>
<content type='text'>
now safely add a line like

ldconfig -m ${PREFIX}/lib

in ports' Makefiles and packing lists without throwing away some
directories the user may have added.

Submitted by:   Mostly by Paul Kranenburg &lt;pk@cs.few.eur.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now safely add a line like

ldconfig -m ${PREFIX}/lib

in ports' Makefiles and packing lists without throwing away some
directories the user may have added.

Submitted by:   Mostly by Paul Kranenburg &lt;pk@cs.few.eur.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ldconfig and ld.so not hashing the shared lib minor number.  This</title>
<updated>1995-01-12T19:12:29+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1995-01-12T19:12:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d5453ba5c4971fa25ab694501c39ad634315c9fc'/>
<id>d5453ba5c4971fa25ab694501c39ad634315c9fc</id>
<content type='text'>
misfeature caused troubles when a program attempted to access a shlib
where one with a higher minor number has been hashed.  Ldconfig does
only include the highest-numbered shlib anyway, so this is in no way a
limitation of generality.

Caution: after installing the new programs, your /var/run/ld.so.hints
needs to be rebuiult; run ldconfig again as it's done from /etc/rc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
misfeature caused troubles when a program attempted to access a shlib
where one with a higher minor number has been hashed.  Ldconfig does
only include the highest-numbered shlib anyway, so this is in no way a
limitation of generality.

Caution: after installing the new programs, your /var/run/ld.so.hints
needs to be rebuiult; run ldconfig again as it's done from /etc/rc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated to recent version of Paul K.'s shlib code.  This code has better</title>
<updated>1994-12-23T22:31:35+00:00</updated>
<author>
<name>Nate Williams</name>
<email>nate@FreeBSD.org</email>
</author>
<published>1994-12-23T22:31:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=61f9ce8d32ffafb73e35ba799825344928652705'/>
<id>61f9ce8d32ffafb73e35ba799825344928652705</id>
<content type='text'>
warning handling and allows for link-time warnings with a modified
version of gas.

Note: Not all of the newer bits were updated such as some of the non-x86
machine-dependant code is relevant to FreeBSD right now.

Obtained from: NetBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warning handling and allows for link-time warnings with a modified
version of gas.

Note: Not all of the newer bits were updated such as some of the non-x86
machine-dependant code is relevant to FreeBSD right now.

Obtained from: NetBSD
</pre>
</div>
</content>
</entry>
</feed>
