<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nick-black.com/dankwiki/index.php?action=history&amp;feed=atom&amp;title=LinuxThreads</id>
	<title>LinuxThreads - revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nick-black.com/dankwiki/index.php?action=history&amp;feed=atom&amp;title=LinuxThreads"/>
	<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=LinuxThreads&amp;action=history"/>
	<updated>2026-07-11T15:02:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://nick-black.com/dankwiki/index.php?title=LinuxThreads&amp;diff=727&amp;oldid=prev</id>
		<title>Dank at 14:54, 12 July 2009</title>
		<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=LinuxThreads&amp;diff=727&amp;oldid=prev"/>
		<updated>2009-07-12T14:54:23Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:54, 12 July 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The old [[Pthreads]] implementation on [[Linux APIs|Linux]] systems running [[Glibc|GNU libc]] or &amp;lt;tt&amp;gt;libc5&amp;lt;/tt&amp;gt;. It was superseded by [[NPTL]] and NGPT, with [[NPTL]] becoming the Linux pthreads implementation of record. LinuxThreads is emulated under [[FreeBSD APIs|FreeBSD]] via the &amp;lt;tt&amp;gt;devel/linuxthreads&amp;lt;/tt&amp;gt; Port. LinuxThreads did not faithfully support the full 1003.1c standard (especially regarding signal handling and &amp;lt;tt&amp;gt;PTHREAD_SCOPE_PROCESS&amp;lt;/tt&amp;gt;), used a control thread, and co-opted two signals (realtime signals if possible, or otherwise SIGUSR1 and SIGUSR2. Realtime signals were supported on Linux 2.2+ when using glibc).&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The old [[Pthreads]] implementation on [[Linux APIs|Linux]] systems running [[Glibc|GNU libc]] or &amp;lt;tt&amp;gt;libc5&amp;lt;/tt&amp;gt;. It was superseded by [[NPTL]] and NGPT, with [[NPTL]] becoming the Linux pthreads implementation of record. LinuxThreads is emulated under [[FreeBSD APIs|FreeBSD]] via the &amp;lt;tt&amp;gt;devel/linuxthreads&amp;lt;/tt&amp;gt; Port. LinuxThreads did not faithfully support the full 1003.1c standard (especially regarding signal handling and &amp;lt;tt&amp;gt;PTHREAD_SCOPE_PROCESS&amp;lt;/tt&amp;gt;), used a control thread, and co-opted two signals (realtime signals if possible, or otherwise SIGUSR1 and SIGUSR2. Realtime signals were supported on Linux 2.2+ when using glibc). It can still be found [http://pauillac.inria.fr/~xleroy/linuxthreads/ here], including the [http://pauillac.inria.fr/~xleroy/linuxthreads/README README] and a [http://pauillac.inria.fr/~xleroy/linuxthreads/faq.html FAQ].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; &lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;It can still be found [http://pauillac.inria.fr/~xleroy/linuxthreads/ here], including the [http://pauillac.inria.fr/~xleroy/linuxthreads/README README] and a [http://pauillac.inria.fr/~xleroy/linuxthreads/faq.html FAQ].&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key wikidb:diff:1.41:old-726:rev-727:php=table --&gt;
&lt;/table&gt;</summary>
		<author><name>Dank</name></author>
	</entry>
	<entry>
		<id>https://nick-black.com/dankwiki/index.php?title=LinuxThreads&amp;diff=726&amp;oldid=prev</id>
		<title>Dank: Created page with &#039;The old Pthreads implementation on Linux systems running GNU libc or &lt;tt&gt;libc5&lt;/tt&gt;. It was superseded by NPTL and NGPT, with NPTL becoming t...&#039;</title>
		<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=LinuxThreads&amp;diff=726&amp;oldid=prev"/>
		<updated>2009-07-12T14:54:11Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;The old &lt;a href=&quot;/dankwiki/index.php?title=Pthreads&quot; title=&quot;Pthreads&quot;&gt;Pthreads&lt;/a&gt; implementation on &lt;a href=&quot;/dankwiki/index.php?title=Linux_APIs&quot; title=&quot;Linux APIs&quot;&gt;Linux&lt;/a&gt; systems running &lt;a href=&quot;/dankwiki/index.php?title=Glibc&quot; class=&quot;mw-redirect&quot; title=&quot;Glibc&quot;&gt;GNU libc&lt;/a&gt; or &amp;lt;tt&amp;gt;libc5&amp;lt;/tt&amp;gt;. It was superseded by &lt;a href=&quot;/dankwiki/index.php?title=NPTL&quot; title=&quot;NPTL&quot;&gt;NPTL&lt;/a&gt; and NGPT, with &lt;a href=&quot;/dankwiki/index.php?title=NPTL&quot; title=&quot;NPTL&quot;&gt;NPTL&lt;/a&gt; becoming t...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The old [[Pthreads]] implementation on [[Linux APIs|Linux]] systems running [[Glibc|GNU libc]] or &amp;lt;tt&amp;gt;libc5&amp;lt;/tt&amp;gt;. It was superseded by [[NPTL]] and NGPT, with [[NPTL]] becoming the Linux pthreads implementation of record. LinuxThreads is emulated under [[FreeBSD APIs|FreeBSD]] via the &amp;lt;tt&amp;gt;devel/linuxthreads&amp;lt;/tt&amp;gt; Port. LinuxThreads did not faithfully support the full 1003.1c standard (especially regarding signal handling and &amp;lt;tt&amp;gt;PTHREAD_SCOPE_PROCESS&amp;lt;/tt&amp;gt;), used a control thread, and co-opted two signals (realtime signals if possible, or otherwise SIGUSR1 and SIGUSR2. Realtime signals were supported on Linux 2.2+ when using glibc).&lt;br /&gt;
&lt;br /&gt;
It can still be found [http://pauillac.inria.fr/~xleroy/linuxthreads/ here], including the [http://pauillac.inria.fr/~xleroy/linuxthreads/README README] and a [http://pauillac.inria.fr/~xleroy/linuxthreads/faq.html FAQ].&lt;/div&gt;</summary>
		<author><name>Dank</name></author>
	</entry>
</feed>