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

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/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>b1499feb - Now that IGMP and MLD sysctls provide a clean API structures that do not</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#b1499feb</link>
        <description>Now that IGMP and MLD sysctls provide a clean API structures that do notleak kernel internal stuff, reconnect ifmcstat(1) back to build.  However,disable kvm(3) support in it, since it requires uncovering tons of _KERNELdefined declarations, which can be achieved either uncovering them globallyor providing dirty hacks such as _WANT_IFADDR.  If anyone demands anifmcstat-like kvm-based tool, please take the code out of usr.sbin/ifmstatand create a tool in src/tools/tools.

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Thu, 19 Feb 2015 22:42:33 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d10910e6 - Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#d10910e6</link>
        <description>Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDIPv4 stack.Diffs are minimized against p4.PCS has been used for some protocol verification, more widespreadtesting of recorded sources in Group-and-Source queries is needed.sizeof(struct igmpstat) has changed.__FreeBSD_version is bumped to 800070.

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Mon, 09 Mar 2009 17:53:05 +0000</pubDate>
        <dc:creator>Bruce M Simpson &lt;bms@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>04031e9a - Options spring cleanup:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#04031e9a</link>
        <description>Options spring cleanup:- Add and document the KVM and KVM_SUPPORT options thatare needed for the ifmcstats(3) makefile- Garbage collect unused variables- Add missing inclusion of bsd.own.mk where neededApproved by: kan (mentor)Reviewed by: ru

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Wed, 13 Jun 2007 02:08:04 +0000</pubDate>
        <dc:creator>Stephane E. Potvin &lt;sepotvin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>60dd8da7 - Considerably rework the ifmcstat utility.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#60dd8da7</link>
        <description>Considerably rework the ifmcstat utility. * Build with or without INET, INET6, or KVM features.  * When built without KVM, the sysctl-based getifmaddrs() function    is used as the back-end for the utility. * Reflect the fact that FreeBSD now uses the in_multi refcount as   a true refcount. * Style.The utility may now be run without super-user privilege, albeit witha less detailed display, equivalent to that of the soon-to-be-retirednetstat -g host-mode output.MFC after:	3 weeks

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Tue, 10 Apr 2007 00:26:12 +0000</pubDate>
        <dc:creator>Bruce M Simpson &lt;bms@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb48db9c - Make clean for !INET6.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#cb48db9c</link>
        <description>Make clean for !INET6.Remove non-FreeBSD code.Sort includes.

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Mon, 19 Mar 2007 18:13:02 +0000</pubDate>
        <dc:creator>Bruce M Simpson &lt;bms@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ee6bbff - Remove unused variable and clamp down with WARNS=2</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#3ee6bbff</link>
        <description>Remove unused variable and clamp down with WARNS=2PR:		71662Submitted by:	Dan Lukes &lt;dan@obluda.cz&gt;Tested on:	i386, sparc64, ia64, amd64

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Mon, 13 Sep 2004 08:14:55 +0000</pubDate>
        <dc:creator>Dima Dorfman &lt;dd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>052238b1 - style.Makefile(5)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#052238b1</link>
        <description>style.Makefile(5)

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Fri, 04 Apr 2003 17:49:21 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e655ea - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#90e655ea</link>
        <description>Perform a major cleanup of the usr.sbin Makefiles.These are not perfectly in agreement with each other style-wise, but theyare orders of orders of magnitude more consistent style-wise than before.

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:20:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d79bee64 - Install it with mode 550, and with default group ${BINGRP}.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#d79bee64</link>
        <description>Install it with mode 550, and with default group ${BINGRP}.

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Wed, 04 Jul 2001 07:20:11 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b680823 - drop setgid bit.  ifmcstat(8) is not audited, and is needed only for root.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#4b680823</link>
        <description>drop setgid bit.  ifmcstat(8) is not audited, and is needed only for root.Obtained from:	KAMEMFC after:	1 week

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Tue, 03 Jul 2001 18:15:07 +0000</pubDate>
        <dc:creator>Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>345e52e7 - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#345e52e7</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 14:42:20 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c73e22c3 - Set the default manual section for usr.sbin/ to 8.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#c73e22c3</link>
        <description>Set the default manual section for usr.sbin/ to 8.

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Tue, 20 Mar 2001 18:17:26 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d56d374 - Getaddrinfo(), getnameinfo(), and etc support in libc/net.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ifmcstat/Makefile#7d56d374</link>
        <description>Getaddrinfo(), getnameinfo(), and etc support in libc/net.Several udp and raw apps IPv6 support.Reviewed by: freebsd-arch, cvs-committersObtained from: KAME project

            List of files:
            /freebsd-14.2/usr.sbin/ifmcstat/Makefile</description>
        <pubDate>Tue, 28 Dec 1999 02:37:14 +0000</pubDate>
        <dc:creator>Yoshinobu Inoue &lt;shin@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
