<?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>70f30afd4e9af5a51ee324d97e4d8c5f2124ec15 - Vendor import of blocklist 2025-04-28 (8aa81bf)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#70f30afd4e9af5a51ee324d97e4d8c5f2124ec15</link>
        <description>Vendor import of blocklist 2025-04-28 (8aa81bf)Upstream hash 8aa81bf70073715a749b1673884e84ac82cfce9f.Approved by:	emaste (mentor)Obtained from:	https://github.com/zoulasc/blocklist

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Sun, 12 Oct 2025 18:27:03 +0200</pubDate>
        <dc:creator>Jose Luis Duran &lt;jlduran@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e6a066ac3e8fdf1fcd4f3f2ca1b82bd55eb2da2a - blocklist: update to 2020-06-15 snapshot</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#e6a066ac3e8fdf1fcd4f3f2ca1b82bd55eb2da2a</link>
        <description>blocklist: update to 2020-06-15 snapshotUpstream hash 7093cd90cc9eae6bf9fa6b66f679ea6b15451c1eObtained from:	https://github.com/zoulasc/blocklistSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Mon, 15 Jun 2020 15:44:37 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@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/bin/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/bin/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>90aea514c6249118e880d75972d063362f4bf492 - bin: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#90aea514c6249118e880d75972d063362f4bf492</link>
        <description>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/bin/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/bin/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/bin/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>f05948d4e98d3abd0965a2994e9e42add6908ff3 - cpuset(8): move to /bin/</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#f05948d4e98d3abd0965a2994e9e42add6908ff3</link>
        <description>cpuset(8): move to /bin/Summary:This change moves /usr/bin/cpuset to /bin/cpuset so it is more readilyavailable on hosts where the /usr partition might not be mounted at thetime / has been mounted.Remove some complexity from rc.subr(8) since /bin is assumed to alwaysbe present if/when / is mounted.MFC after:	2 weeksMFC with:	0661f93892a2, 271d552379afTest Plan:- Test out rc.subr change.- Confirm that the installation logic does what&apos;s needed.Relnotes:	yes (moving cpuset may impact strict file permissions/mode checking)Reviewers:	kevansSubscribers:	impDifferential Revision: https://reviews.freebsd.org/D40057

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Thu, 11 May 2023 07:54:51 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>48bfd3597654490cdc43bf0f591a539d3a28b590 - Add nproc(1)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#48bfd3597654490cdc43bf0f591a539d3a28b590</link>
        <description>Add nproc(1)This program prints the number of CPU threads it can run on, whilerespecting cpusets (or not, depending on switches).It aims to be compatible with nproc as found in GNU coreutils.Reviewed by:	desReviewed by:	pstefDifferential Revision:	https://reviews.freebsd.org/D38386

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Sun, 05 Feb 2023 00:33:48 +0100</pubDate>
        <dc:creator>Mateusz Guzik &lt;mjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e7ab133648a168c4bf7c11da840663c5581771d8 - timeout: Move from /usr/bin to /bin</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#e7ab133648a168c4bf7c11da840663c5581771d8</link>
        <description>timeout: Move from /usr/bin to /bintimeout(1) is used by /etc/rc.d/zfskeys. Unfortunately, havingtimeout(1) installed in /usr/bin causes problems when /usr is anencrypted ZFS partition.Implementing timeout(1) in sh(1) is not trivial. A more elegant solutionis to move timeout(1) to /bin so that it is available to early servicesin the boot process.PR:		265221Reviewed by:	allanjude, des, impApproved by:	allanjude, des, impReported by:	Ivan &lt;r4@sovserv.ru&gt;Fixes:	33ff39796ffe Add zfskeys rc.d script for auto-loading encryption keysMFC after:	1 weekRelnotes:	yesSponsored by:	Modirum MDPaySponsored by:	Klara Inc.Differential Revision:	https://reviews.freebsd.org/D38344

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Wed, 01 Feb 2023 16:24:59 +0100</pubDate>
        <dc:creator>Mateusz Piotrowski &lt;0mp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2c014f24c10f90d85126ac5fbd4d8524de32b1c - Merge ^/head r323559 through r325504.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#c2c014f24c10f90d85126ac5fbd4d8524de32b1c</link>
        <description>Merge ^/head r323559 through r325504.

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Tue, 07 Nov 2017 09:39:14 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>50896984cd36c1724905e41819f5236399a4972d - MFhead@r324482</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#50896984cd36c1724905e41819f5236399a4972d</link>
        <description>MFhead@r324482

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Tue, 10 Oct 2017 08:26:12 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e415aa284663746c8babbba2d3871d26980a8b8a - Remove rcmds.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#e415aa284663746c8babbba2d3871d26980a8b8a</link>
        <description>Remove rcmds.If they are still needed, you can find them in the net/bsdrcmds port.This was proposed June, 20th and approved by various committers [1].They have been marked as deprecated on CURRENT in r320644 [2] on July, 4th.Both stable/11 and release/11.1 contain the deprecation notice (thanks toallanjude@).Note that ruptime(1)/rwho(1)/rwhod(8) were initially thought to be part ofrcmds but this was a mistake and those are therefore NOT removed.[1] https://lists.freebsd.org/pipermail/freebsd-arch/2017-June/018239.html[2] https://svnweb.freebsd.org/base?view=revision&amp;revision=320644Reviewed by:	bapt, brooksDifferential Revision:	https://reviews.freebsd.org/D12573

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Fri, 06 Oct 2017 10:43:14 +0200</pubDate>
        <dc:creator>Jeremie Le Hen &lt;jlh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>531c2d7af3cd2e64eec94aa1b19c4b2f16fce515 - MFhead@r320180</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#531c2d7af3cd2e64eec94aa1b19c4b2f16fce515</link>
        <description>MFhead@r320180

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Mon, 24 Jul 2017 20:02:13 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bca9d05fdb058aa709621661c2feccae8940d94b - Merge ^/head r319973 through 321382.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#bca9d05fdb058aa709621661c2feccae8940d94b</link>
        <description>Merge ^/head r319973 through 321382.

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Sun, 23 Jul 2017 17:22:06 +0200</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d2043ca373caadb5ebf0b851bb440c67997a6232 - Merge ^/head r320573 through r320970.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#d2043ca373caadb5ebf0b851bb440c67997a6232</link>
        <description>Merge ^/head r320573 through r320970.

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Fri, 14 Jul 2017 00:01:38 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01df7d10a5af251d6f03fcd04bf84142b9282000 - Remove SUBDIR ordering/uniquifying in *bin/Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#01df7d10a5af251d6f03fcd04bf84142b9282000</link>
        <description>Remove SUBDIR ordering/uniquifying in *bin/MakefileAfter the addition of SUBDIR.yes, uniquifying/ordering the SUBDIRs doesn&apos;tmake a whole lot of sense, and it&apos;s in effect a half measure.Ordering SUBDIR (after adding SUBDIR.yes to it) in bsd.subdir.mk is aseparate change that warrants more discussion/testing, because whilethe SUBDIR_PARALLEL work largely fixed dependency ordering for SUBDIRs,there might be downstream FreeBSD consumers that rely on the SUBDIRordering.MFC after:	2 monthsReviewed by:	bdreweryDifferential Revision:	D11398

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Thu, 06 Jul 2017 06:15:30 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df0cfa3b86180bc007aafedfac6685826e8de7ea - Reviewed by:	rpaulo</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#df0cfa3b86180bc007aafedfac6685826e8de7ea</link>
        <description>Reviewed by:	rpauloApproved by:	rpauloObtained from:	NetBSD external/bsd/blacklist @ 20160409Relnotes:		YESSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D5912

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Wed, 01 Jun 2016 23:48:22 +0200</pubDate>
        <dc:creator>Kurt Lidl &lt;lidl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Wed, 28 Oct 2015 12:58:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>becbad1f6e18fec7c3bf286778a766ffca4457be - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#becbad1f6e18fec7c3bf286778a766ffca4457be</link>
        <description>Merge from head

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Tue, 13 Oct 2015 21:44:36 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a997b777b107c49f8d4d307bee9d25c8ff1a749a - Sync up with head up to r289211.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#a997b777b107c49f8d4d307bee9d25c8ff1a749a</link>
        <description>Sync up with head up to r289211.

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Tue, 13 Oct 2015 08:14:03 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9be27fdc00bb8c7059ff388c089bb4f9092bf941 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/Makefile#9be27fdc00bb8c7059ff388c089bb4f9092bf941</link>
        <description>Merge from head

            List of files:
            /freebsd/bin/Makefile</description>
        <pubDate>Sat, 10 Oct 2015 00:45:54 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
