<?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>9d10b4d2c9e86d8f6ff1b654f468381a4a4cad6d - install: drop obsolete file size limit for -C</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#9d10b4d2c9e86d8f6ff1b654f468381a4a4cad6d</link>
        <description>install: drop obsolete file size limit for -CRemoves the file size limit for -C comparisons. The limit wasmeant to prevent oversized mmap allocations, which is no longerrelevant as mmap is no longer used here (removed bya0439a1b820fa0e742c00d095f5f5c06f5f19432, review D44809).Credit to bdrewery.See: https://reviews.freebsd.org/D57230Reviewed by:	bdrewery, glebius, ziaeeApproved by:	glebius (mentor)Obtained from:	Fudo SecurityMFC after:	2 weeksSponsored by:	Fudo SecurityDifferential Revision:	https://reviews.freebsd.org/D57503

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Mon, 08 Jun 2026 16:32:05 +0200</pubDate>
        <dc:creator>Aleksandr Rybalko &lt;ray@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97cad013a50a4012328e11424ed2350c1efc036c - install: add -z &lt;max_cmp_size&gt; option</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#97cad013a50a4012328e11424ed2350c1efc036c</link>
        <description>install: add -z &lt;max_cmp_size&gt; optionIntroduces the -z &lt;max_cmp_size&gt; flag, enabling users to set a custom filesize limit for pre-installation change checks and avoiding future hard-codedlimit modifications.Reviewed by:    glebiusApproved by:    glebius (mentor)Obtained from:  Fudo SecurityMFC after:      2 weeksSponsored by:   Fudo SecurityDifferential Revision:	https://reviews.freebsd.org/D57230

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Mon, 25 May 2026 09:53:20 +0200</pubDate>
        <dc:creator>Aleksandr Rybalko &lt;ray@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/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/usr.bin/xinstall/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>bdcbfde31e8e9b343f113a1956384bdf30d1ed62 - usr.bin: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#bdcbfde31e8e9b343f113a1956384bdf30d1ed62</link>
        <description>usr.bin: 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:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e64780fbc394b10581e50a850cc06c1c12a8e4f9 - xinstall: do not use copy_file_range(2) when BOOTSTRAPPING</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#e64780fbc394b10581e50a850cc06c1c12a8e4f9</link>
        <description>xinstall: do not use copy_file_range(2) when BOOTSTRAPPINGReported by:	arichardson

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Sun, 09 Jul 2023 01:24:38 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c7a8e8d372b212c97dde6ce2731db27aa0b2201c - xinstall: make md5 and ripemd160 conditional</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#c7a8e8d372b212c97dde6ce2731db27aa0b2201c</link>
        <description>xinstall: make md5 and ripemd160 conditionalSponsored by:	Klara, Inc.

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Wed, 03 Aug 2022 21:20:47 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>93c43690960274dd3bb67b1ee0f1dd3ca4d13def - pkgbase: Put more binaries/lib in runtime</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#93c43690960274dd3bb67b1ee0f1dd3ca4d13def</link>
        <description>pkgbase: Put more binaries/lib in runtimeMove some needed binaries/libs from FreeBSD-utilities to FreeBSD_runtime.This is everything needed to boot to multiuser with FreeBSD-rc installed.MFC after:	2 weeksSponsored by:	Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D33435

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Tue, 14 Dec 2021 15:31:30 +0100</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>52918a7b1bb332952a8871f182138cbfe4aec64d - Allow boostrapping xinstall on Linux</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#52918a7b1bb332952a8871f182138cbfe4aec64d</link>
        <description>Allow boostrapping xinstall on LinuxLinux does not have st_flags so we have to avoid using it there.Reviewed By:	emaste, impDifferential Revision: https://reviews.freebsd.org/D22446

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Wed, 20 Nov 2019 18:24:49 +0100</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5f40118235b74deaed9b9d9054756b9bf5b52128 - Allow xinstall and makefs to be crossbuilt on Linux and Mac</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#5f40118235b74deaed9b9d9054756b9bf5b52128</link>
        <description>Allow xinstall and makefs to be crossbuilt on Linux and MacI need these tools in order to install the crossbuilt FreeBSD and create adisk image. Linux does not have a st_flags in struct stat so unfortunatelyI need a bunch of ugly ifdefs. The resulting binaries allow me tosucessfully install a MIPS64 world and create a disk-image that boots.Reviewed By:	brooks, bdrewery, emasteApproved By:	jhb (mentor)Differential Revision: https://reviews.freebsd.org/D13307

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Tue, 16 Jan 2018 22:43:46 +0100</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1409e715e64d67b3093a889e63b33ef48e280ec8 - Merge ^/head r322398 through r322746.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#1409e715e64d67b3093a889e63b33ef48e280ec8</link>
        <description>Merge ^/head r322398 through r322746.

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Mon, 21 Aug 2017 13:56:47 +0200</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82baa8db5e9cd91f5bea24a2a4c06a4a409b786d - MFhead@r322515</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#82baa8db5e9cd91f5bea24a2a4c06a4a409b786d</link>
        <description>MFhead@r322515

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 21:28:49 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>188e46ab0332a7887da6f1eb5494d92076e3d31e - Add supporting changes for `Add limited sandbox capability to &quot;make check&quot;`</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#188e46ab0332a7887da6f1eb5494d92076e3d31e</link>
        <description>Add supporting changes for `Add limited sandbox capability to &quot;make check&quot;`Non-tests/... changes:- Add HAS_TESTS= to Makefiles with libraries and programs to enable iteration  and propagate the appropriate environment down to *.test.mk.tests/... changes:- Add appropriate support Makefile.inc&apos;s to set HAS_TESTS in a minimal manner,  since tests/... is a special subdirectory tree compared to the others.MFC after:	2 monthsMFC with:	r322511Reviewed by:	arch (silence), testing (silence)Differential Revision:	D12014

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 21:21:37 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0275f9dbf73b01e9478dc7d6ab5fab4f8e077448 - Merge ^/head r321383 through r322397.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#0275f9dbf73b01e9478dc7d6ab5fab4f8e077448</link>
        <description>Merge ^/head r321383 through r322397.

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Fri, 11 Aug 2017 12:59:34 +0200</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d59ead01d83460374ba0e7be8096b1a66d737efb - MFhead@r321970</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#d59ead01d83460374ba0e7be8096b1a66d737efb</link>
        <description>MFhead@r321970

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Thu, 03 Aug 2017 07:30:11 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d511b20a693d77c1dc2491a62124471361eddd8e - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#d511b20a693d77c1dc2491a62124471361eddd8e</link>
        <description>Add HAS_TESTS to all Makefiles that are currently using the`SUBDIR.${MK_TESTS}+= tests` idiom.This is a follow up to r321912.

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 10:50:42 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>46b37aa2c4068c1a237b0a7e61b8c2f953b3708c - MFhead@r321912</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#46b37aa2c4068c1a237b0a7e61b8c2f953b3708c</link>
        <description>MFhead@r321912

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 10:38:36 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b330699f819a81d8e34d471225143ffeb321855 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#4b330699f819a81d8e34d471225143ffeb321855</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 10:35:51 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35f04fba2ebb8f86d4cbdc710c89a094572b08e - Adopt SRCTOP in usr.bin</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#a35f04fba2ebb8f86d4cbdc710c89a094572b08e</link>
        <description>Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence on:		arch@ (twice)

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 19:58:44 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f9b8f8e0db814dfd3f004f27ebe31c6fb4f6b51 - install: Add some tests.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xinstall/Makefile#1f9b8f8e0db814dfd3f004f27ebe31c6fb4f6b51</link>
        <description>install: Add some tests.

            List of files:
            /freebsd/usr.bin/xinstall/Makefile</description>
        <pubDate>Sun, 08 May 2016 23:11:24 +0200</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
