<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/bin/cp/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/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:
            /freebsd/bin/cp/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/cp/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/bin/cp/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>6c85042afcbbf4cd0fb7e7c03226c7249081e690 - cp: Simplify the common case.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Wed, 01 Feb 2023 21:06:28 +0100</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Wed, 23 Sep 2020 05:01:14 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 17:58:50 +0100</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Wed, 01 Oct 2014 06:07:17 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10b3b54548f2290bbe8d8f88c59c28d12b7a635d - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/cp/Makefile#10b3b54548f2290bbe8d8f88c59c28d12b7a635d</link>
        <description>Merge from head

            List of files:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Thu, 17 Sep 2009 18:16:44 +0200</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://kernelsources.org:8080/source/history/freebsd/bin/cp/Makefile#2e370a5c7a5528afb124f6273136736e5d5fb798</link>
        <description>Merge from HEAD

            List of files:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Tue, 26 May 2009 19:01:12 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Fri, 22 May 2009 17:56:43 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Mon, 15 Jul 2002 14:08:21 +0200</pubDate>
        <dc:creator>Sheldon Hearn &lt;sheldonh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a3ee32f3f72b616867d19e5abbd1ebd4d3ae1052 - Set WFORMAT=0, because our compiler currently complains about NULL</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/cp/Makefile#a3ee32f3f72b616867d19e5abbd1ebd4d3ae1052</link>
        <description>Set WFORMAT=0, because our compiler currently complains about NULLarg 2 to err() and friends, and warnings are promoted to errors.This allows the following revisions to be reverted:	rev 1.39	src/bin/cp/cp.c	rev 1.26	src/bin/chmod/chmod.c	rev 1.40	src/bin/rm/rm.cThe following revisions can already be reverted, because they werealready covered by WFORMAT=0:	rev 1.8		src/bin/ls/lomac.c	rev 1.63	src/bin/ls/ls.c	rev 1.8		src/bin/ps/lomac.c	rev 1.34	src/bin/rcp/rcp.c

            List of files:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Thu, 11 Jul 2002 10:45:38 +0200</pubDate>
        <dc:creator>Sheldon Hearn &lt;sheldonh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8bd08b5fac46b8cced3d5f38529a43b3a7ab76ac - Fix warnings inspired by lint, a commercial lint and WARNS=4.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/cp/Makefile#8bd08b5fac46b8cced3d5f38529a43b3a7ab76ac</link>
        <description>Fix warnings inspired by lint, a commercial lint and WARNS=4.

            List of files:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Fri, 22 Feb 2002 22:24:14 +0100</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a748290789444352877e207721a7db215206cc9a - Default to WARNS=2.  Binary builds that cannot handle this must explicitly</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/cp/Makefile#a748290789444352877e207721a7db215206cc9a</link>
        <description>Default to WARNS=2.  Binary builds that cannot handle this must explicitlyset WARNS=0.Reviewed by:	mike

            List of files:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Tue, 04 Dec 2001 02:57:47 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a4562393f80633b81c11d4f7df00548d1cc3c48 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/cp/Makefile#2a4562393f80633b81c11d4f7df00548d1cc3c48</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:15:48 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f2dedd83d9a7cd20848ef8ad0be73aa7afb9f96 - Add -W and fix the warning due to missing struct initializer</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/cp/Makefile#1f2dedd83d9a7cd20848ef8ad0be73aa7afb9f96</link>
        <description>Add -W and fix the warning due to missing struct initializer

            List of files:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Sat, 10 Jul 1999 07:46:44 +0200</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>146726f36f495f51575209cffdbe866bbda4466b - Use mmap for file coping. 5-10% faster than the read system call.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/cp/Makefile#146726f36f495f51575209cffdbe866bbda4466b</link>
        <description>Use mmap for file coping. 5-10% faster than the read system call.

            List of files:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Sun, 15 Nov 1998 00:43:11 +0100</pubDate>
        <dc:creator>Wolfram Schneider &lt;wosch@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b97fa2ef508bb1cc99621edb8b6d03845b55b8bd - Revert $FreeBSD$ to $Id$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/cp/Makefile#b97fa2ef508bb1cc99621edb8b6d03845b55b8bd</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Sat, 22 Feb 1997 15:13:04 +0100</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656e5fe4c2d1ba299e024d1b40eaeebd380 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/cp/Makefile#1130b656e5fe4c2d1ba299e024d1b40eaeebd380</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd/bin/cp/Makefile</description>
        <pubDate>Tue, 14 Jan 1997 08:20:47 +0100</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
