<?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 shlib_version</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>945ffcea068cf976827efcc0ab4c48abebc990ea - Bump the libpthread(3) minor number to 4</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#945ffcea068cf976827efcc0ab4c48abebc990ea</link>
        <description>Bump the libpthread(3) minor number to 4Added C11 Threading library support.

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Wed, 24 Apr 2019 13:01:52 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>591f556772bbb25e94eb337d44bb3cf5646c9f1b - Add a todo item for a future major bump (rename many symbols)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#591f556772bbb25e94eb337d44bb3cf5646c9f1b</link>
        <description>Add a todo item for a future major bump (rename many symbols)

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Sun, 09 Sep 2018 07:24:59 +0000</pubDate>
        <dc:creator>maya &lt;maya@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed7dbad892983c356b1ec5b96d4ff9cb96fc24e4 - bump</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#ed7dbad892983c356b1ec5b96d4ff9cb96fc24e4</link>
        <description>bump

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Sat, 23 Apr 2016 23:23:17 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bbae94036a09fa5f9aa8e2ffe8a35c5cde3ae00f - bump for pthread_cond_setclock</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#bbae94036a09fa5f9aa8e2ffe8a35c5cde3ae00f</link>
        <description>bump for pthread_cond_setclock

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Wed, 03 Apr 2013 15:45:21 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4acff4c01bb0a2d6d9cdf108291ff7813a860556 - Implement sem_timedwait.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#4acff4c01bb0a2d6d9cdf108291ff7813a860556</link>
        <description>Implement sem_timedwait.

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Thu, 08 Mar 2012 21:59:24 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>461a86f9bdbf4658bc4b37796e978427095f94a7 - merge christos-time_t</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#461a86f9bdbf4658bc4b37796e978427095f94a7</link>
        <description>merge christos-time_t

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Sun, 11 Jan 2009 02:45:45 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ebaaa8cf7a8d5dfc2afbd8bc2ddb95d81bdbc182 - Some things to do on major bump.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#ebaaa8cf7a8d5dfc2afbd8bc2ddb95d81bdbc182</link>
        <description>Some things to do on major bump.

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Sun, 28 Dec 2008 11:01:58 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>989565f81db536704793df34a7dc12e271771b04 - - Fix pthread_rwlock_trywrlock() which was broken.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#989565f81db536704793df34a7dc12e271771b04</link>
        <description>- Fix pthread_rwlock_trywrlock() which was broken.- Add new functions: pthread_mutex_held_np, mutex_owner_np, rwlock_held_np,  rwlock_wrheld_np, rwlock_rdheld_np. These match the kernel&apos;s locking  primitives and can be used when porting kernel code to userspace.- Always create LWPs detached. Do join/exit sync mostly in userland. When  looped on a dual core box this seems ~30% quicker than using lwp_wait().  Reduce number of lock acquire/release ops during thread exit.

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Mon, 24 Dec 2007 14:46:28 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ae87f94d1dd19a062234f10045dedcf6bb41f465 - Bump libc/libpthread minor for thr_curcpu()/pthread_curcpu_np().</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#ae87f94d1dd19a062234f10045dedcf6bb41f465</link>
        <description>Bump libc/libpthread minor for thr_curcpu()/pthread_curcpu_np().

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Tue, 27 Nov 2007 21:06:41 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b919eb811609e4e22b5584ecad75426081a0c980 - Crank libpthread to 0.8. It now uses _lwp_ctl(), and it&apos;s handy to keep</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#b919eb811609e4e22b5584ecad75426081a0c980</link>
        <description>Crank libpthread to 0.8. It now uses _lwp_ctl(), and it&apos;s handy to keep0.7 hanging around for old kernels.

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Tue, 13 Nov 2007 17:22:51 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a21c37097e2ef0e7c06d5627588c7e7fbc88b330 - Bump libpthread &amp; libpthread_dbg minor versions so that an old SA copy</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#a21c37097e2ef0e7c06d5627588c7e7fbc88b330</link>
        <description>Bump libpthread &amp; libpthread_dbg minor versions so that an old SA copygets kept in the file system. Requested by pavel.

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Fri, 09 Feb 2007 23:00:16 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>363c26d4ba059d3f2e4f7c8574ef26e392b0046e - Interpose cancellation points in pollts() and pselect(), bringing us</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#363c26d4ba059d3f2e4f7c8574ef26e392b0046e</link>
        <description>Interpose cancellation points in pollts() and pselect(), bringing usto libc.so.12.127 and libpthread.so.0.6.

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Fri, 18 Mar 2005 11:23:44 +0000</pubDate>
        <dc:creator>kleink &lt;kleink@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>627129c2d39c132f7f4a6f6bc3f046055fae3fa7 - bump the version of this too.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#627129c2d39c132f7f4a6f6bc3f046055fae3fa7</link>
        <description>bump the version of this too.

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Fri, 21 May 2004 04:09:13 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e89977d42b5fc2ff53d911a4056c41b7118368 - - libc.so.12.109 and libpthread.so.0.4</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#90e89977d42b5fc2ff53d911a4056c41b7118368</link>
        <description>- libc.so.12.109 and libpthread.so.0.4- add ssize_t stackinfo_offset argument to sa_register syscall- remove sa_unblockyield syscall- make __sigprocmask14 syscall weak- in pthread__sa_start: catch up with 4-argument sa_register syscall

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Fri, 02 Jan 2004 18:56:39 +0000</pubDate>
        <dc:creator>cl &lt;cl@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>88ed237274c18c6457b3ce763a8c0978f7359ba2 - Bump libc to 12.107 and libpthread to 0.3 for fsync_range(2).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#88ed237274c18c6457b3ce763a8c0978f7359ba2</link>
        <description>Bump libc to 12.107 and libpthread to 0.3 for fsync_range(2).

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Tue, 18 Nov 2003 01:00:19 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b33971b9c3a696f519d04556c50604572fc7d9b7 - Add support for naming a thread, using an API compatible with Tru64 Unix:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#b33971b9c3a696f519d04556c50604572fc7d9b7</link>
        <description>Add support for naming a thread, using an API compatible with Tru64 Unix:* pthread_attr_getname_np()* pthread_attr_setname_np()* pthread_getname_np()* pthread_setname_np()In addition to being query&apos;able by the application (for log messages, etc.),it is intended that these names can show up in the debugger.Reviewed by nathanw.

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Wed, 26 Feb 2003 22:02:48 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90135cf7e86d23cf772d5b9ce633c3e9a6bd0da1 - add support for p1003.1b semaphores. From FreeBSD</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libpthread/shlib_version#90135cf7e86d23cf772d5b9ce633c3e9a6bd0da1</link>
        <description>add support for p1003.1b semaphores. From FreeBSD

            List of files:
            /netbsd-src/lib/libpthread/shlib_version</description>
        <pubDate>Mon, 20 Jan 2003 20:10:19 +0000</pubDate>
        <dc:creator>christos &lt;christos@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/shlib_version#c62a74e6d5cfb2fb5034e98b983da7e2fc87709d</link>
        <description>Merge the nathanw_sa branch.

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