<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0d6563db8b8ce9f02816f21926d58f77838eaa1c - Disable sanitizers for libm and librt</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#0d6563db8b8ce9f02816f21926d58f77838eaa1c</link>
        <description>Disable sanitizers for libm and librtThe sanitizers are designed to use pristine OS versions of these libraries,install interceptors for public symbols in them and link with them in everysanitized executable.Having unmodified base libraries (c, m, rt, pthread) also makes the systemusable with programs linking with them and without sanitization, as thereare no fatal issues during the resolving of missing symbols.The remaining libraries like libutil, libintl etc are prebuilt withsanitization and all their users in the MKSANITIZER=yes distribution arerequired to use the same sanitizer.libc and libpthread are already marked with the NOSANITIZER flag.

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Wed, 13 Jun 2018 08:19:36 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f87fbe2f556558889196b39e9ed509eb562f4303 - add missing stuff for the affinity calls (Rocky Hotas)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#f87fbe2f556558889196b39e9ed509eb562f4303</link>
        <description>add missing stuff for the affinity calls (Rocky Hotas)

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Fri, 05 Aug 2016 13:03:13 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f9c8df1d36313aa734ca104f7198972b597d227 - man page for sched_protect (Charles Cui, GSoC 2016)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#1f9c8df1d36313aa734ca104f7198972b597d227</link>
        <description>man page for sched_protect (Charles Cui, GSoC 2016)

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Tue, 05 Jul 2016 21:13:12 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0ec95f7a47ace24606488ac5bb873100f75d7da7 - Add a man page for shm_open(3) and shm_unlink(3).  Obtained from FreeBSD,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#0ec95f7a47ace24606488ac5bb873100f75d7da7</link>
        <description>Add a man page for shm_open(3) and shm_unlink(3).  Obtained from FreeBSD,with various modifications.

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Thu, 19 Dec 2013 19:40:08 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4aae4db7dba7736b64b8ceb076e9889a10f72d9e - Add shm_open(3) and shm_unlink(3) to support POSIX shared memory objects.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#4aae4db7dba7736b64b8ceb076e9889a10f72d9e</link>
        <description>Add shm_open(3) and shm_unlink(3) to support POSIX shared memory objects.They are implemented using tmpfs (mounted at /var/shm).Discussed on tech-{kern,userlevel} (quite a while ago).

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Thu, 19 Dec 2013 19:11:50 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa835e8c8b0010777bd91803f15ae5587f224dd7 - These directories default to WARNS?=5</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#fa835e8c8b0010777bd91803f15ae5587f224dd7</link>
        <description>These directories default to WARNS?=5

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Wed, 21 Mar 2012 05:37:42 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4acff4c01bb0a2d6d9cdf108291ff7813a860556 - Implement sem_timedwait.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#4acff4c01bb0a2d6d9cdf108291ff7813a860556</link>
        <description>Implement sem_timedwait.

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Thu, 08 Mar 2012 21:59:24 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5cb3c90e9af2160b0aa37e602018ed56c58538f8 - Add the same ppc64 hack that libposix needs.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#5cb3c90e9af2160b0aa37e602018ed56c58538f8</link>
        <description>Add the same ppc64 hack that libposix needs.

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Thu, 27 Oct 2011 18:45:44 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9921e5b526c10826a3cddaa7a432b9d9c0e21a0b - Build links also for mq_timedreceive(3) and mq_timedsend(3).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#9921e5b526c10826a3cddaa7a432b9d9c0e21a0b</link>
        <description>Build links also for mq_timedreceive(3) and mq_timedsend(3).

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Mon, 07 Jun 2010 07:26:20 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dfba418d385dd5defe7f5415834c119d9bf19efa - Add mq(3), a manual page for the POSIX message queues. This tries to act as</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#dfba418d385dd5defe7f5415834c119d9bf19efa</link>
        <description>Add mq(3), a manual page for the POSIX message queues. This tries to act asa short introduction to the rationale and API, noting also some pros and cons.rmind@: basically ok. Please feel free to adjust, correct, and extend.

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Mon, 07 Jun 2010 07:11:27 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4e9ea952b829db3c9b876e9db5b2aa7b57413716 - Add an introductory manual page for the POSIX asynchronous I/O, aio(3).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#4e9ea952b829db3c9b876e9db5b2aa7b57413716</link>
        <description>Add an introductory manual page for the POSIX asynchronous I/O, aio(3).This is hopefully enough for a reader to get started with the aio.ok rmind@

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Mon, 17 May 2010 17:15:42 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>57babc498013ca2543b0eb70de39b526e309bf5c - Manuals describing the interface of POSIX message queues.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#57babc498013ca2543b0eb70de39b526e309bf5c</link>
        <description>Manuals describing the interface of POSIX message queues.Taken from The Open Group, with various modifications.Thanks &lt;wiz&gt; for improvements!

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Mon, 05 Jan 2009 21:19:48 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>45ce2feab7d1f53ba04441aa7f809346f7609b9a - use libc/libcincludes.mk.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#45ce2feab7d1f53ba04441aa7f809346f7609b9a</link>
        <description>use libc/libcincludes.mk.

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Sun, 26 Oct 2008 07:28:49 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a94bd63c1ee7547b7107d2b7adcf4bfd846bec1 - Move scheduling functions from librt to libc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#2a94bd63c1ee7547b7107d2b7adcf4bfd846bec1</link>
        <description>Move scheduling functions from librt to libc.Fixes PR/38657.

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Wed, 02 Jul 2008 20:05:16 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f67f2ea58455fc50bbf315b3dee5e7f8bbc8e14b - Add pset(3) manual page, and appropriate links.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#f67f2ea58455fc50bbf315b3dee5e7f8bbc8e14b</link>
        <description>Add pset(3) manual page, and appropriate links.Thanks &lt;wiz&gt; for review and fixes!

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Mon, 10 Mar 2008 19:00:21 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2ac12931eb0e5bc0996a829afd10a1a8f33d35cb - Add sched(3) manual page, and appropriate links.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#2ac12931eb0e5bc0996a829afd10a1a8f33d35cb</link>
        <description>Add sched(3) manual page, and appropriate links.Thanks &lt;wiz&gt; for review and fixes!

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Mon, 10 Mar 2008 14:47:06 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c71a4d49f042160ded4f3877b9040440c8f9a32 - Implementation of processor-sets, affinity and POSIX real-time extensions.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#5c71a4d49f042160ded4f3877b9040440c8f9a32</link>
        <description>Implementation of processor-sets, affinity and POSIX real-time extensions.Add schedctl(8) - a program to control scheduling of processes and threads.Notes:- This is supported only by SCHED_M2;- Migration of LWP mechanism will be revisited;Proposed on: &lt;tech-kern&gt;. Reviewed by: &lt;ad&gt;.

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Tue, 15 Jan 2008 03:37:10 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5fd6c5db8fbf8528cd501b68d8d744fe880f159d - - Add aio_fsync(3) manual page. Reviewed and improved by &lt;wiz&gt;.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#5fd6c5db8fbf8528cd501b68d8d744fe880f159d</link>
        <description>- Add aio_fsync(3) manual page. Reviewed and improved by &lt;wiz&gt;.- Also, fix the accident duplicate of aio_suspend(3) entry.

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Sun, 17 Jun 2007 12:47:40 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed3e2de27c815e7969d981ebeec9fe324b43b1b8 - Add aio_cancel(3), aio_error(3), aio_read(3), aio_return(3), aio_suspend(3),</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#ed3e2de27c815e7969d981ebeec9fe324b43b1b8</link>
        <description>Add aio_cancel(3), aio_error(3), aio_read(3), aio_return(3), aio_suspend(3),aio_write(3) and lio_listio(3) man-pages for asynchronous I/O.Taken from FreeBSD with modifications for NetBSD implementation.wizd, please! :)

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Fri, 04 May 2007 22:37:33 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67d703cf25dc6275532a96d56eb7a13da1890a17 - Import of POSIX Asynchronous I/O.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/librt/Makefile#67d703cf25dc6275532a96d56eb7a13da1890a17</link>
        <description>Import of POSIX Asynchronous I/O.Seems to be quite stable. Some work still left to do.Please note, that syscalls are not yet MP-safe, becauseof the file and vnode subsystems.Reviewed by: &lt;tech-kern&gt;, &lt;ad&gt;

            List of files:
            /netbsd-src/lib/librt/Makefile</description>
        <pubDate>Mon, 30 Apr 2007 14:44:28 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
