<?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>29363fb446372cb3f10bc98664e9767c53fbb457 - sys: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#29363fb446372cb3f10bc98664e9767c53fbb457</link>
        <description>sys: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 17:21:37 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>54d487c4d01d68ef0ac03eae1fc574f7533d46f6 - makesyscalls: don&apos;t make syscall.mk by default</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#54d487c4d01d68ef0ac03eae1fc574f7533d46f6</link>
        <description>makesyscalls: don&apos;t make syscall.mk by defaultWe only want to produce syscall.mk for the main syscall table so defaultto not producing it (send it to /dev/null) and add a syscalls.conf tosys/kern to trigger the creation of sys/sys/syscall.mk.  This eliminatesthe need for entries in other syscalls.conf files and is a cleanerpattern going forward.Reviewed by:	kevans, impDifferential Revision:	https://reviews.freebsd.org/D42663

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Sat, 18 Nov 2023 00:48:14 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df501bac6939b5358d1afb66932e50151c54e514 - syscalls.master: switch to CAPENABLED flags</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#df501bac6939b5358d1afb66932e50151c54e514</link>
        <description>syscalls.master: switch to CAPENABLED flagsSwitch the main syscall table to use CAPENABLED flags rather thancapabilities.conf.  This avoid synchronization issues betweensyscalls.master and capabilities.conf (e.g. when renaming a syscallduring development).For now, move capabilities.conf to sys/compat/freebsd32 and use itthere.  Use of sys/compat/freebsd32/syscalls.master should be replacedby makesyscalls.lua enhancements to allow the main one to be used.This change results in no changes to generated files after running`make sysent`.Reviewed by:	kevans, emasteMFC after:	1 weekSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D31350

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Wed, 01 Sep 2021 20:54:38 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44e86fbdcf5a3e625095652a3d0ab99532e54eea - Merge ^/head r357662 through r357854.</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#44e86fbdcf5a3e625095652a3d0ab99532e54eea</link>
        <description>Merge ^/head r357662 through r357854.

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Thu, 13 Feb 2020 12:52:24 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b30ab6d8fea4029be012f4becdf0f5537957079f - sys/kern sysent: re-add dependency on capabilities.conf</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#b30ab6d8fea4029be012f4becdf0f5537957079f</link>
        <description>sys/kern sysent: re-add dependency on capabilities.confr356868 inadvertently removed this, so changes to capabilities.conf were nolonger considered for being outdated.

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Wed, 12 Feb 2020 19:06:34 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53d2936cd317c8b933ca8be36cd1919cdd14e9fc - Merge ^/head r356848 through r356919.</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#53d2936cd317c8b933ca8be36cd1919cdd14e9fc</link>
        <description>Merge ^/head r356848 through r356919.

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Mon, 20 Jan 2020 17:55:51 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>05d7dd739c5b89b5cad3153124667d743f3ccb3c - sysent targets: further cleanup and deduplication</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#05d7dd739c5b89b5cad3153124667d743f3ccb3c</link>
        <description>sysent targets: further cleanup and deduplicationr355473 vastly improved the readability and cleanliness of these Makefiles.Every single one of them follows the same pattern and duplicates the exactsame logic.Now that we have GENERATED/SRCS, split SRCS up into the two parameters we&apos;lluse for ${MAKESYSCALLS} rather than assuming a specific ordering of SRCS andinclude a common sysent.mk to handle the rest. This makes it less tedious tomake sweeping changes.Some default values are provided for GENERATED/SYSENT_*; almost all of thesejust use a &apos;syscalls.master&apos; and &apos;syscalls.conf&apos; in cwd, and they all useeffectively the same filenames with an arbitrary prefix. Most ABIs will beable to get away with just setting GENERATED_PREFIX and including^/sys/conf/sysent.mk, while others only need light additions. kern/Makefileis the notable exception, as it doesn&apos;t take a SYSENT_CONF and the generatedfiles are spread out between ^/sys/kern and ^/sys/sys, but it otherwise fitsthe pattern enough to use the common version.Reviewed by:	brooks, impNice!:		emasteDifferential Revision:	https://reviews.freebsd.org/D23197

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Sat, 18 Jan 2020 20:37:45 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1171c633fb097a19e1da87128604190bc6d27341 - Set .ORDER for makesyscalls generated files</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#1171c633fb097a19e1da87128604190bc6d27341</link>
        <description>Set .ORDER for makesyscalls generated filesWhen either makesyscalls.lua or syscalls.master changes, all of the${GENERATED} targets are now out-of-date. With make jobs &gt; 1, this means wewill run the makesyscalls script in parallel for the same ABI, generatingthe same set of output files.Prior to r356603 , there is a large window for interlacing output for someof the generated files that we were generating in-place rather than stagingin a temp dir. After that, we still should&apos;t need to run the script morethan once per-ABI as the first invocation should update all of them. Add.ORDER to do so cleanly.Reviewed by:	brooksDiscussed with:	sjgDifferential Revision:	https://reviews.freebsd.org/D23099

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Fri, 10 Jan 2020 18:24:17 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a38cd3a542cb4687e89ffe00e8c767fb07a602f - kern/Makefile: systrace_args.c is also generated</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#6a38cd3a542cb4687e89ffe00e8c767fb07a602f</link>
        <description>kern/Makefile: systrace_args.c is also generated

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Thu, 09 Jan 2020 06:10:25 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af796bfa71c709fef199dcb73bfabdc8dbe94c8f - sysent: Reduce duplication and improve readability.</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#af796bfa71c709fef199dcb73bfabdc8dbe94c8f</link>
        <description>sysent: Reduce duplication and improve readability.Use the power of variable to avoid spelling out source and generatedfiles too many times.  The previous Makefiles were hard to read, hard toedit, and badly formatted.Reviewed by:	kevans, emasteSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D22714

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Fri, 06 Dec 2019 23:59:23 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f22a5921112a9b9389e7701b704b174184471924 - Convert in-tree sysent targets to use new makesyscalls.lua</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#f22a5921112a9b9389e7701b704b174184471924</link>
        <description>Convert in-tree sysent targets to use new makesyscalls.luaflua is bootstrapped as part of the build for those on olderversions/revisions that don&apos;t yet have flua installed. Once upgraded pastr354833, &quot;make sysent&quot; will again naturally work as expected.Reviewed by:	brooksDifferential Revision:	https://reviews.freebsd.org/D21894

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Mon, 18 Nov 2019 23:28:23 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>29363fb446372cb3f10bc98664e9767c53fbb457 - sys: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#29363fb446372cb3f10bc98664e9767c53fbb457</link>
        <description>sys: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 17:21:37 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>54d487c4d01d68ef0ac03eae1fc574f7533d46f6 - makesyscalls: don&apos;t make syscall.mk by default</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#54d487c4d01d68ef0ac03eae1fc574f7533d46f6</link>
        <description>makesyscalls: don&apos;t make syscall.mk by defaultWe only want to produce syscall.mk for the main syscall table so defaultto not producing it (send it to /dev/null) and add a syscalls.conf tosys/kern to trigger the creation of sys/sys/syscall.mk.  This eliminatesthe need for entries in other syscalls.conf files and is a cleanerpattern going forward.Reviewed by:	kevans, impDifferential Revision:	https://reviews.freebsd.org/D42663

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Sat, 18 Nov 2023 00:48:14 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df501bac6939b5358d1afb66932e50151c54e514 - syscalls.master: switch to CAPENABLED flags</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#df501bac6939b5358d1afb66932e50151c54e514</link>
        <description>syscalls.master: switch to CAPENABLED flagsSwitch the main syscall table to use CAPENABLED flags rather thancapabilities.conf.  This avoid synchronization issues betweensyscalls.master and capabilities.conf (e.g. when renaming a syscallduring development).For now, move capabilities.conf to sys/compat/freebsd32 and use itthere.  Use of sys/compat/freebsd32/syscalls.master should be replacedby makesyscalls.lua enhancements to allow the main one to be used.This change results in no changes to generated files after running`make sysent`.Reviewed by:	kevans, emasteMFC after:	1 weekSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D31350

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Wed, 01 Sep 2021 20:54:38 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44e86fbdcf5a3e625095652a3d0ab99532e54eea - Merge ^/head r357662 through r357854.</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#44e86fbdcf5a3e625095652a3d0ab99532e54eea</link>
        <description>Merge ^/head r357662 through r357854.

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Thu, 13 Feb 2020 12:52:24 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b30ab6d8fea4029be012f4becdf0f5537957079f - sys/kern sysent: re-add dependency on capabilities.conf</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#b30ab6d8fea4029be012f4becdf0f5537957079f</link>
        <description>sys/kern sysent: re-add dependency on capabilities.confr356868 inadvertently removed this, so changes to capabilities.conf were nolonger considered for being outdated.

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Wed, 12 Feb 2020 19:06:34 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53d2936cd317c8b933ca8be36cd1919cdd14e9fc - Merge ^/head r356848 through r356919.</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#53d2936cd317c8b933ca8be36cd1919cdd14e9fc</link>
        <description>Merge ^/head r356848 through r356919.

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Mon, 20 Jan 2020 17:55:51 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>05d7dd739c5b89b5cad3153124667d743f3ccb3c - sysent targets: further cleanup and deduplication</title>
        <link>http://opengrok.net:8080/history/src/sys/kern/Makefile#05d7dd739c5b89b5cad3153124667d743f3ccb3c</link>
        <description>sysent targets: further cleanup and deduplicationr355473 vastly improved the readability and cleanliness of these Makefiles.Every single one of them follows the same pattern and duplicates the exactsame logic.Now that we have GENERATED/SRCS, split SRCS up into the two parameters we&apos;lluse for ${MAKESYSCALLS} rather than assuming a specific ordering of SRCS andinclude a common sysent.mk to handle the rest. This makes it less tedious tomake sweeping changes.Some default values are provided for GENERATED/SYSENT_*; almost all of thesejust use a &apos;syscalls.master&apos; and &apos;syscalls.conf&apos; in cwd, and they all useeffectively the same filenames with an arbitrary prefix. Most ABIs will beable to get away with just setting GENERATED_PREFIX and including^/sys/conf/sysent.mk, while others only need light additions. kern/Makefileis the notable exception, as it doesn&apos;t take a SYSENT_CONF and the generatedfiles are spread out between ^/sys/kern and ^/sys/sys, but it otherwise fitsthe pattern enough to use the common version.Reviewed by:	brooks, impNice!:		emasteDifferential Revision:	https://reviews.freebsd.org/D23197

            List of files:
            /src/sys/kern/Makefile</description>
        <pubDate>Sat, 18 Jan 2020 20:37:45 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
