<?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>3ad2fd6f - makesyscalls: don&apos;t make syscall.mk by default</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#3ad2fd6f</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(cherry picked from commit 54d487c4d01d68ef0ac03eae1fc574f7533d46f6)

            List of files:
            /freebsd-14.2/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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/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>df501bac - syscalls.master: switch to CAPENABLED flags</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#df501bac</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:
            /freebsd-14.2/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>b30ab6d8 - sys/kern sysent: re-add dependency on capabilities.conf</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#b30ab6d8</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:
            /freebsd-14.2/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>05d7dd73 - sysent targets: further cleanup and deduplication</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#05d7dd73</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:
            /freebsd-14.2/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>1171c633 - Set .ORDER for makesyscalls generated files</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#1171c633</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:
            /freebsd-14.2/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>6a38cd3a - kern/Makefile: systrace_args.c is also generated</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#6a38cd3a</link>
        <description>kern/Makefile: systrace_args.c is also generated

            List of files:
            /freebsd-14.2/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>af796bfa - sysent: Reduce duplication and improve readability.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#af796bfa</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:
            /freebsd-14.2/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>f22a5921 - Convert in-tree sysent targets to use new makesyscalls.lua</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#f22a5921</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:
            /freebsd-14.2/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>59510919 - Don&apos;t use an .OBJDIR for &apos;make sysent&apos;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#59510919</link>
        <description>Don&apos;t use an .OBJDIR for &apos;make sysent&apos;.Reported by:	emaste, jhbSponsored by:	Dell EMC

            List of files:
            /freebsd-14.2/sys/kern/Makefile</description>
        <pubDate>Mon, 29 Jan 2018 19:14:15 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40018b91 - Don&apos;t create pointless backups of generated files in &quot;make sysent&quot;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#40018b91</link>
        <description>Don&apos;t create pointless backups of generated files in &quot;make sysent&quot;.Any sensible workflow will include a revision control system from whichto restore the old files if required.  In normal usage, developers justhave to clean up the mess.Reviewed by:	jhbSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D7353

            List of files:
            /freebsd-14.2/sys/kern/Makefile</description>
        <pubDate>Thu, 28 Jul 2016 21:29:04 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>08e6d9fa - Continue to introduce Capsicum Capability Mode support:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#08e6d9fa</link>
        <description>Continue to introduce Capsicum Capability Mode support:Add a new system call flag, SYF_CAPENABLED, which indicates that aparticular system call is available in capability mode.Add a new configuration file, kern/capabilities.conf (similar filesmay be introduced for other ABIs in the future), which enumeratessystem calls that are available in capability mode.  When a newsystem call is added to syscalls.master, it will also need to beadded here (if needed).  Teach sysent parts to use this file to setvalues for SYF_CAPENABLED for the native ABI.Reviewed by:	andersonDiscussed with:	benl, kris, pjdObtained from:	Capsicum ProjectMFC after:	3 months

            List of files:
            /freebsd-14.2/sys/kern/Makefile</description>
        <pubDate>Tue, 01 Mar 2011 13:28:27 +0000</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3a5c1358 - Adjust the all target message (but maybe all: sysent is better?</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#3a5c1358</link>
        <description>Adjust the all target message (but maybe all: sysent is better?

            List of files:
            /freebsd-14.2/sys/kern/Makefile</description>
        <pubDate>Sat, 02 Oct 2010 22:12:41 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a2869bda - Turns out this file was how we make sysent stuff, so add that part only back...</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#a2869bda</link>
        <description>Turns out this file was how we make sysent stuff, so add that part only back...

            List of files:
            /freebsd-14.2/sys/kern/Makefile</description>
        <pubDate>Sat, 02 Oct 2010 21:35:33 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b3cdb673 - This should really be MACHINE not MACHINE_ARCH, and is this Makefile even used?</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#b3cdb673</link>
        <description>This should really be MACHINE not MACHINE_ARCH, and is this Makefile even used?

            List of files:
            /freebsd-14.2/sys/kern/Makefile</description>
        <pubDate>Mon, 23 Aug 2010 06:22:35 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d08aed06 - style.Makefile(5)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#d08aed06</link>
        <description>style.Makefile(5)

            List of files:
            /freebsd-14.2/sys/kern/Makefile</description>
        <pubDate>Fri, 14 Dec 2007 21:30:51 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>534046e3 - - Remove UMAP filesystem. It was disconnected from build three years ago,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#534046e3</link>
        <description>- Remove UMAP filesystem. It was disconnected from build three years ago,  and it is seriously broken.Discussed on:   freebsd-arch@Approved by:	re (mux)

            List of files:
            /freebsd-14.2/sys/kern/Makefile</description>
        <pubDate>Mon, 25 Jun 2007 05:06:57 +0000</pubDate>
        <dc:creator>Rong-En Fan &lt;rafan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4bc5ae5 - Add support for the generated file systrace_args.c.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#a4bc5ae5</link>
        <description>Add support for the generated file systrace_args.c.

            List of files:
            /freebsd-14.2/sys/kern/Makefile</description>
        <pubDate>Sat, 05 Aug 2006 19:25:14 +0000</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c65cb82 - Add a &apos;sysent&apos; target that depends on the various files built from</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#2c65cb82</link>
        <description>Add a &apos;sysent&apos; target that depends on the various files built fromsyscalls.master for the master list and the Alpha/OSF1 compat ABI to beconsistent with all the other compat ABIs where &apos;make sysent&apos; alreadyworks.MFC after:	3 days

            List of files:
            /freebsd-14.2/sys/kern/Makefile</description>
        <pubDate>Wed, 13 Jul 2005 20:50:17 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c6b084e - Finish driving a stake through the heart of netns and the associated</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/kern/Makefile#3c6b084e</link>
        <description>Finish driving a stake through the heart of netns and the associatedifdefs scattered around the place - its dead Jim!The SMB stuff had stolen AF_NS, make it official.

            List of files:
            /freebsd-14.2/sys/kern/Makefile</description>
        <pubDate>Wed, 05 Mar 2003 19:24:24 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
