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

            List of files:
            /freebsd/sys/modules/mac_bsdextended/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_bsdextended/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_bsdextended/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>e57c2b130f2cd40967cf20698d376cc5ada95871 - integrate from head@185615</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mac_bsdextended/Makefile#e57c2b130f2cd40967cf20698d376cc5ada95871</link>
        <description>integrate from head@185615

            List of files:
            /freebsd/sys/modules/mac_bsdextended/Makefile</description>
        <pubDate>Thu, 04 Dec 2008 19:48:08 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>34f6230e25b71978775e3e570f3b9667515b1502 - Break mac_bsdextended.c out into multiple .c files, with the base access</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mac_bsdextended/Makefile#34f6230e25b71978775e3e570f3b9667515b1502</link>
        <description>Break mac_bsdextended.c out into multiple .c files, with the base accesscontrol logic and policy registration remaining in that file, and accesscontrol checks broken out into other files by class of check.Obtained from:	TrustedBSD Project

            List of files:
            /freebsd/sys/modules/mac_bsdextended/Makefile</description>
        <pubDate>Mon, 27 Oct 2008 13:09:15 +0100</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_bsdextended/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_bsdextended/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>34f6230e25b71978775e3e570f3b9667515b1502 - Break mac_bsdextended.c out into multiple .c files, with the base access</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mac_bsdextended/Makefile#34f6230e25b71978775e3e570f3b9667515b1502</link>
        <description>Break mac_bsdextended.c out into multiple .c files, with the base accesscontrol logic and policy registration remaining in that file, and accesscontrol checks broken out into other files by class of check.Obtained from:	TrustedBSD Project

            List of files:
            /freebsd/sys/modules/mac_bsdextended/Makefile</description>
        <pubDate>Mon, 27 Oct 2008 13:09:15 +0100</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_bsdextended/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_bsdextended/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>
