<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in TODO</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5f391f4ae2b2d062766e6e026503feaef4772d0a - Export the guard size of the main thread via vm.guard_size. Add a</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#5f391f4ae2b2d062766e6e026503feaef4772d0a</link>
        <description>Export the guard size of the main thread via vm.guard_size. Add acomplementary writable sysctl for the initial guard size of threadscreated via pthread_create. Let the existing attribut accessors do theright thing. Raise the default guard size for threads to 64KB.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Sun, 02 Jul 2017 16:41:32 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0892a29a1a84787638944692a89bcbc7ede75eb4 - libpthread_dbg(3) deletion from the base distribution</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#0892a29a1a84787638944692a89bcbc7ede75eb4</link>
        <description>libpthread_dbg(3) deletion from the base distributionlibpthread_dbg(3) is a remnant library from the M:N thread model(pre-NetBSD-5.0) API to introspect threads within a process and for useof debuggers.Currently in the 1:1 model it&apos;s not used in GDB neither in LLDB and it&apos;snot either planned to be used. It&apos;s current function to read pthread_tstructures is realizable within a regular debugger capable toinstrospect objects within a tracee (GDB, LLDB...).Remaining users of this API can still use this library frompkgsrc/devel/libpthread_dbg.Sponsored by &lt;The NetBSD Foundation&gt;

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Wed, 08 Feb 2017 03:44:40 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eab327277825244b16bcfd25989159f25ec88b4d - ld.elf_so is reentrant.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#eab327277825244b16bcfd25989159f25ec88b4d</link>
        <description>ld.elf_so is reentrant.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Fri, 03 Feb 2012 21:11:17 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c42287d31396fbfc0b82bfa5d5fdc5bef24278c9 - As per (now closed) PR lib/43581, add a note about unsupported modifications</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#c42287d31396fbfc0b82bfa5d5fdc5bef24278c9</link>
        <description>As per (now closed) PR lib/43581, add a note about unsupported modificationsto the red zone size.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Fri, 09 Jul 2010 17:03:04 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0aec71a9f55d05faff1affc245612ffb7787686a - Fix typo.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#0aec71a9f55d05faff1affc245612ffb7787686a</link>
        <description>Fix typo.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Sat, 24 Jan 2009 13:00:03 +0000</pubDate>
        <dc:creator>wiz &lt;wiz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9c43df3853f15d9911508b21e16b4ca94756035a - We&apos;ve got the priority/class stuff now.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#9c43df3853f15d9911508b21e16b4ca94756035a</link>
        <description>We&apos;ve got the priority/class stuff now.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Sun, 10 Feb 2008 14:52:05 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f05f9cc2679f49ae57162900925b70e97f4e6bb - Update.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#8f05f9cc2679f49ae57162900925b70e97f4e6bb</link>
        <description>Update.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Mon, 24 Dec 2007 14:30:09 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>66ac2ffaf293a1766211e270fcce0ba856f8f80e - Mutexes:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#66ac2ffaf293a1766211e270fcce0ba856f8f80e</link>
        <description>Mutexes:- Play scrooge again and chop more cycles off acquire/release.- Spin while the lock holder is running on another CPU (adaptive mutexes).- Do non-atomic release.Threadreg:- Add the necessary hooks to use a thread register.- Add the code for i386, using %gs.- Leave i386 code disabled until xen and COMPAT_NETBSD32 have the changes.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Tue, 13 Nov 2007 17:20:08 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>debc2870e66b586275c95661303637249ef1d40e - Update.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#debc2870e66b586275c95661303637249ef1d40e</link>
        <description>Update.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Sat, 08 Sep 2007 23:00:31 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>342557fb0f4d7c655eb49b9ff8e65e175339b929 - Update.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#342557fb0f4d7c655eb49b9ff8e65e175339b929</link>
        <description>Update.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Thu, 23 Aug 2007 19:21:40 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>15c28fd2d8b5fa49be74dc107d96337389be9931 - Update.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#15c28fd2d8b5fa49be74dc107d96337389be9931</link>
        <description>Update.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Sat, 04 Aug 2007 13:46:04 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de2138164cd16145ee5fd4d0aef1e8f952c1a9fb - Remove the PTHREAD_SA option. If M:N threads is reimplemented it&apos;s</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#de2138164cd16145ee5fd4d0aef1e8f952c1a9fb</link>
        <description>Remove the PTHREAD_SA option. If M:N threads is reimplemented it&apos;sbetter off done with a seperate library.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Fri, 02 Mar 2007 18:53:51 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dba14ef0a08bc45d3d11517130f37fff26a4ba4c - Don&apos;t grab the state lock to check for cancellation around condition</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#dba14ef0a08bc45d3d11517130f37fff26a4ba4c</link>
        <description>Don&apos;t grab the state lock to check for cancellation around conditionvariables, as _lwp_wakeup/lwp_park provide the necessary barrier.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Fri, 02 Mar 2007 17:47:40 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4cdc2ed8893962517275bdd7b4b247873b5f981a - fix a race between pthread_exit and pthread_create.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#4cdc2ed8893962517275bdd7b4b247873b5f981a</link>
        <description>fix a race between pthread_exit and pthread_create.inefficient, but better than crashing.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Thu, 15 Feb 2007 15:39:33 +0000</pubDate>
        <dc:creator>yamt &lt;yamt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ae979b216270e8fc54df94853fc74aecb080fc90 - Add some items for 1:1 threads.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#ae979b216270e8fc54df94853fc74aecb080fc90</link>
        <description>Add some items for 1:1 threads.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Mon, 25 Dec 2006 11:36:36 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0446e60323d2e152237306fbe32a0bb051d25872 - Update list of items.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#0446e60323d2e152237306fbe32a0bb051d25872</link>
        <description>Update list of items.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Tue, 25 Nov 2003 22:44:16 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ef9eed1dac49fc0123c6a525d6efaa81b6818137 - pthread_kill() was implemented, remove from list</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#ef9eed1dac49fc0123c6a525d6efaa81b6818137</link>
        <description>pthread_kill() was implemented, remove from listpthread_cond_timedwait() now works even before SA initialization, but someother routines do not; update the paragraph for this

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Thu, 06 Feb 2003 09:55:47 +0000</pubDate>
        <dc:creator>jdolecek &lt;jdolecek@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c62a74e6d5cfb2fb5034e98b983da7e2fc87709d - Merge the nathanw_sa branch.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/TODO#c62a74e6d5cfb2fb5034e98b983da7e2fc87709d</link>
        <description>Merge the nathanw_sa branch.

            List of files:
            /netbsd-src/lib/libpthread/TODO</description>
        <pubDate>Sat, 18 Jan 2003 10:32:11 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
