<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc_r/uthread, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-11-04T19:12:42Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>urn:sha1:3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
</entry>
<entry>
<title>Avoid using void pointers in additive expressions.</title>
<updated>2004-08-14T17:46:10Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2004-08-14T17:46:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4eae39bfdf5f9d66699e50c10b996e75a902d344'/>
<id>urn:sha1:4eae39bfdf5f9d66699e50c10b996e75a902d344</id>
<content type='text'>
PR:		56653
</content>
</entry>
<entry>
<title>Initialize the (i386) frame pointer when setting up a thread</title>
<updated>2004-01-22T19:15:08Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2004-01-22T19:15:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=39edba076eebd5effcca91a2bb5545e5908b3445'/>
<id>urn:sha1:39edba076eebd5effcca91a2bb5545e5908b3445</id>
<content type='text'>
context.

Submitted by:	Marc Olzheim &lt;marcolz@stack.nl&gt;
Tested by:	Marc Olzheim &lt;marcolz@stack.nl&gt;
</content>
</entry>
<entry>
<title>MFlibpthread: Add a simple work-around for deadlocking on recursive</title>
<updated>2004-01-08T15:39:12Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2004-01-08T15:39:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7d7a08f1743c7e8db0736250f1c1315043dc0659'/>
<id>urn:sha1:7d7a08f1743c7e8db0736250f1c1315043dc0659</id>
<content type='text'>
              readlocks on a rwlock while there are writers waiting.
</content>
</entry>
<entry>
<title>Reenable signals for threads after joining.</title>
<updated>2003-12-31T13:41:54Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2003-12-31T13:41:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eae42a59499700f045162bf0a73e2ada12056884'/>
<id>urn:sha1:eae42a59499700f045162bf0a73e2ada12056884</id>
<content type='text'>
Submitted by:	Marc Olzheim &lt;marcolz@stack.nl&gt;
</content>
</entry>
<entry>
<title>Return to the caller if write() returns 0.</title>
<updated>2003-12-17T16:44:03Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2003-12-17T16:44:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6512f49fe6e381102eb4909ac9af940760793462'/>
<id>urn:sha1:6512f49fe6e381102eb4909ac9af940760793462</id>
<content type='text'>
PR:	59291
</content>
</entry>
<entry>
<title>For the amd64 we need to do some extra stack alignment fixups.  Otherwise</title>
<updated>2003-12-03T06:54:40Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-12-03T06:54:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=29f2f145e45538c397bdfac2bc830bb25196101c'/>
<id>urn:sha1:29f2f145e45538c397bdfac2bc830bb25196101c</id>
<content type='text'>
we can end up with some threads with a non-16-byte-aligned stack.  This
causes some interesting side effects, including general protection
faults leading to a SIGBUS when doing floating point or varargs.  This
should be just a verbose NOP for the other platforms.

Approved by:  re (scottl)
</content>
</entry>
<entry>
<title>If __sys_write() returns 0, allow that to exit the loop in libc_r's</title>
<updated>2003-09-29T13:41:26Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2003-09-29T13:41:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fcd58c1978a1916f5a1e94603bb31c17b00621e4'/>
<id>urn:sha1:fcd58c1978a1916f5a1e94603bb31c17b00621e4</id>
<content type='text'>
wrapped version of write().

Submitted by:	dan@langille.org
</content>
</entry>
<entry>
<title>Add wrapper for kqueue() to keep track of the allocated fd and allow it to</title>
<updated>2003-07-25T17:02:33Z</updated>
<author>
<name>Mark Peek</name>
<email>mp@FreeBSD.org</email>
</author>
<published>2003-07-25T17:02:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6fcd7003959ca02e400ce9b5295df2dc0e388e19'/>
<id>urn:sha1:6fcd7003959ca02e400ce9b5295df2dc0e388e19</id>
<content type='text'>
be closed. This fixes a file descriptor leak when closing a kqueue() fd.

Reviewed by:	deischen
MFC after:	1 week
</content>
</entry>
<entry>
<title>Sanity check fd before using it as an array index.</title>
<updated>2003-06-09T16:45:37Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2003-06-09T16:45:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f970961773b3dd072c2e3cd0ac37bb37360855ac'/>
<id>urn:sha1:f970961773b3dd072c2e3cd0ac37bb37360855ac</id>
<content type='text'>
Noticed by:	ted@NLnetLabs.nl (Ted Lindgreen)
Approved by:	ru
</content>
</entry>
</feed>
