<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/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:
            /src/lib/libalias/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</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://opengrok.net:8080/history/src/lib/libalias/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/lib/libalias/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/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:
            /src/lib/libalias/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</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://opengrok.net:8080/history/src/lib/libalias/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/lib/libalias/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>e640c422750b9a61cf5512c44688b5bef3160f06 - - Removed a copyright from makefile.</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#e640c422750b9a61cf5512c44688b5bef3160f06</link>
        <description>- Removed a copyright from makefile.- Added ${.CURDIR} to .include &quot;...&quot;.- Whitespace fixes.OK&apos;ed by:	piso

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Wed, 27 Sep 2006 12:30:27 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be4f3cd0d9c4f0d7755b1bf24c59ca26c336dccf - Summer of Code 2005: improve libalias - part 1 of 2</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#be4f3cd0d9c4f0d7755b1bf24c59ca26c336dccf</link>
        <description>Summer of Code 2005: improve libalias - part 1 of 2With the first part of my previous Summer of Code work, we get:-made libalias modular: -support for &apos;particular&apos; protocols (like ftp/irc/etcetc) is no more  hardcoded inside libalias, but it&apos;s available through external  modules loadable at runtime -modules are available both in kernel (/boot/kernel/alias_*.ko) and  user land (/lib/libalias_*) -protocols/applications modularized are: cuseeme, ftp, irc, nbt, pptp,  skinny and smedia-added logging support for kernel side-cleanupAfter a buildworld, do a &apos;mergemaster -i&apos; to install the file libalias.confin /etc or manually copy it.During startup (and after every HUP signal) user land applications runningthe new libalias will try to read a file in /etc called libalias.conf:that file contains the list of modules to load.User land applications affected by this commit are ppp and natd:if libalias.conf is present in /etc you won&apos;t notice any difference.The only kernel land bit affected by this commit is ng_nat:if you are using ng_nat, and it doesn&apos;t correctly handleftp/irc/etcetc sessions anymore, remember to kldloadthe correspondent module (i.e. kldload alias_ftp).General information and details about the inner working are availablein the libalias man page under the section &apos;MODULAR ARCHITECTURE(AND ipfw(4) SUPPORT)&apos;.NOTA BENE: this commit affects _ONLY_ libalias, ipfw in-kernel natsupport will be part of the next libalias-related commit.Approved by: glebiusReviewed by: glebius, ru

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Tue, 26 Sep 2006 23:26:53 +0000</pubDate>
        <dc:creator>Paolo Pisati &lt;piso@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a84020c2b91368d6236647bb2933859e6d16d4a8 - Bump the shared library version number of all libraries that have not</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#a84020c2b91368d6236647bb2933859e6d16d4a8</link>
        <description>Bump the shared library version number of all libraries that have notbeen bumped since RELENG_5.Reviewed by:	ruApproved by:	re (not needed for commit check but in principle...)

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Fri, 22 Jul 2005 17:19:05 +0000</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e0408a6edcd8cd5e420640a21efb83715c7c3024 - Build userland libalias using src/sys/netinet/libalias.</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#e0408a6edcd8cd5e420640a21efb83715c7c3024</link>
        <description>Build userland libalias using src/sys/netinet/libalias.Reviewed by:	ruRepocopy by:	peter

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Wed, 04 May 2005 12:49:44 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35d88931c87cfe6bd38f01d7bad22140b3b38f3 - For variables that are only checked with defined(), don&apos;t provide</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#a35d88931c87cfe6bd38f01d7bad22140b3b38f3</link>
        <description>For variables that are only checked with defined(), don&apos;t provideany fake value.

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Sun, 24 Oct 2004 15:33:08 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de47739e71230510257271ca49da6184b038eb3b - Push WARNS back up to 6, but define NO_WERROR; I want the warts out in the</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#de47739e71230510257271ca49da6184b038eb3b</link>
        <description>Push WARNS back up to 6, but define NO_WERROR; I want the warts out in theopen where people can see them and hopefully fix them.

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Tue, 06 Jul 2004 12:15:24 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95347a8ee0f4caf215f8847feac63a2b62c15f92 - Temporarily lower WARNS to 3 while I figure out the alignment issues on</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#95347a8ee0f4caf215f8847feac63a2b62c15f92</link>
        <description>Temporarily lower WARNS to 3 while I figure out the alignment issues onalpha.

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Tue, 06 Jul 2004 08:44:41 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed01a5821550bf9859165f24c95b30c5f1b69f22 - Make libalias WARNS?=6-clean.  This mostly involves renaming variables</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#ed01a5821550bf9859165f24c95b30c5f1b69f22</link>
        <description>Make libalias WARNS?=6-clean.  This mostly involves renaming variablesnamed link, foo_link or link_foo to lnk, foo_lnk or lnk_foo, fixingsigned / unsigned comparisons, and shoving unused function argumentsunder the carpet.I was hoping WARNS?=6 might reveal more serious problems, and perhapsthe source of the -O2 breakage, but found no smoking gun.

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Mon, 05 Jul 2004 11:10:57 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e271f829b8c9caee5eb742f2b7fa57847a085e33 - Raise WARNS level to 2.</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#e271f829b8c9caee5eb742f2b7fa57847a085e33</link>
        <description>Raise WARNS level to 2.

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Wed, 31 Mar 2004 21:33:55 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5e289f9eb682d86a53ecf2c20be45175a6491803 - Mostly mechanical rework of libalias:</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#5e289f9eb682d86a53ecf2c20be45175a6491803</link>
        <description>Mostly mechanical rework of libalias:Makes it possible to have multiple packet aliasing instances in asingle process by moving all static and global variables into aninstance structure called &quot;struct libalias&quot;.Redefine a new API based on s/PacketAlias/LibAlias/gAdd new &quot;instance&quot; argument to all functions in the new API.Implement old API in terms of the new API.

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Sat, 17 Jan 2004 10:52:21 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b07fbc17e9994ab739ffd14ae1d9df38c22fdfea - Add Cisco Skinny Station protocol support to libalias, natd, and ppp.</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#b07fbc17e9994ab739ffd14ae1d9df38c22fdfea</link>
        <description>Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Skinny is the protocol used by Cisco IP phones to talk to Cisco CallManagers.  With this code, one can use a Cisco IP phone behind a FreeBSDNAT gateway.Currently, having the Call Manager behind the NAT gateway is not supported.More information on enabling Skinny support in libalias, natd, and pppcan be found in those applications&apos; manpages.PR:		55843Reviewed by:	ruApproved by:	ruMFC after:	30 days

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Tue, 23 Sep 2003 07:41:55 +0000</pubDate>
        <dc:creator>Joe Marcus Clarke &lt;marcus@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4f4a104ee88afa3e1dbff75adeec199348e0636a - style.Makefile(5)</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#4f4a104ee88afa3e1dbff75adeec199348e0636a</link>
        <description>style.Makefile(5)

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Mon, 18 Aug 2003 15:25:39 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41d8423f714369ea23708399e02792045f9c3f56 - Stage 3 of dynamic root support. Make all the libraries needed to run</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#41d8423f714369ea23708399e02792045f9c3f56</link>
        <description>Stage 3 of dynamic root support. Make all the libraries needed to runbinaries in /bin and /sbin installed in /lib. Only the versioned filesreside in /lib, the .so symlink continues to live /usr/lib so thetoolchain doesn&apos;t need to be modified.

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Sun, 17 Aug 2003 08:28:46 +0000</pubDate>
        <dc:creator>Gordon Tetlow &lt;gordon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bfd738788bb9691c3caa1551e5f75248add9e434 - style.Makefile(5)</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#bfd738788bb9691c3caa1551e5f75248add9e434</link>
        <description>style.Makefile(5)

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Sun, 20 Apr 2003 18:38:59 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>224af215a6fe8d5e5e2c91cc97c48bdd67c991c7 - Zap now-unused SHLIB_MINOR</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#224af215a6fe8d5e5e2c91cc97c48bdd67c991c7</link>
        <description>Zap now-unused SHLIB_MINOR

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Sat, 28 Sep 2002 00:25:32 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a558355e5f3b4521cef56a6b705fa84be41dfa0 - MAN[1-9] -&gt; MAN.</title>
        <link>http://opengrok.net:8080/history/src/lib/libalias/Makefile#4a558355e5f3b4521cef56a6b705fa84be41dfa0</link>
        <description>MAN[1-9] -&gt; MAN.

            List of files:
            /src/lib/libalias/Makefile</description>
        <pubDate>Tue, 27 Mar 2001 17:27:19 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
