<?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/sys/modules/mac_none/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/sys/modules/mac_none/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>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mac_none/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/mac_none/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mac_none/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/sys/modules/mac_none/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>78704ef45793e56c8e064611c05c9bb8a0067e9f - opt_mac.h is no longer required for any of these modules, remove from</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mac_none/Makefile#78704ef45793e56c8e064611c05c9bb8a0067e9f</link>
        <description>opt_mac.h is no longer required for any of these modules, remove fromthe dependencies.Obtained from:	TrustedBSD ProjectSponsored by:	DARPA, Network Associates Laboratories

            List of files:
            /freebsd/sys/modules/mac_none/Makefile</description>
        <pubDate>Tue, 22 Oct 2002 19:10:15 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ebbd4fa8c8427d3dd847ba33c45c996e0500e6ff - Introduce support for Mandatory Access Control and extensible</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mac_none/Makefile#ebbd4fa8c8427d3dd847ba33c45c996e0500e6ff</link>
        <description>Introduce support for Mandatory Access Control and extensiblekernel access control.Hook up various policy modules to the kernel build.Note that a number of these modules require futher entry point commitsin the remainder of the kernel to become fully functional, but enoughof the pieces are in place to allow experimentation.Note also that it would be desirable to not build the mac_*.ko modulesif &apos;options MAC&apos; is not defined in the kernel configuration, becausethe resulting modules are not useful without the kernel option.  Theredoesn&apos;t appear to be precedent for a way to do this -- for example,we allow ipfw.ko to be built even if &apos;options NETINET&apos; isn&apos;t defined.Suggests welcomed on the &quot;best&quot; way to do this.Obtained from:	TrustedBSD ProjectSponsored by:	DARPA, NAI Labs

            List of files:
            /freebsd/sys/modules/mac_none/Makefile</description>
        <pubDate>Thu, 01 Aug 2002 19:41:27 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>78704ef45793e56c8e064611c05c9bb8a0067e9f - opt_mac.h is no longer required for any of these modules, remove from</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mac_none/Makefile#78704ef45793e56c8e064611c05c9bb8a0067e9f</link>
        <description>opt_mac.h is no longer required for any of these modules, remove fromthe dependencies.Obtained from:	TrustedBSD ProjectSponsored by:	DARPA, Network Associates Laboratories

            List of files:
            /freebsd/sys/modules/mac_none/Makefile</description>
        <pubDate>Tue, 22 Oct 2002 19:10:15 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ebbd4fa8c8427d3dd847ba33c45c996e0500e6ff - Introduce support for Mandatory Access Control and extensible</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mac_none/Makefile#ebbd4fa8c8427d3dd847ba33c45c996e0500e6ff</link>
        <description>Introduce support for Mandatory Access Control and extensiblekernel access control.Hook up various policy modules to the kernel build.Note that a number of these modules require futher entry point commitsin the remainder of the kernel to become fully functional, but enoughof the pieces are in place to allow experimentation.Note also that it would be desirable to not build the mac_*.ko modulesif &apos;options MAC&apos; is not defined in the kernel configuration, becausethe resulting modules are not useful without the kernel option.  Theredoesn&apos;t appear to be precedent for a way to do this -- for example,we allow ipfw.ko to be built even if &apos;options NETINET&apos; isn&apos;t defined.Suggests welcomed on the &quot;best&quot; way to do this.Obtained from:	TrustedBSD ProjectSponsored by:	DARPA, NAI Labs

            List of files:
            /freebsd/sys/modules/mac_none/Makefile</description>
        <pubDate>Thu, 01 Aug 2002 19:41:27 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
