<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libpthread/thread, branch releng/5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Schedule spinlocked threads by moving them through the work queue, instead</title>
<updated>2002-11-24T06:45:45+00:00</updated>
<author>
<name>Jonathan Mini</name>
<email>mini@FreeBSD.org</email>
</author>
<published>2002-11-24T06:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e9d0431f0bacfa6eb8503a6dbf56f530caa8776a'/>
<id>e9d0431f0bacfa6eb8503a6dbf56f530caa8776a</id>
<content type='text'>
of the wait queue.

Approved by: re (blanket)
Stolen from: davidxu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of the wait queue.

Approved by: re (blanket)
Stolen from: davidxu
</pre>
</div>
</content>
</entry>
<entry>
<title>Get the wall clock time from the KSE mailbox, rather than doing another</title>
<updated>2002-11-24T06:43:21+00:00</updated>
<author>
<name>Jonathan Mini</name>
<email>mini@FreeBSD.org</email>
</author>
<published>2002-11-24T06:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4df51f23bbae3e37618843dd042e984a9a23ff86'/>
<id>4df51f23bbae3e37618843dd042e984a9a23ff86</id>
<content type='text'>
syscall.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
syscall.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix idle timeout bug, use correct current time of day.</title>
<updated>2002-11-20T12:35:59+00:00</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2002-11-20T12:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=662c0429b968ea4faefb784662719846b9a0cbe6'/>
<id>662c0429b968ea4faefb784662719846b9a0cbe6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Schedule an idle context to block until timeouts expire without blocking</title>
<updated>2002-11-12T00:55:01+00:00</updated>
<author>
<name>Jonathan Mini</name>
<email>mini@FreeBSD.org</email>
</author>
<published>2002-11-12T00:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1cb53a1828d69adccde518926d2dc13cba5600b5'/>
<id>1cb53a1828d69adccde518926d2dc13cba5600b5</id>
<content type='text'>
further upcalls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
further upcalls.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make pthread_sigmask(3) operate on the thread signal mask, not the process</title>
<updated>2002-10-30T07:13:27+00:00</updated>
<author>
<name>Jonathan Mini</name>
<email>mini@FreeBSD.org</email>
</author>
<published>2002-10-30T07:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=40e044cbd364e3845d8f9cb256cfe1db1168e5dd'/>
<id>40e044cbd364e3845d8f9cb256cfe1db1168e5dd</id>
<content type='text'>
signal mask.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
signal mask.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use KSE to schedule threads.</title>
<updated>2002-10-30T06:07:18+00:00</updated>
<author>
<name>Jonathan Mini</name>
<email>mini@FreeBSD.org</email>
</author>
<published>2002-10-30T06:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2d9a293b4e8800812d6f640a56c1f8343085482b'/>
<id>2d9a293b4e8800812d6f640a56c1f8343085482b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the 'restrict' type qualifier to the prototypes of `sigaction',</title>
<updated>2002-10-02T10:53:44+00:00</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-10-02T10:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e31d11c36aec6b6f0280769d724c6680235e4367'/>
<id>e31d11c36aec6b6f0280769d724c6680235e4367</id>
<content type='text'>
`sigprocmask', `sigaltstack', and `sigwait' as well as to the
prototypes of the apparantly unimplemented functions `sigtimedwait'
and `sigwaitinfo'.  This complies with IEEE Std 1003.1-2001.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`sigprocmask', `sigaltstack', and `sigwait' as well as to the
prototypes of the apparantly unimplemented functions `sigtimedwait'
and `sigwaitinfo'.  This complies with IEEE Std 1003.1-2001.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make libpthread KSE aware.</title>
<updated>2002-09-16T19:52:52+00:00</updated>
<author>
<name>Jonathan Mini</name>
<email>mini@FreeBSD.org</email>
</author>
<published>2002-09-16T19:52:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=255ab70cdf6eb0005e7494657f35d318f666de50'/>
<id>255ab70cdf6eb0005e7494657f35d318f666de50</id>
<content type='text'>
Reviewed by:	deischen, julian
Approved by:	-arch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	deischen, julian
Approved by:	-arch
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the changes needed for libpthread to compile in its new home.</title>
<updated>2002-09-16T08:45:36+00:00</updated>
<author>
<name>Jonathan Mini</name>
<email>mini@FreeBSD.org</email>
</author>
<published>2002-09-16T08:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cc118d869b950c0c5b934133ed4184e83d88553b'/>
<id>cc118d869b950c0c5b934133ed4184e83d88553b</id>
<content type='text'>
The new libpthread will provide POSIX threading support using KSE.
These files were previously repo-copied from src/lib/libc_r.

Reviewed by:	deischen
Approved by:	-arch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new libpthread will provide POSIX threading support using KSE.
These files were previously repo-copied from src/lib/libc_r.

Reviewed by:	deischen
Approved by:	-arch
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove much of the dereferencing of the fd table entries to look</title>
<updated>2002-08-29T23:06:07+00:00</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2002-08-29T23:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d8b5986dd6a718d948b9ea0e2da3256ac45bff42'/>
<id>d8b5986dd6a718d948b9ea0e2da3256ac45bff42</id>
<content type='text'>
at file flags and replace it with functions that will avoid null
pointer checks.

MFC to be done by archie ;-)

PR:		42100
Reviewed by:	archie, robert
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
at file flags and replace it with functions that will avoid null
pointer checks.

MFC to be done by archie ;-)

PR:		42100
Reviewed by:	archie, robert
MFC after:	3 days
</pre>
</div>
</content>
</entry>
</feed>
