<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libkse, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove the libkse directory.  It was unhooked from the build and kernel</title>
<updated>2014-04-16T17:12:59+00:00</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2014-04-16T17:12:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ebf99c0225976667e6671558d5b36126b5fcdb24'/>
<id>ebf99c0225976667e6671558d5b36126b5fcdb24</id>
<content type='text'>
support removed in 2008 (prior to 8.0).

Approved by:	deischen, imp
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
support removed in 2008 (prior to 8.0).

Approved by:	deischen, imp
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it and</title>
<updated>2013-11-21T22:31:18+00:00</updated>
<author>
<name>Andreas Tobler</name>
<email>andreast@FreeBSD.org</email>
</author>
<published>2013-11-21T22:31:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=646c5b4840f4d31cf856f513b1e618d066a13058'/>
<id>646c5b4840f4d31cf856f513b1e618d066a13058</id>
<content type='text'>
get rid of the __CONCAT and CNAME macros.

Reviewed by:	bde, kib
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
get rid of the __CONCAT and CNAME macros.

Reviewed by:	bde, kib
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in ".PATH"</title>
<updated>2012-04-18T07:02:53+00:00</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@FreeBSD.org</email>
</author>
<published>2012-04-18T07:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=70c4c585192561c1f3ca818f03f9a40cde5270a1'/>
<id>70c4c585192561c1f3ca818f03f9a40cde5270a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from tbemd:</title>
<updated>2010-06-13T01:27:29+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2010-06-13T01:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4c3cf697274fe222dd11c0f3c12c803dbb0310a0'/>
<id>4c3cf697274fe222dd11c0f3c12c803dbb0310a0</id>
<content type='text'>
Convert from using MACHINE_ARCH to MACHINE_CPUARCH.  Hoist path statement
up into the top Makefile rather than repeating it on every arch Makefile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert from using MACHINE_ARCH to MACHINE_CPUARCH.  Hoist path statement
up into the top Makefile rather than repeating it on every arch Makefile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Though these libraries are disconnected from the build and don't</title>
<updated>2010-02-15T14:14:13+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2010-02-15T14:14:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=96aad9c0130e17369b954792ea207d6119fdbb52'/>
<id>96aad9c0130e17369b954792ea207d6119fdbb52</id>
<content type='text'>
currently build, they should be kept.  [1]

Unbreak their makefiles by removing the support for the long gone
DEFAULT_THREAD_LIB knob.  (Allows the tools/make_libdeps.sh script
to succeed.)

According to:	davidxu and deischen [1]
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
currently build, they should be kept.  [1]

Unbreak their makefiles by removing the support for the long gone
DEFAULT_THREAD_LIB knob.  (Allows the tools/make_libdeps.sh script
to succeed.)

According to:	davidxu and deischen [1]
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump the version of all non-symbol-versioned shared libraries in</title>
<updated>2009-07-19T17:25:24+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-07-19T17:25:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3ca3047aee082043d90aff2611a349c86c98e97c'/>
<id>3ca3047aee082043d90aff2611a349c86c98e97c</id>
<content type='text'>
preparation for 8.0-RELEASE.  Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by:    kib
Approved by:    re (rwatson)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
preparation for 8.0-RELEASE.  Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by:    kib
Approved by:    re (rwatson)
</pre>
</div>
</content>
</entry>
<entry>
<title>Honor WITHOUT_INSTALLLIB in some places.</title>
<updated>2009-02-13T16:51:36+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2009-02-13T16:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=455cc6ec70785aeac58e1196184b89b692c814a6'/>
<id>455cc6ec70785aeac58e1196184b89b692c814a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Call the fcntl compatiblity wrapper from the thread library fcntl wrappers</title>
<updated>2008-05-30T14:47:42+00:00</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2008-05-30T14:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cd7d66a21f1a9cc8192126b05cecdd8cf819964a'/>
<id>cd7d66a21f1a9cc8192126b05cecdd8cf819964a</id>
<content type='text'>
so that they get the benefit of the (limited) forward ABI compatibility.

MFC after: 1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that they get the benefit of the (limited) forward ABI compatibility.

MFC after: 1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some "in in" typos in comments.</title>
<updated>2008-03-26T07:32:08+00:00</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2008-03-26T07:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=662cac9f231e3c339f011b554d232603cc58df90'/>
<id>662cac9f231e3c339f011b554d232603cc58df90</id>
<content type='text'>
PR:		121490
Submitted by:	Anatoly Borodin &lt;anatoly.borodin@gmail.com&gt;
Approved by:	rwatson (mentor), jkoshy
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		121490
Submitted by:	Anatoly Borodin &lt;anatoly.borodin@gmail.com&gt;
Approved by:	rwatson (mentor), jkoshy
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing #include</title>
<updated>2008-02-06T23:25:29+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-06T23:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=04539c7099bbe21f43013b4ad0733ab76b13ec54'/>
<id>04539c7099bbe21f43013b4ad0733ab76b13ec54</id>
<content type='text'>
Spotted by:	tinderbox
Submitted by:	Pietro Cerutti &lt;gahr@gahr.ch&gt;
Pointy hat to:	des
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Spotted by:	tinderbox
Submitted by:	Pietro Cerutti &lt;gahr@gahr.ch&gt;
Pointy hat to:	des
</pre>
</div>
</content>
</entry>
</feed>
