<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/uathload/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/uathload/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>026cf503 - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/uathload/Makefile#026cf503</link>
        <description>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThe SRCTOP conversion simplifies pathing in make/displayed output.Also, while here, change a hardcoded path to ar5523.bin.uu in the make targetwith ${.ALLSRC} .MFC after:	1 weekSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/usr.sbin/uathload/Makefile</description>
        <pubDate>Wed, 01 Mar 2017 03:59:18 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>486607d0 - Just install ar5523.bin into /usr/share/firmware and stop compiling it</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/uathload/Makefile#486607d0</link>
        <description>Just install ar5523.bin into /usr/share/firmware and stop compiling itin.Differential Review: https://reviews.freebsd.org/D5639

            List of files:
            /freebsd-14.2/usr.sbin/uathload/Makefile</description>
        <pubDate>Tue, 15 Mar 2016 04:42:37 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0e44ca3 - Document why we use -z nonexecstack in the Makefile since it</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/uathload/Makefile#f0e44ca3</link>
        <description>Document why we use -z nonexecstack in the Makefile since itis so unusual. Turn off mis-match warnings for building uathloadbecause the firmware .o file is produced in a way that wecan&apos;t get to match exactly. This fixes the build on mips,so stop excluding it from the build.

            List of files:
            /freebsd-14.2/usr.sbin/uathload/Makefile</description>
        <pubDate>Sat, 21 Nov 2015 16:37:11 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4227c6a - Only use -z noexecstack for these explicit arches: i386, amd64, powerpc</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/uathload/Makefile#a4227c6a</link>
        <description>Only use -z noexecstack for these explicit arches: i386, amd64, powerpcand powerpc64.  Other arches currently do not support this feature.Reminded by:	kib

            List of files:
            /freebsd-14.2/usr.sbin/uathload/Makefile</description>
        <pubDate>Wed, 16 Feb 2011 21:04:47 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>19e3d7d7 - Fix the last binary in the base system that still has an executable</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/uathload/Makefile#19e3d7d7</link>
        <description>Fix the last binary in the base system that still has an executablestack, /usr/sbin/uathload.Since this program links in a .o file containing a firmware blob, andthere is no clean way to add a .note.GNU-stack section to this .o file,we simply use the -z noexecstack option to ld here.

            List of files:
            /freebsd-14.2/usr.sbin/uathload/Makefile</description>
        <pubDate>Wed, 16 Feb 2011 20:46:57 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf092 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/uathload/Makefile#71ccf092</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd-14.2/usr.sbin/uathload/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:07:44 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e044b6d6 - add uathload.8</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/uathload/Makefile#e044b6d6</link>
        <description>add uathload.8Reviewed by:	brueffer

            List of files:
            /freebsd-14.2/usr.sbin/uathload/Makefile</description>
        <pubDate>Wed, 08 Apr 2009 06:51:58 +0000</pubDate>
        <dc:creator>Weongyo Jeong &lt;weongyo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc60165b - Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UX</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/uathload/Makefile#dc60165b</link>
        <description>Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UXchipsets.Reviewed by:	sam

            List of files:
            /freebsd-14.2/usr.sbin/uathload/Makefile</description>
        <pubDate>Sat, 04 Apr 2009 11:23:00 +0000</pubDate>
        <dc:creator>Weongyo Jeong &lt;weongyo@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
