<?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>f44ac8cc9c10d7305223a10b8dbd8e234388cc73 - sh: Fix job pointer invalidation with trapsasync</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#f44ac8cc9c10d7305223a10b8dbd8e234388cc73</link>
        <description>sh: Fix job pointer invalidation with trapsasyncCalling dotrap() can do almost anything, including reallocating thejobtab array. Convert the job pointer to an index before callingdotrap() and then restore a proper job pointer afterwards.PR:		290330Reported by:	bdreweryReviewed by:	bdreweryDifferential Revision:	https://reviews.freebsd.org/D53793

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Mon, 17 Nov 2025 18:42:01 +0100</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@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/sh/tests/execution/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/sh/tests/execution/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/bin/sh/tests/execution/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/bin/sh/tests/execution/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>52981a1694be7a70013e5149c020706c9b6411f9 - sh/tests: Add a second kind of binary scripts without #!</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#52981a1694be7a70013e5149c020706c9b6411f9</link>
        <description>sh/tests: Add a second kind of binary scripts without #!One of the reasons for git commite0f5c1387df23c8c4811f5b24a7ef6ecac51a71a was to make &quot;actually portableexecutables&quot; work. Add a test that is more like those.MFC after:	1 week

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Sun, 03 Jan 2021 21:27:50 +0100</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1cffe8b812e5efda80d7c68dab86d2e1906ef088 - sh: Keep ignored SIGINT/SIGQUIT after set in a background job</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#1cffe8b812e5efda80d7c68dab86d2e1906ef088</link>
        <description>sh: Keep ignored SIGINT/SIGQUIT after set in a background jobIf job control is not enabled, a background job (... &amp;) ignores SIGINT andSIGQUIT, but this can be reverted using the trap builtin in the same shellenvironment.Using the set builtin to change options would also revert SIGINT and SIGQUITto their previous dispositions.This broke due to r317298. Calling setsignal() reverts the effect ofignoresig().Reported by:	bdreweryMFC after:	1 week

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Fri, 28 Aug 2020 17:35:45 +0200</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7312c97fa4611ccecff9122d6e4e8681b0539679 - sh/tests: Add tests for SIGINT in non-jobc background commands</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#7312c97fa4611ccecff9122d6e4e8681b0539679</link>
        <description>sh/tests: Add tests for SIGINT in non-jobc background commandsIf job control is not enabled, background commands shall ignore SIGINT andSIGQUIT, and it shall be possible to override that ignore in the same shell.MFC after:	1 week

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Sun, 14 Jun 2020 21:41:24 +0200</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e0f5c1387df23c8c4811f5b24a7ef6ecac51a71a - sh: Allow more scripts without #!</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#e0f5c1387df23c8c4811f5b24a7ef6ecac51a71a</link>
        <description>sh: Allow more scripts without #!Austin Group bugs #1226 and #1250 changed the requirements for shell scriptswithout #! (POSIX does not specify #!; this is about the shell executionwhen execve(2) returns an [ENOEXEC] error).POSIX says we shall allow execution if the initial part intended to beparsed by the shell consists of characters and does not contain the NULcharacter.  This allows concatenating a shell script (ending with exec orexit) and a binary payload.In order to reject common binary files such as PNG images, check that thereis a lowercase letter or expansion before the last newline before the NULcharacter, in addition to the check for the newline character suggested byPOSIX.

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Sat, 30 May 2020 18:00:49 +0200</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6bc7175f315bd4e2c334d60ee3364cbff63574f1 - sh: Fix double INTON with vfork</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#6bc7175f315bd4e2c334d60ee3364cbff63574f1</link>
        <description>sh: Fix double INTON with vforkThe shell maintains a count of the number of times SIGINT processing hasbeen disabled via INTOFF, so SIGINT processing resumes when all disableshave enabled again (INTON).If an error occurs in a vfork() child, the processing of the error enablesSIGINT processing again, and the INTON in vforkexecshell() causes the countto become negative.As a result, a later INTOFF may not actually disable SIGINT processing. Thismight cause memory corruption if a SIGINT arrives at an inopportune time. Asof r360452, it causes the shell to abort when it would unsafely allocate orfree memory in certain ways.Note that various places such as errors in non-special builtinsunconditionally reset the count to 0, so the problem might still not alwaysbe visible.PR:		246497Reported by:	jbeichMFC after:	2 weeks

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Sat, 16 May 2020 18:29:23 +0200</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a55bade0ed3e08a8c4f922df0ecf67d1ee32f53 - sh: Test that executing various binary files is rejected</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#2a55bade0ed3e08a8c4f922df0ecf67d1ee32f53</link>
        <description>sh: Test that executing various binary files is rejectedIf executing a file fails with an [ENOEXEC] error, the shell executes thefile as a shell script, except that this execution may instead result in anerror message if the file is binary.Per a recent Austin Group interpretation, we will need to change this toallow a concatenation of a shell script and a binary payload. SeeAustin Group bugs #1226 and #1250.MFC after:	1 week

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Mon, 30 Dec 2019 22:32:55 +0100</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18b18078f267ba10cf14348bc333f2f81818f472 - MFhead@r344527</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#18b18078f267ba10cf14348bc333f2f81818f472</link>
        <description>MFhead@r344527

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Mon, 25 Feb 2019 19:00:14 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8fe8db49af4c10e35349ffff217caf3c3df7f72 - Merge ^/head r344178 through r344512.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#a8fe8db49af4c10e35349ffff217caf3c3df7f72</link>
        <description>Merge ^/head r344178 through r344512.

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Mon, 25 Feb 2019 12:59:29 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>484160a9cf236a5892c1ab8344de287d7a1472c1 - sh: Add set -o pipefail</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#484160a9cf236a5892c1ab8344de287d7a1472c1</link>
        <description>sh: Add set -o pipefailThe pipefail option allows checking the exit status of all commands in apipeline more easily, at a limited cost of complexity in sh itself. It workssimilarly to the option in bash, ksh93 and mksh.Like ksh93 and unlike bash and mksh, the state of the option is saved when apipeline is started. Therefore, even in the case of commands like  A | B &amp;a later change of the option does not change the exit status, the same way  (A | B) &amp;works.Since SIGPIPE is not handled specially, more work in the script is requiredfor a proper exit status for pipelines containing commands such as head thatmay terminate successfully without reading all input. This can be somethinglike(        cmd1        r=$?        if [ &quot;$r&quot; -gt 128 ] &amp;&amp; [ &quot;$(kill -l &quot;$r&quot;)&quot; = PIPE ]; then                exit 0        else                exit &quot;$r&quot;        fi) | headPR:		224270Relnotes:	yes

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Sun, 24 Feb 2019 22:05:13 +0100</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>993b1e419cf5127136f1a1316a8ebf9699fc3784 - sh: Add test for exported but unset variables</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#993b1e419cf5127136f1a1316a8ebf9699fc3784</link>
        <description>sh: Add test for exported but unset variablesPR:		233545

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Thu, 03 Jan 2019 21:23:12 +0100</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2828dafcf3e7b225b70cbb380eb8c7dae452493e - Merge ^/head r308227 through r308490.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#2828dafcf3e7b225b70cbb380eb8c7dae452493e</link>
        <description>Merge ^/head r308227 through r308490.

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Thu, 10 Nov 2016 23:12:19 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c47cee5c871f35e1ae32cd07f7127f248545f73 - sh: Add simple test for &apos;set -C&apos; (noclobber).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#3c47cee5c871f35e1ae32cd07f7127f248545f73</link>
        <description>sh: Add simple test for &apos;set -C&apos; (noclobber).To ensure fast test runs, race conditions are not tested.

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Wed, 02 Nov 2016 23:33:37 +0100</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&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/bin/sh/tests/execution/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/bin/sh/tests/execution/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/bin/sh/tests/execution/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/sh/tests/execution/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>c4429c7e7c91b6aba03784229ce63018809840e1 - Fix build.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#c4429c7e7c91b6aba03784229ce63018809840e1</link>
        <description>Fix build.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Wed, 03 Feb 2016 19:06:58 +0100</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/bin/sh/tests/execution/Makefile#43faedc1339a9624c7acedb7f3e5624e64da5b99</link>
        <description>First pass to fix the &apos;tests&apos; packages.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/sh/tests/execution/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>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/sh/tests/execution/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/bin/sh/tests/execution/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
