<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libkse, branch stable/8</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: r203918: Unbreak makefiles by removing mentions of DEFAULT_THREAD_LIB.</title>
<updated>2010-02-18T16:52:49+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2010-02-18T16:52:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3343356549a49cbfdf281e254f6095e15768fc76'/>
<id>3343356549a49cbfdf281e254f6095e15768fc76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>Add pthread_mutex_isowned_np() here as well; libthr and libkse are supposed</title>
<updated>2008-02-06T20:44:29+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-06T20:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0957bb7d29fc1db36c083643a55e563482f86f94'/>
<id>0957bb7d29fc1db36c083643a55e563482f86f94</id>
<content type='text'>
to have identical functionality.

MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to have identical functionality.

MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Previous commit had a typo that resulted in symbol versioning being</title>
<updated>2008-02-06T20:33:59+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-06T20:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7035cef46623b7c092b21e71ce28863c32957888'/>
<id>7035cef46623b7c092b21e71ce28863c32957888</id>
<content type='text'>
(silently) disabled for libkse...

Pointy hat to:	des
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(silently) disabled for libkse...

Pointy hat to:	des
</pre>
</div>
</content>
</entry>
<entry>
<title>Give libkse the same treatment as libthr re. symbol versioning.</title>
<updated>2008-02-06T20:30:48+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-06T20:30:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d197ee06fc68ff05a3701303e47243348fa2af6a'/>
<id>d197ee06fc68ff05a3701303e47243348fa2af6a</id>
<content type='text'>
MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>When reinitializing a lockuser, don't assume that the lock is in</title>
<updated>2008-01-31T19:38:26+00:00</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2008-01-31T19:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3462c3c752d44364e7b90eebfcc5083f96c45172'/>
<id>3462c3c752d44364e7b90eebfcc5083f96c45172</id>
<content type='text'>
use.  If it is in use, use the watched request, otherwise use the
lockuser's own request.  Only allocate a lockuser request if both
requests are null.

PR:	119920
Tested by (6.x):	Landon Fuller &lt;landonf -at- bikemonkey -dot- org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use.  If it is in use, use the watched request, otherwise use the
lockuser's own request.  Only allocate a lockuser request if both
requests are null.

PR:	119920
Tested by (6.x):	Landon Fuller &lt;landonf -at- bikemonkey -dot- org&gt;
</pre>
</div>
</content>
</entry>
</feed>
