<?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>b26f93a4650339ceb319fe772faaca7389110113 - xargs: Convert tests to ATF</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#b26f93a4650339ceb319fe772faaca7389110113</link>
        <description>xargs: Convert tests to ATFAlso add license and copyright statement, with permission from theoriginal author.Reviewed by:	kevansDifferential Revision:	https://reviews.freebsd.org/D51537

            List of files:
            /freebsd/usr.bin/xargs/tests/Makefile</description>
        <pubDate>Sat, 26 Jul 2025 18:44:43 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7fa987abe1fb0b25a7dd83dc81f14f64a82efc9 - xargs: Limit -n to {ARG_MAX}</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#a7fa987abe1fb0b25a7dd83dc81f14f64a82efc9</link>
        <description>xargs: Limit -n to {ARG_MAX}Since it&apos;s not possible to pass more than {ARG_MAX} bytes on the commandline, it&apos;s also not possible to pass more than {ARG_MAX} individualarguments.  Therefore, {ARG_MAX} is a reasonable upper bound for the -noption.  This resolves both the arithmetic overflow issue and the CI OOMissue, so we can safely re-enable the test.Fixes:		eab91d008165Fixes:		2682a1552724MFC after:	1 weekReviewed by:	jlduran, emasteDifferential Revision:	https://reviews.freebsd.org/D51536

            List of files:
            /freebsd/usr.bin/xargs/tests/Makefile</description>
        <pubDate>Sat, 26 Jul 2025 18:44:35 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@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/xargs/tests/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/xargs/tests/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/xargs/tests/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>d234c8228ced5ea3aa86bd2e9eca79b87d8e6441 - xargs: Install missing test output.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#d234c8228ced5ea3aa86bd2e9eca79b87d8e6441</link>
        <description>xargs: Install missing test output.Fixes:		eab91d008165e7bbf8ca7b87eabe4dc8bf3da191MFC after:	1 weekReviewed by:	desDifferential Revision:	https://reviews.freebsd.org/D41033

            List of files:
            /freebsd/usr.bin/xargs/tests/Makefile</description>
        <pubDate>Fri, 14 Jul 2023 01:39:06 +0200</pubDate>
        <dc:creator>Jose Luis Duran &lt;jlduran@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>202adb2236104141dc02d512084a3cc4bbe734c7 - xargs: fix -R so that it accepts negative numbers again</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#202adb2236104141dc02d512084a3cc4bbe734c7</link>
        <description>xargs: fix -R so that it accepts negative numbers againfbc445addf9 converted the parsing of arguments to strtonum but madethe accepted range for -R too restrictive. As documented in the manpage, it should accept negative numbers.Added a test for this, which was provided by Jose Luis Duran.Fixes:		fbc445addf9MFC after:	1 weekReviewed by:	des, kevansDifferential Revision:	https://reviews.freebsd.org/D41021

            List of files:
            /freebsd/usr.bin/xargs/tests/Makefile</description>
        <pubDate>Thu, 13 Jul 2023 22:06:14 +0200</pubDate>
        <dc:creator>Daniel Tameling &lt;tamelingdaniel@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>430f7286a566b1407c7b32ce13585caf5aa59b92 - Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#430f7286a566b1407c7b32ce13585caf5aa59b92</link>
        <description>Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedafter r298107Summary of changes:- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that  namespacing is kept with FILES appropriately, and that this shouldn&apos;t need  to be repeated if the namespace changes -- only the definition of PACKAGE  needs to be changed- Allow PACKAGE to be overridden by callers instead of forcing it to always be  `tests`. In the event we get to the point where things can be split up  enough in the base system, it would make more sense to group the tests  with the blocks they&apos;re a part of, e.g. byacc with byacc-tests, etc- Remove PACKAGE definitions where possible, i.e. where FILES wasn&apos;t used  previously.- Remove unnecessary TESTSPACKAGE definitions; this has been elided into  bsd.tests.mk- Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES;  ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk.- Fix installation of files under data/ subdirectories in lib/libc/tests/hash  and lib/libc/tests/net/getaddrinfo- Remove unnecessary .include &lt;bsd.own.mk&gt;s (some opportunistic cleanup)Document the proposed changes in share/examples/tests/tests/... via examplesso it&apos;s clear that ${PACKAGES}FILES is the suggested way forward in terms ofreplacing FILES. share/mk/bsd.README didn&apos;t seem like the appropriate methodof communicating that info.MFC after: never probablyX-MFC with: r298107PR: 209114Relnotes: yesTested with: buildworld, installworld, checkworld; buildworld, packageworldSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd/usr.bin/xargs/tests/Makefile</description>
        <pubDate>Thu, 05 May 2016 01:20:53 +0200</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://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/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/usr.bin/xargs/tests/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>43faedc1339a9624c7acedb7f3e5624e64da5b99 - First pass to fix the &apos;tests&apos; packages.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#43faedc1339a9624c7acedb7f3e5624e64da5b99</link>
        <description>First pass to fix the &apos;tests&apos; packages.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/xargs/tests/Makefile</description>
        <pubDate>Tue, 02 Feb 2016 23:26:49 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/usr.bin/xargs/tests/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>324fd1ce05f53780fdbb8e13a09181aa2402ea86 - MFH to r289370</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#324fd1ce05f53780fdbb8e13a09181aa2402ea86</link>
        <description>MFH to r289370Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/xargs/tests/Makefile</description>
        <pubDate>Thu, 15 Oct 2015 19:36:56 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>becbad1f6e18fec7c3bf286778a766ffca4457be - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#becbad1f6e18fec7c3bf286778a766ffca4457be</link>
        <description>Merge from head

            List of files:
            /freebsd/usr.bin/xargs/tests/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/usr.bin/xargs/tests/Makefile#a997b777b107c49f8d4d307bee9d25c8ff1a749a</link>
        <description>Sync up with head up to r289211.

            List of files:
            /freebsd/usr.bin/xargs/tests/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>b2d48be1bc7df45ddd13b143a160d0acb5a383c5 - Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#b2d48be1bc7df45ddd13b143a160d0acb5a383c5</link>
        <description>Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andnetbsd-tests.test.mk (r289151)- Eliminate explicit OBJTOP/SRCTOP setting- Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk- Remove unnecessary TESTSDIR setting- Use SRCTOP where possible for clarityMFC after: 2 weeksSponsored by: EMC / Isilon Storage Divison

            List of files:
            /freebsd/usr.bin/xargs/tests/Makefile</description>
        <pubDate>Mon, 12 Oct 2015 10:16:03 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5ff185e19f6013ca565b2a15bc2d6abce933f46 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#b5ff185e19f6013ca565b2a15bc2d6abce933f46</link>
        <description>Merge from head

            List of files:
            /freebsd/usr.bin/xargs/tests/Makefile</description>
        <pubDate>Sat, 12 Sep 2015 13:41:31 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab875b713d0afab5f0650f06d48a38777a7ae43e - Catch up with head, primarily for the 1.14.4.0 firmware.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#ab875b713d0afab5f0650f06d48a38777a7ae43e</link>
        <description>Catch up with head, primarily for the 1.14.4.0 firmware.

            List of files:
            /freebsd/usr.bin/xargs/tests/Makefile</description>
        <pubDate>Fri, 14 Aug 2015 00:01:13 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f98ee844657f5d662a236f74bc7e24c00316e5ee - Merge ^/head r286422 through r286684.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#f98ee844657f5d662a236f74bc7e24c00316e5ee</link>
        <description>Merge ^/head r286422 through r286684.

            List of files:
            /freebsd/usr.bin/xargs/tests/Makefile</description>
        <pubDate>Wed, 12 Aug 2015 20:39:49 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>764a768e16c362ac506618c4992c55b2856f2f96 - Merge from HEAD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#764a768e16c362ac506618c4992c55b2856f2f96</link>
        <description>Merge from HEAD

            List of files:
            /freebsd/usr.bin/xargs/tests/Makefile</description>
        <pubDate>Sun, 09 Aug 2015 02:15:17 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c782f6f05ed80a01a63003a4d47f15989f08da41 - fix regression in xargs -Px (introduced in r286289) and add regression tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#c782f6f05ed80a01a63003a4d47f15989f08da41</link>
        <description>fix regression in xargs -Px (introduced in r286289) and add regression testsPR:		202152Submitted by:	jbeich (original),  Nikolai Lifanov (final)Reviewed by:	jbeichApproved by:	bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D3330

            List of files:
            /freebsd/usr.bin/xargs/tests/Makefile</description>
        <pubDate>Sat, 08 Aug 2015 20:37:20 +0200</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/xargs/tests/Makefile#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /freebsd/usr.bin/xargs/tests/Makefile</description>
        <pubDate>Tue, 03 Jun 2014 04:34:21 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
