<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glibc.git/sysdeps/htl/pthreadP.h, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/'/>
<entry>
<title>htl: move pthread_spin_{destroy, lock, init, trylock, unlock) and remove _pthread_spin_lock, into libc.</title>
<updated>2025-11-20T23:29:44+00:00</updated>
<author>
<name>gfleury</name>
<email>gfleury@disroot.org</email>
</author>
<published>2025-11-20T08:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=b36a126f7d5ac7061e24ad97191bb9428b6b251f'/>
<id>b36a126f7d5ac7061e24ad97191bb9428b6b251f</id>
<content type='text'>
Message-ID: &lt;20251120085647.326643-1-gfleury@disroot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Message-ID: &lt;20251120085647.326643-1-gfleury@disroot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>htl: move pthread_getname_np/setname_np into libc.</title>
<updated>2025-11-18T14:01:35+00:00</updated>
<author>
<name>gfleury</name>
<email>gfleury@disroot.org</email>
</author>
<published>2025-11-18T12:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=bb3524a879fdcaa3588d811ab6494c04fce75a76'/>
<id>bb3524a879fdcaa3588d811ab6494c04fce75a76</id>
<content type='text'>
Message-ID: &lt;20251118125044.1160780-2-gfleury@disroot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Message-ID: &lt;20251118125044.1160780-2-gfleury@disroot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>htl: move pthread_create to into libc</title>
<updated>2025-11-17T00:38:37+00:00</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2025-11-16T14:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=5b6ee0e0ba7321ca37db12a942493e4ea8eead92'/>
<id>5b6ee0e0ba7321ca37db12a942493e4ea8eead92</id>
<content type='text'>
This is notably needed for the main thread structure to be always
initialized so that some pthread functions can work from the main thread
without other threads, e.g. pthread_cancel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is notably needed for the main thread structure to be always
initialized so that some pthread functions can work from the main thread
without other threads, e.g. pthread_cancel.
</pre>
</div>
</content>
</entry>
<entry>
<title>htl: Add missing include</title>
<updated>2025-11-16T10:53:46+00:00</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2025-11-16T10:53:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=c7d699b55b4e2f5644495a156b0d778105a5e4e3'/>
<id>c7d699b55b4e2f5644495a156b0d778105a5e4e3</id>
<content type='text'>
For IS_IN.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For IS_IN.
</pre>
</div>
</content>
</entry>
<entry>
<title>hurd: Drop remnants of cthreads</title>
<updated>2025-11-12T00:11:11+00:00</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2025-11-11T21:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=f851a7434696b70ce7c266ade1de2469619e6f52'/>
<id>f851a7434696b70ce7c266ade1de2469619e6f52</id>
<content type='text'>
These are not used in GNU/Hurd since very long now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are not used in GNU/Hurd since very long now.
</pre>
</div>
</content>
</entry>
<entry>
<title>htl: move pthread_{join, clockjoin_np, timedjoin_np, tryjoin_np} into libc.</title>
<updated>2025-08-15T23:44:51+00:00</updated>
<author>
<name>gfleury</name>
<email>gfleury@disroot.org</email>
</author>
<published>2025-08-15T18:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=b6616efe8c5a94dc39f7d9da861fa15722ce834f'/>
<id>b6616efe8c5a94dc39f7d9da861fa15722ce834f</id>
<content type='text'>
Message-ID: &lt;20250815181500.107433-18-gfleury@disroot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Message-ID: &lt;20250815181500.107433-18-gfleury@disroot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>htl: move pthread_exit into libc.</title>
<updated>2025-08-15T23:44:51+00:00</updated>
<author>
<name>gfleury</name>
<email>gfleury@disroot.org</email>
</author>
<published>2025-08-15T18:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=36982b0fdbbce231afc8828f53a561196ba3b898'/>
<id>36982b0fdbbce231afc8828f53a561196ba3b898</id>
<content type='text'>
Message-ID: &lt;20250815181500.107433-17-gfleury@disroot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Message-ID: &lt;20250815181500.107433-17-gfleury@disroot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>htl: move pthread_detach into libc.</title>
<updated>2025-08-15T23:44:51+00:00</updated>
<author>
<name>gfleury</name>
<email>gfleury@disroot.org</email>
</author>
<published>2025-08-15T18:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=a901f2599eff6ef8893d677cf9b0adf811d40587'/>
<id>a901f2599eff6ef8893d677cf9b0adf811d40587</id>
<content type='text'>
Message-ID: &lt;20250815181500.107433-16-gfleury@disroot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Message-ID: &lt;20250815181500.107433-16-gfleury@disroot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>htl: move pthread_getattr_np into libc.</title>
<updated>2025-08-15T23:44:51+00:00</updated>
<author>
<name>gfleury</name>
<email>gfleury@disroot.org</email>
</author>
<published>2025-08-15T18:14:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=1e6588e777e4a07f68575f51ffcb1c84d9c73f50'/>
<id>1e6588e777e4a07f68575f51ffcb1c84d9c73f50</id>
<content type='text'>
Message-ID: &lt;20250815181500.107433-13-gfleury@disroot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Message-ID: &lt;20250815181500.107433-13-gfleury@disroot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>htl: move pthread_testcancel into libc.</title>
<updated>2025-08-15T23:44:50+00:00</updated>
<author>
<name>gfleury</name>
<email>gfleury@disroot.org</email>
</author>
<published>2025-08-15T18:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=6541288cb58d297be144cde4188ab41aecadc213'/>
<id>6541288cb58d297be144cde4188ab41aecadc213</id>
<content type='text'>
Message-ID: &lt;20250815181500.107433-12-gfleury@disroot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Message-ID: &lt;20250815181500.107433-12-gfleury@disroot.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
