<?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/lib/libalias/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

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

            List of files:
            /freebsd-14.2/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>be4f3cd0 - Summer of Code 2005: improve libalias - part 1 of 2</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#be4f3cd0</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:
            /freebsd-14.2/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>a84020c2 - Bump the shared library version number of all libraries that have not</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#a84020c2</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:
            /freebsd-14.2/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>e0408a6e - Build userland libalias using src/sys/netinet/libalias.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#e0408a6e</link>
        <description>Build userland libalias using src/sys/netinet/libalias.Reviewed by:	ruRepocopy by:	peter

            List of files:
            /freebsd-14.2/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>a35d8893 - For variables that are only checked with defined(), don&apos;t provide</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#a35d8893</link>
        <description>For variables that are only checked with defined(), don&apos;t provideany fake value.

            List of files:
            /freebsd-14.2/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>de47739e - Push WARNS back up to 6, but define NO_WERROR; I want the warts out in the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#de47739e</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:
            /freebsd-14.2/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>95347a8e - Temporarily lower WARNS to 3 while I figure out the alignment issues on</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#95347a8e</link>
        <description>Temporarily lower WARNS to 3 while I figure out the alignment issues onalpha.

            List of files:
            /freebsd-14.2/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>ed01a582 - Make libalias WARNS?=6-clean.  This mostly involves renaming variables</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#ed01a582</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:
            /freebsd-14.2/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>e271f829 - Raise WARNS level to 2.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#e271f829</link>
        <description>Raise WARNS level to 2.

            List of files:
            /freebsd-14.2/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>5e289f9e - Mostly mechanical rework of libalias:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#5e289f9e</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:
            /freebsd-14.2/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>b07fbc17 - Add Cisco Skinny Station protocol support to libalias, natd, and ppp.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#b07fbc17</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:
            /freebsd-14.2/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>4f4a104e - style.Makefile(5)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#4f4a104e</link>
        <description>style.Makefile(5)

            List of files:
            /freebsd-14.2/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>41d8423f - Stage 3 of dynamic root support. Make all the libraries needed to run</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#41d8423f</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:
            /freebsd-14.2/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>bfd73878 - style.Makefile(5)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#bfd73878</link>
        <description>style.Makefile(5)

            List of files:
            /freebsd-14.2/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>224af215 - Zap now-unused SHLIB_MINOR</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#224af215</link>
        <description>Zap now-unused SHLIB_MINOR

            List of files:
            /freebsd-14.2/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>4a558355 - MAN[1-9] -&gt; MAN.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#4a558355</link>
        <description>MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/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>
<item>
        <title>4996f025 - Add -Wmissing-prototypes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#4996f025</link>
        <description>Add -Wmissing-prototypes.

            List of files:
            /freebsd-14.2/lib/libalias/Makefile</description>
        <pubDate>Fri, 15 Sep 2000 15:37:16 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>642e43b3 - Add address translation support for RTSP/RTP used by RealPlayer and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#642e43b3</link>
        <description>Add address translation support for RTSP/RTP used by RealPlayer andQuicktime streaming media applications.Add a BUGS section to the man page.Submitted by:	Erik Salander &lt;erik@whistle.com&gt;

            List of files:
            /freebsd-14.2/lib/libalias/Makefile</description>
        <pubDate>Wed, 26 Jul 2000 23:15:46 +0000</pubDate>
        <dc:creator>Archie Cobbs &lt;archie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1558371 - - Removed PacketAliasPptp() API function.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libalias/Makefile#d1558371</link>
        <description>- Removed PacketAliasPptp() API function.- SHLIB_MAJOR++.

            List of files:
            /freebsd-14.2/lib/libalias/Makefile</description>
        <pubDate>Tue, 20 Jun 2000 13:07:52 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
