<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ab5dc9aceb34419d1c4b6006739e61acee8ee999 - libpthread: Implement pthread_getname_np() and pthread_setname_np().</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#ab5dc9aceb34419d1c4b6006739e61acee8ee999</link>
        <description>libpthread: Implement pthread_getname_np() and pthread_setname_np().Varieties of pthread_get_name_np() and pthread_set_name_np() that returnan integer (0 or error number).These are only used for debugging but it looks like some ports want them.I took some of the documentation from FreeBSD.Reported-by: zrj

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Mon, 08 Mar 2021 18:34:42 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>58346d752e2d5e231fea18c08305dc89b61fdbe9 - libpthread: Separate the MLINKS better.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#58346d752e2d5e231fea18c08305dc89b61fdbe9</link>
        <description>libpthread: Separate the MLINKS better.

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Mon, 08 Mar 2021 07:30:23 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>823bc35d5c0543a0392674d45122b75acffe8117 - pthreads: Add pthread_is_threaded_np.3 manpage.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#823bc35d5c0543a0392674d45122b75acffe8117</link>
        <description>pthreads: Add pthread_is_threaded_np.3 manpage.

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Tue, 15 Dec 2020 07:00:45 +0000</pubDate>
        <dc:creator>zrj &lt;rimvydas.jasinskas@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9d94a5bb540a104cdedcd75c0068a2f1d6acd1cc - pthreads: Add pthread_yield_np().</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#9d94a5bb540a104cdedcd75c0068a2f1d6acd1cc</link>
        <description>pthreads: Add pthread_yield_np(). Same as non standard pthread_yield() but with correct &apos;_np&apos; suffix.

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Tue, 15 Dec 2020 06:34:30 +0000</pubDate>
        <dc:creator>zrj &lt;rimvydas.jasinskas@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>55f11bd6ffa4307e05441ec9f250376390316222 - pthreads: Add pthread_getattr_np().</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#55f11bd6ffa4307e05441ec9f250376390316222</link>
        <description>pthreads: Add pthread_getattr_np().Adapted-from: NetBSD

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Sat, 12 Dec 2020 14:12:00 +0000</pubDate>
        <dc:creator>zrj &lt;rimvydas.jasinskas@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>eb396e51df1538ec96905cbba43545c04846bd7e - world - Add support for lwp_getname() and pthread_get_name_np()</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#eb396e51df1538ec96905cbba43545c04846bd7e</link>
        <description>world - Add support for lwp_getname() and pthread_get_name_np()* Add support for the new system call lwp_getname()* Add support for pthread_get_name_np(), rounding out that function  set and improving ports compatibility.

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Thu, 14 Nov 2019 00:39:26 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>6e54fc72e872514f53f2be8a3eb2cd92c721440b - pthread_join.3: Document pthread_timedjoin_np() (taken from FreeBSD).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#6e54fc72e872514f53f2be8a3eb2cd92c721440b</link>
        <description>pthread_join.3: Document pthread_timedjoin_np() (taken from FreeBSD).

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Sat, 02 Dec 2017 08:55:05 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>90b371531a4a9fb2be854685e49d2c4c4c170441 - libpthread: Document some more functions.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#90b371531a4a9fb2be854685e49d2c4c4c170441</link>
        <description>libpthread: Document some more functions.Specifically:pthread_condattr_getclock()           (Taken-from: FreeBSD)pthread_condattr_getpshared()         (Taken-from: FreeBSD)pthread_condattr_setclock()           (Taken-from: FreeBSD)pthread_condattr_setpshared()         (Taken-from: FreeBSD)pthread_mutex_getprioceiling()        (Taken-from: NetBSD)pthread_mutex_setprioceiling()        (Taken-from: NetBSD)pthread_mutexattr_getpshared()pthread_mutexattr_setpshared()

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Thu, 30 Nov 2017 07:26:00 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>19f8db81089c01d0e4866881cfb3f615f15c2c2f - libpthread: Sort a few things in the Makefile.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#19f8db81089c01d0e4866881cfb3f615f15c2c2f</link>
        <description>libpthread: Sort a few things in the Makefile.

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Thu, 30 Nov 2017 06:55:18 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>725edadf86d63f56a584adf23265845c8590d734 - libc/libpthread: Add clock_getcpuclockid() and pthread_getcpuclockid().</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#725edadf86d63f56a584adf23265845c8590d734</link>
        <description>libc/libpthread: Add clock_getcpuclockid() and pthread_getcpuclockid().* Adjust clock_gettime() and clock_getres() to accept values obtained  this way.* Also set _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME, although we should  really support values obtained by these functions in clock_settime()  too.Based on and taken from FreeBSD&apos;s code.Reviewed-by: sephe

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Wed, 26 Jul 2017 17:57:32 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>c0f25c26521a4a85f70aa95a94bbc323503ea2ac - pthread: Add pthread_getthreadid_np() function, bump __DragonFly_version.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#c0f25c26521a4a85f70aa95a94bbc323503ea2ac</link>
        <description>pthread: Add pthread_getthreadid_np() function, bump __DragonFly_version.Using pthread_getthreadid_np() can directly use the thread-ID value that isalready cached in the pthread_t struct.Partly Taken-From: FreeBSD

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Sat, 15 Jul 2017 09:13:36 +0000</pubDate>
        <dc:creator>Imre Vad&#225;sz &lt;imre@vdsz.com&gt;</dc:creator>
    </item>
