<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/devel/linuxthreads, branch release/7.1.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F7.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F7.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2008-06-01T09:42:37Z</updated>
<entry>
<title>Large round of typo fixes in ports/devel (pkg-descr).</title>
<updated>2008-06-01T09:42:37Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2008-06-01T09:42:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a249020977a2394eb6f6b41a59e49167878d5f8d'/>
<id>urn:sha1:a249020977a2394eb6f6b41a59e49167878d5f8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tegge has turned in his ports commit bit, so reset maintainership.</title>
<updated>2008-04-25T10:11:07Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2008-04-25T10:11:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ce6abbb25a1dfc7cdd5059e67c65f6fe4c704974'/>
<id>urn:sha1:ce6abbb25a1dfc7cdd5059e67c65f6fe4c704974</id>
<content type='text'>
While here, pet portlint.
</content>
</entry>
<entry>
<title>- Fix build on CURRENT with GCC 4.2</title>
<updated>2007-07-03T08:38:00Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2007-07-03T08:38:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=efcc47c1e7fc883c51e8046c0503456df8e2c30b'/>
<id>urn:sha1:efcc47c1e7fc883c51e8046c0503456df8e2c30b</id>
<content type='text'>
Submitted by:	tegge (maintainer)
</content>
</entry>
<entry>
<title>Bump port revision after changes to the backported fix for pthread manager</title>
<updated>2007-03-21T21:52:01Z</updated>
<author>
<name>Tor Egge</name>
<email>tegge@FreeBSD.org</email>
</author>
<published>2007-03-21T21:52:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=265a3d9d151685ff48fc4647c4fc4d2947175494'/>
<id>urn:sha1:265a3d9d151685ff48fc4647c4fc4d2947175494</id>
<content type='text'>
pipe communication.
</content>
</entry>
<entry>
<title>Define __USE_UNIX98, to get a little further when compiling with GCC 4.1.</title>
<updated>2007-03-21T21:49:04Z</updated>
<author>
<name>Tor Egge</name>
<email>tegge@FreeBSD.org</email>
</author>
<published>2007-03-21T21:49:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=904a744460fafc3c2509ef3515de0803c2e942b0'/>
<id>urn:sha1:904a744460fafc3c2509ef3515de0803c2e942b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Previous backport of the 2001-09-11 fix from newer linuxthreads version</title>
<updated>2007-03-21T21:47:29Z</updated>
<author>
<name>Tor Egge</name>
<email>tegge@FreeBSD.org</email>
</author>
<published>2007-03-21T21:47:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=75423128056432bc64c7b33a70175a8ae741fb98'/>
<id>urn:sha1:75423128056432bc64c7b33a70175a8ae741fb98</id>
<content type='text'>
failed to take into account that the library contains wrappers for read()
and write() that calls __libc_read() and __libc_write().  This incorrectly
causes normal read() and write() operations to be retried if aborted by a
signal.

Instead of making __libc_read() and __libc_write() retry if aborted by a
signal, add new functions __libc_safe_read() and __libc_safe_write() that
retries operation after a signal.  Change reads from manager pipe and
writes to manager pipe to use __libc_safe_read() and __libc_safe_write().
</content>
</entry>
<entry>
<title>Correct retrieval of stack address and size when getting the current</title>
<updated>2007-03-21T21:40:24Z</updated>
<author>
<name>Tor Egge</name>
<email>tegge@FreeBSD.org</email>
</author>
<published>2007-03-21T21:40:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=18eb964d171821b4d948462ec445460c75100bcc'/>
<id>urn:sha1:18eb964d171821b4d948462ec445460c75100bcc</id>
<content type='text'>
thread attributes for the main thread.

Add emulation of native threads (libc_r) method of getting the current
thread attributes (pthread_attr_get_np()) and adjust emulation of native
threads pthread_attr_getstackaddr() to return bottom of stack instead of
top of stack.

Correct emulation of native threads pthread_mutexattr_settype() when
selecting recursive mutexes.  Previously, the argument conversion before
calling the linuxthreads version of pthread_mutexattr_setattr() ended up
selecting errorcheck mutexes instead of recursive mutexes.
</content>
</entry>
<entry>
<title>- Remove support for a.out format and PORTOBJFORMAT variable from individual</title>
<updated>2007-01-30T10:25:34Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2007-01-30T10:25:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2df76eb0a73bb59d817aa60758a5f10e3e544c3b'/>
<id>urn:sha1:2df76eb0a73bb59d817aa60758a5f10e3e544c3b</id>
<content type='text'>
  ports

With hat:	portmgr
</content>
</entry>
<entry>
<title>Retire obsolete a.out shared library support</title>
<updated>2007-01-30T04:14:53Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2007-01-30T04:14:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b90e75409cd859ed7a4f30e83e3e7c27a1ed4699'/>
<id>urn:sha1:b90e75409cd859ed7a4f30e83e3e7c27a1ed4699</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make it buildable on RELENG_6 after MFC of getXXX_r(3).</title>
<updated>2006-08-13T16:01:40Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-08-13T16:01:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=504653818a9d41e81f3e80c9bfeaa8edf08f3fcd'/>
<id>urn:sha1:504653818a9d41e81f3e80c9bfeaa8edf08f3fcd</id>
<content type='text'>
Reported by:	Eric Schuele &lt;e.schuele__at__computer.org&gt;,
		Ganbold &lt;ganbold__at__micom.mng.net&gt;
Approved by:	tegge (maintainer)
</content>
</entry>
</feed>
