<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/lib80211/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/lib/lib80211/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/lib80211/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/lib80211/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f993ed2fbd3c307200ed9a6351e649f0904b39c5 - Merge ^/head r351732 through r352104.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/lib80211/Makefile#f993ed2fbd3c307200ed9a6351e649f0904b39c5</link>
        <description>Merge ^/head r351732 through r352104.

            List of files:
            /freebsd/lib/lib80211/Makefile</description>
        <pubDate>Mon, 09 Sep 2019 21:58:46 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8d250cb461c13548e0a1fea4b5246dd4213bbe65 - pkgbase: lib80211 is needed by ifconfig(8) so put it in FreeBSD-runtime</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/lib80211/Makefile#8d250cb461c13548e0a1fea4b5246dd4213bbe65</link>
        <description>pkgbase: lib80211 is needed by ifconfig(8) so put it in FreeBSD-runtimeReviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D21497

            List of files:
            /freebsd/lib/lib80211/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 16:06:48 +0200</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01d4e2149e5566e5d9394913dc9fb032da259e0b - MFH r338661 through r339200.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/lib80211/Makefile#01d4e2149e5566e5d9394913dc9fb032da259e0b</link>
        <description>MFH r338661 through r339200.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/lib80211/Makefile</description>
        <pubDate>Fri, 05 Oct 2018 19:53:47 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce44d808538c6e32a86b2d79302418d17b28a854 - Merge ^/head r338731 through r338987.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/lib80211/Makefile#ce44d808538c6e32a86b2d79302418d17b28a854</link>
        <description>Merge ^/head r338731 through r338987.

            List of files:
            /freebsd/lib/lib80211/Makefile</description>
        <pubDate>Thu, 27 Sep 2018 22:00:07 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f803ec1ef53f5da327a84057c26afae5b625ab61 - Move regdomain.xml to lib/lib80211/</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/lib80211/Makefile#f803ec1ef53f5da327a84057c26afae5b625ab61</link>
        <description>Move regdomain.xml to lib/lib80211/This leverages CONFS to handle the install.  lib80211 was picked because it iswhere this file is actually used from.Approved by:	re (blanket, pkgbase), will (mentor)Differential Revision:	https://reviews.freebsd.org/D17229

            List of files:
            /freebsd/lib/lib80211/Makefile</description>
        <pubDate>Wed, 19 Sep 2018 11:29:06 +0200</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/lib80211/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/lib80211/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95822f662d3f9da5119b6a0c433e8f70af - First pass through library packaging.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/lib80211/Makefile#a70cba95822f662d3f9da5119b6a0c433e8f70af</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/lib80211/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 22:16:35 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/lib80211/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/lib80211/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 20:19:48 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c99bbcab5a5c2de91b55f36834214a5ee86c50cc - Catch up with head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/lib80211/Makefile#c99bbcab5a5c2de91b55f36834214a5ee86c50cc</link>
        <description>Catch up with head.

            List of files:
            /freebsd/lib/lib80211/Makefile</description>
        <pubDate>Wed, 02 Dec 2015 02:55:14 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3a42764af783cd7f421105701288e07ee76353aa - Fix underlinking in lib80211 and define static dependencies in src.libnames.mk</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/lib80211/Makefile#3a42764af783cd7f421105701288e07ee76353aa</link>
        <description>Fix underlinking in lib80211 and define static dependencies in src.libnames.mkso NO_SHARED works properly.Reported by:	Manfred Antar &lt;null@pozo.com&gt;Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/lib/lib80211/Makefile</description>
        <pubDate>Tue, 01 Dec 2015 18:38:52 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e697d2ee0b4b160cf2cbb490a2a60368be66d2ae - No trailing slash is needed here.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/lib80211/Makefile#e697d2ee0b4b160cf2cbb490a2a60368be66d2ae</link>
        <description>No trailing slash is needed here.

            List of files:
            /freebsd/lib/lib80211/Makefile</description>
        <pubDate>Tue, 01 Dec 2015 18:31:22 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>127be1a706a79c822c89b59e4e662de19652f2d4 - Add lib80211, a small (but hopefully soon to grow) set of library</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/lib80211/Makefile#127be1a706a79c822c89b59e4e662de19652f2d4</link>
        <description>Add lib80211, a small (but hopefully soon to grow) set of libraryroutines to interface with net80211.This is all from the ifconfig program; the duplicate code from ifconfigwill be removed when it starts using this API.Differential Revision:	https://reviews.freebsd.org/D4290

            List of files:
            /freebsd/lib/lib80211/Makefile</description>
        <pubDate>Mon, 30 Nov 2015 05:41:50 +0100</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
