<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/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:
            /src/bin/cp/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90aea514c6249118e880d75972d063362f4bf492 - bin: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/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:
            /src/bin/cp/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c85042afcbbf4cd0fb7e7c03226c7249081e690 - cp: Simplify the common case.</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#6c85042afcbbf4cd0fb7e7c03226c7249081e690</link>
        <description>cp: Simplify the common case.* The allocated buffer is only used in the fallback case, so move it  there.  The argument for passing it in from the caller was that if  malloc(3) were to fail, we&apos;d want it to fail before we started  copying anything, but firstly, it was already not in the right place  to ensure that, and secondly, malloc(3) never fails (except in very  contrived circumstances, such as an unreasonable RLIMIT_AS or  RLIMIT_DATA).* Remove the mmap(2) option.  It is almost never beneficial,  especially when the alternative is copy_file_range(2), and it adds  needless complexity and indentation.MFC after:	1 weekSponsored by:	Klara, Inc.Reviewed by:	rmacklem, mavDifferential Revision:	https://reviews.freebsd.org/D38291

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Wed, 01 Feb 2023 20:06:28 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5028ea32d646a2483ac4853aad5d5c935d84e9f4 - cp: add some basic tests</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#5028ea32d646a2483ac4853aad5d5c935d84e9f4</link>
        <description>cp: add some basic testsThere are some tests available in the NetBSD test suite, but we don&apos;tcurrently pass all of those; further investigation will go into that. Fornow, just add a basic test as well as a test that copies from /dev/null to afile.The /dev/null test confirms that the file gets created if it&apos;s empty, thenthat it truncates the file if it&apos;s non-empty. This matches some usage thatwas previously employed in the build and was replaced in r366042 by asimpler shell construct.I will also plan on coming back to expand these in due time.MFC after:	1 week

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Wed, 23 Sep 2020 03:01:14 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/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:
            /src/bin/cp/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90aea514c6249118e880d75972d063362f4bf492 - bin: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/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:
            /src/bin/cp/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c85042afcbbf4cd0fb7e7c03226c7249081e690 - cp: Simplify the common case.</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#6c85042afcbbf4cd0fb7e7c03226c7249081e690</link>
        <description>cp: Simplify the common case.* The allocated buffer is only used in the fallback case, so move it  there.  The argument for passing it in from the caller was that if  malloc(3) were to fail, we&apos;d want it to fail before we started  copying anything, but firstly, it was already not in the right place  to ensure that, and secondly, malloc(3) never fails (except in very  contrived circumstances, such as an unreasonable RLIMIT_AS or  RLIMIT_DATA).* Remove the mmap(2) option.  It is almost never beneficial,  especially when the alternative is copy_file_range(2), and it adds  needless complexity and indentation.MFC after:	1 weekSponsored by:	Klara, Inc.Reviewed by:	rmacklem, mavDifferential Revision:	https://reviews.freebsd.org/D38291

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Wed, 01 Feb 2023 20:06:28 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5028ea32d646a2483ac4853aad5d5c935d84e9f4 - cp: add some basic tests</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#5028ea32d646a2483ac4853aad5d5c935d84e9f4</link>
        <description>cp: add some basic testsThere are some tests available in the NetBSD test suite, but we don&apos;tcurrently pass all of those; further investigation will go into that. Fornow, just add a basic test as well as a test that copies from /dev/null to afile.The /dev/null test confirms that the file gets created if it&apos;s empty, thenthat it truncates the file if it&apos;s non-empty. This matches some usage thatwas previously employed in the build and was replaced in r366042 by asimpler shell construct.I will also plan on coming back to expand these in due time.MFC after:	1 week

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Wed, 23 Sep 2020 03:01:14 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 07:45:30 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac2875fa16f0a3747b0e3f249814c4297605be61 - Explicitly add unmarked bin/ binaries to the runtime package.</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#ac2875fa16f0a3747b0e3f249814c4297605be61</link>
        <description>Explicitly add unmarked bin/ binaries to the runtime package.Note: tcsh(1) has a MK_TCSH=no test, so this should be a separatepackage, which requires pre-install/post-install scripts, to beadded later.Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 16:58:50 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>478290db20b28ab28ce7e08cf33f1b44d82e4cb3 - Check in first src/tests snapshot from NetBSD anoncvs</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#478290db20b28ab28ce7e08cf33f1b44d82e4cb3</link>
        <description>Check in first src/tests snapshot from NetBSD anoncvsSources were obtained like so:% export CVSROOT=&quot;anoncvs@anoncvs.NetBSD.org:/cvsroot&quot;% cvs -z9 co -D &quot;09/30/2014 20:45&quot; -P src/tests% mv src/tests/* tests/dist/.&apos;*CVS*&apos; has been added to svn:ignore to ease updating periodically fromupstreamSome line ending issues had to be resolved with test outputs and scriptsvia dos2unix and by deleting the eol-style property set in usr.bin/sortDiscussed with: rpauloSponsored by: EMC / Isilon Storage Division

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Wed, 01 Oct 2014 04:07:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 07:45:30 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac2875fa16f0a3747b0e3f249814c4297605be61 - Explicitly add unmarked bin/ binaries to the runtime package.</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#ac2875fa16f0a3747b0e3f249814c4297605be61</link>
        <description>Explicitly add unmarked bin/ binaries to the runtime package.Note: tcsh(1) has a MK_TCSH=no test, so this should be a separatepackage, which requires pre-install/post-install scripts, to beadded later.Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 16:58:50 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>478290db20b28ab28ce7e08cf33f1b44d82e4cb3 - Check in first src/tests snapshot from NetBSD anoncvs</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#478290db20b28ab28ce7e08cf33f1b44d82e4cb3</link>
        <description>Check in first src/tests snapshot from NetBSD anoncvsSources were obtained like so:% export CVSROOT=&quot;anoncvs@anoncvs.NetBSD.org:/cvsroot&quot;% cvs -z9 co -D &quot;09/30/2014 20:45&quot; -P src/tests% mv src/tests/* tests/dist/.&apos;*CVS*&apos; has been added to svn:ignore to ease updating periodically fromupstreamSome line ending issues had to be resolved with test outputs and scriptsvia dos2unix and by deleting the eol-style property set in usr.bin/sortDiscussed with: rpauloSponsored by: EMC / Isilon Storage Division

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Wed, 01 Oct 2014 04:07:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10b3b54548f2290bbe8d8f88c59c28d12b7a635d - Merge from head</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#10b3b54548f2290bbe8d8f88c59c28d12b7a635d</link>
        <description>Merge from head

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Thu, 17 Sep 2009 16:16:44 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e370a5c7a5528afb124f6273136736e5d5fb798 - Merge from HEAD</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#2e370a5c7a5528afb124f6273136736e5d5fb798</link>
        <description>Merge from HEAD

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Tue, 26 May 2009 17:01:12 +0000</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ae1add4e55214610068712ef35b5787f01fcae53 - Make &apos;struct acl&apos; larger, as required to support NFSv4 ACLs.  Provide</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#ae1add4e55214610068712ef35b5787f01fcae53</link>
        <description>Make &apos;struct acl&apos; larger, as required to support NFSv4 ACLs.  Providecompatibility interfaces in both kernel and libc.Reviewed by:	rwatson

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Fri, 22 May 2009 15:56:43 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ced4deb156372dcbc91d72ffe539874be6d406e4 - Revert previous delta, which is not required with rev 1.5 of</title>
        <link>http://opengrok.net:8080/history/src/bin/cp/Makefile#ced4deb156372dcbc91d72ffe539874be6d406e4</link>
        <description>Revert previous delta, which is not required with rev 1.5 ofsrc/contrib/gcc/c-format.c .

            List of files:
            /src/bin/cp/Makefile</description>
        <pubDate>Mon, 15 Jul 2002 12:08:21 +0000</pubDate>
        <dc:creator>Sheldon Hearn &lt;sheldonh@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
