<?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>e3f2281ab3037d2b3b83a559ab26de8bf8bb9e15 - kill gcc-4.5 warnings</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/sdpquery/Makefile#e3f2281ab3037d2b3b83a559ab26de8bf8bb9e15</link>
        <description>kill gcc-4.5 warnings

            List of files:
            /netbsd-src/usr.bin/sdpquery/Makefile</description>
        <pubDate>Sun, 14 Aug 2011 13:27:47 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c111245a78af130a37be9fa187a36e4096487859 - apply some -Wno-error and/or -fno-strict-aliasing.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/sdpquery/Makefile#c111245a78af130a37be9fa187a36e4096487859</link>
        <description>apply some -Wno-error and/or -fno-strict-aliasing.all of this should be looked at closer, but some of them are notvery trivial.

            List of files:
            /netbsd-src/usr.bin/sdpquery/Makefile</description>
        <pubDate>Wed, 22 Jun 2011 02:49:41 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>384153c15add471f372ea7eeab726d9afe1fd790 - update sdpquery with a newer version that fetches the whole service</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/sdpquery/Makefile#384153c15add471f372ea7eeab726d9afe1fd790</link>
        <description>update sdpquery with a newer version that fetches the whole servicerecord and displays it in a human readable fashion.

            List of files:
            /netbsd-src/usr.bin/sdpquery/Makefile</description>
        <pubDate>Tue, 12 May 2009 18:37:50 +0000</pubDate>
        <dc:creator>plunky &lt;plunky@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2f181453f04821fb0c353265c7a623123bffeec - this needs libsdp no more</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/sdpquery/Makefile#b2f181453f04821fb0c353265c7a623123bffeec</link>
        <description>this needs libsdp no more

            List of files:
            /netbsd-src/usr.bin/sdpquery/Makefile</description>
        <pubDate>Tue, 12 May 2009 13:15:10 +0000</pubDate>
        <dc:creator>plunky &lt;plunky@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8650959ae7605e227eb238be583da75d6a4b4b6c - ensure that sdpquery continues to build while I am in progress of</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/sdpquery/Makefile#8650959ae7605e227eb238be583da75d6a4b4b6c</link>
        <description>ensure that sdpquery continues to build while I am in progress ofupdating Service Discovery Protocol API

            List of files:
            /netbsd-src/usr.bin/sdpquery/Makefile</description>
        <pubDate>Thu, 07 May 2009 18:12:08 +0000</pubDate>
        <dc:creator>plunky &lt;plunky@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4147a3c54a369fdf2775e8a91ce4916614e21d3b - Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/sdpquery/Makefile#4147a3c54a369fdf2775e8a91ce4916614e21d3b</link>
        <description>Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on theFORTIFY_SOURCE feature of libssp, thus checking the size of arguments tovarious string and memory copy and set functions (as well as a few systemcalls and other miscellany) where known at function entry.  RedHat hasevidently built all &quot;core system packages&quot; with this option for some time.This option should be used at the top of Makefiles (or Makefile.inc wherethis is used for subdirectories) but after any setting of LIB.This is only useful for userland code, and cannot be used in libc or inany code which includes the libc internals, because it overrides certainlibc functions with macros.  Some effort has been made to make USE_FORT=yeswork correctly for a full-system build by having the bsd.sys.mk logicdisable the feature where it should not be used (libc, libssp iteself,the kernel) but no attempt has been made to build the entire system withUSE_FORT and doing so will doubtless expose numerous bugs and misfeatures.Adjust the system build so that all programs and libraries that are setuid,directly handle network data (including serial comm data), performauthentication, or appear likely to have (or have a history of having)data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,with the exception of libc, which cannot use USE_FORT and thus usesonly USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=noper-directory or in a system build will disable if desired.

            List of files:
            /netbsd-src/usr.bin/sdpquery/Makefile</description>
        <pubDate>Mon, 28 May 2007 12:06:17 +0000</pubDate>
        <dc:creator>tls &lt;tls@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1bd56d0520c75d8ce200afd794266ec427480acf - Bluetooth fixes by Iain Hibbert:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/sdpquery/Makefile#1bd56d0520c75d8ce200afd794266ec427480acf</link>
        <description>Bluetooth fixes by Iain Hibbert:sdpquery(1) no longer handles device configuration.

            List of files:
            /netbsd-src/usr.bin/sdpquery/Makefile</description>
        <pubDate>Wed, 26 Jul 2006 10:54:49 +0000</pubDate>
        <dc:creator>tron &lt;tron@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5c89047c05c5d03bdf7663f4585fb0bed64a924 - Initial import of bluetooth stack on behalf of Iain Hibbert.  (plunky@,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/sdpquery/Makefile#a5c89047c05c5d03bdf7663f4585fb0bed64a924</link>
        <description>Initial import of bluetooth stack on behalf of Iain Hibbert.  (plunky@,NetBSD Foundation Membership still pending.)  This stack was written byIain under sponsorship from Itronix Inc.The stack includes support for rfcomm networking (networking via yourbluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.Drivers for both PCMCIA and USB bluetooth controllers are included.

            List of files:
            /netbsd-src/usr.bin/sdpquery/Makefile</description>
        <pubDate>Mon, 19 Jun 2006 15:44:33 +0000</pubDate>
        <dc:creator>gdamore &lt;gdamore@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