<item>
        <title>3ae362f2fd40a49b17fda7454bd8c25ca54f9902 - pthread: Implement pthread_attr_{get,set}affinity_np</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#3ae362f2fd40a49b17fda7454bd8c25ca54f9902</link>
        <description>pthread: Implement pthread_attr_{get,set}affinity_np

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Sun, 15 Jan 2017 08:53:39 +0000</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b29203807e853904a3411f05fdeebb0c3b0cab90 - pthread: Implement pthread_{set,get}affinity_np</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#b29203807e853904a3411f05fdeebb0c3b0cab90</link>
        <description>pthread: Implement pthread_{set,get}affinity_np

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Sat, 14 Jan 2017 08:12:40 +0000</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>7078f92bf00cafccd0c0191c7aa92b0bb784f70e - merge</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#7078f92bf00cafccd0c0191c7aa92b0bb784f70e</link>
        <description>merge

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Sat, 12 Jan 2013 10:31:39 +0000</pubDate>
        <dc:creator>Johannes Hofmann &lt;johannes.hofmann@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>775923a8d67ea35ff5fb2fc616d36ae4acd5e4ff - libpthread: Add sem_timedwait().</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#775923a8d67ea35ff5fb2fc616d36ae4acd5e4ff</link>
        <description>libpthread: Add sem_timedwait().It was commented out and I&apos;m not sure why.It needed a bit of adjustment to properly check the nanoseconds field butwith that, it passes all eleven tests of the Open POSIX Test Suite. Otherpeople (thesjg, vsrinivas) have tested and used it too in the past.While here, also add a manual page (taken from FreeBSD).In-discussion-with: vsrinivas

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Tue, 25 Dec 2012 19:37:29 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>86d7f5d305c6adaa56ff4582ece9859d73106103 - Initial import of binutils 2.22 on the new vendor branch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#86d7f5d305c6adaa56ff4582ece9859d73106103</link>
        <description>Initial import of binutils 2.22 on the new vendor branchFuture versions of binutils will also reside on this branch ratherthan continuing to create new binutils branches for each new version.

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Sat, 26 Nov 2011 08:27:44 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>54674d33687b187876e5b9d260d3ae6aa1f0261c - thread libs: move libc_r and libthread_xu to /usr/lib/thread</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#54674d33687b187876e5b9d260d3ae6aa1f0261c</link>
        <description>thread libs: move libc_r and libthread_xu to /usr/lib/threadThis is so that badly written programs don&apos;t mistakenly pick up eitherlibc_r or libthread_xu.  The only correct way to get threading supportis to link to libpthread.By moving the underlaying thread libs to a directory that is notsearched by the linker, we can enforce this policy.Requested-by:  hasso@

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Wed, 07 Oct 2009 00:27:42 +0000</pubDate>
        <dc:creator>Simon Schubert &lt;corecode@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>a6cf2ca4ac168c0f667de2ec9fccf5efb5c4cb3a - Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#a6cf2ca4ac168c0f667de2ec9fccf5efb5c4cb3a</link>
        <description>Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Fri, 10 Jul 2009 21:09:50 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>15acf97d0475de2108f76813e989f0d1d4c8ad03 - pthread*.3: Sync the pthread manpages with FreeBSD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#15acf97d0475de2108f76813e989f0d1d4c8ad03</link>
        <description>pthread*.3: Sync the pthread manpages with FreeBSD.Brings in some missing pages and some small fixes.Reminded-by: hasso

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Fri, 10 Jul 2009 02:16:40 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>6cd31e5b55f074b510e038fe8357486a8535c40c - Merge branch &apos;master&apos; into amd64</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/lib/libpthread/Makefile#6cd31e5b55f074b510e038fe8357486a8535c40c</link>
        <description>Merge branch &apos;master&apos; into amd64

            List of files:
            /dflybsd-src/lib/libpthread/Makefile</description>
        <pubDate>Mon, 06 Jul 2009 15:17:09 +0000</pubDate>
        <dc:creator>Jordan Gordeev &lt;jgordeev@dir.bg&gt;</dc:creator>
    </item>
</channel>
</rss>
