<?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>73465bb47bb37e6efdc61827e260a070dda0a0dc - savecore: Add a livedump regression test</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#73465bb47bb37e6efdc61827e260a070dda0a0dc</link>
        <description>savecore: Add a livedump regression testMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D47715

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Mon, 25 Nov 2024 22:12:12 +0100</pubDate>
        <dc:creator>Mark Johnston &lt;markj@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/sbin/savecore/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/sbin/savecore/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/sbin/savecore/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sbin/savecore/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>bc7ed46b635eec9f9df97ed6ae6fc5e229f182a6 - Add &apos;-u&apos; switch that would uncompress cores that were compressed by</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#bc7ed46b635eec9f9df97ed6ae6fc5e229f182a6</link>
        <description>Add &apos;-u&apos; switch that would uncompress cores that were compressed bykernel during dump time.A real life scenario is that cores are compressed to reducesize of dumpon partition, but we either don&apos;t care about spacein the /var/crash or we have a filesystem level compression of/var/crash. And we want cores to be uncompressed in /var/crashbecause we&apos;d like to instantily read them with kgdb. In thiscase we want kernel to write cores compressed, but savecore(1)write them uncompressed.Reviewed by:	markj, gallatinRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D27245

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Thu, 19 Nov 2020 03:20:38 +0100</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0fadd6731f1d072f9c6891f7b4f3fed0ba3436b0 - Disable savecore(8)&apos;s libcasper support when WITHOUT_DYNAMICROOT=yes.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#0fadd6731f1d072f9c6891f7b4f3fed0ba3436b0</link>
        <description>Disable savecore(8)&apos;s libcasper support when WITHOUT_DYNAMICROOT=yes.This follows the example of other Capsicumized programs in /sbin.Reported by:	Manfred Antar &lt;manfredantar@gmail.com&gt;MFC with:	r342699Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Fri, 04 Jan 2019 20:20:19 +0100</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d7fffd0689f1b18d1a3a589f113e41e53d72b547 - Capsicumize savecore(8).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#d7fffd0689f1b18d1a3a589f113e41e53d72b547</link>
        <description>Capsicumize savecore(8).- Use cap_fileargs(3) to open dump devices after entering capability  mode, and use cap_syslog(3) to log messages.- Use a relative directory fd to open output files.- Use zdopen(3) to compress kernel dumps in capability mode.Reviewed by:	cem, oshogboMFC after:	2 monthsSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D18458

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Wed, 02 Jan 2019 18:09:35 +0100</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67350cb56a69468c118bd4ccf6e361b7ebfa9eb4 - Merge ^/head r340918 through r341763.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#67350cb56a69468c118bd4ccf6e361b7ebfa9eb4</link>
        <description>Merge ^/head r340918 through r341763.

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Sun, 09 Dec 2018 12:39:45 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>270adb2182f90f86df5dfffbc73bebc0ffd6d852 - Restore /var/crash permissions to 0750, as declared in mtree file. After</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#270adb2182f90f86df5dfffbc73bebc0ffd6d852</link>
        <description>Restore /var/crash permissions to 0750, as declared in mtree file. Afterr337337 it changed to 0755.Reviewed by:	loosApproved by:	loosMFC after:	3 daysSponsored by:	Rubicon Communications, LLC (Netgate)Differential Revision:	https://reviews.freebsd.org/D18355

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Tue, 04 Dec 2018 13:34:22 +0100</pubDate>
        <dc:creator>Renato Botelho &lt;garga@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>14b841d4a8e6c25d964f5e3bbda379a1541a27ec - MFH @ r337607, in preparation for boarding</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#14b841d4a8e6c25d964f5e3bbda379a1541a27ec</link>
        <description>MFH @ r337607, in preparation for boarding

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Sat, 11 Aug 2018 06:26:29 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f9c0a5128361f5d37b42cf46e8092ec58787fd17 - Merge ^/head r337286 through r337585.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#f9c0a5128361f5d37b42cf46e8092ec58787fd17</link>
        <description>Merge ^/head r337286 through r337585.

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Fri, 10 Aug 2018 23:02:28 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d2cf170d3ebed424f2885b05ec6fd9ae1af6820 - Move etc/minfree to sbin/savecore/.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#4d2cf170d3ebed424f2885b05ec6fd9ae1af6820</link>
        <description>Move etc/minfree to sbin/savecore/.This is prep for pkgbase to have config files tagged as such.Approved by:	will (mentor)Differential Revision:	https://reviews.freebsd.org/D16558

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Sun, 05 Aug 2018 00:15:59 +0200</pubDate>
        <dc:creator>Brad Davis &lt;brd@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/sbin/savecore/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/sbin/savecore/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>406d87b1c3c9fb02dc1256f4e634c0fc71a22799 - Explicitly add more files to the &apos;runtime&apos; package.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#406d87b1c3c9fb02dc1256f4e634c0fc71a22799</link>
        <description>Explicitly add more files to the &apos;runtime&apos; package.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 21:19:31 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 20:19:48 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5d8944a83ff8a3aad14197b7aa0800ff9bda95e - Catch up with head (r291075).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#a5d8944a83ff8a3aad14197b7aa0800ff9bda95e</link>
        <description>Catch up with head (r291075).

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Thu, 19 Nov 2015 17:28:42 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031c294c1d25a6b9b62a50a2dfdb300c9ca22f2b - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#031c294c1d25a6b9b62a50a2dfdb300c9ca22f2b</link>
        <description>Merge from head

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Mon, 19 Oct 2015 13:51:10 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>550d2b80ec3c504b41ade3a7aed379eb32c68418 - Make libxo depend on libutil because it uses humanize_number after r287111</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#550d2b80ec3c504b41ade3a7aed379eb32c68418</link>
        <description>Make libxo depend on libutil because it uses humanize_number after r287111Remove overlinking in lib/libxo/tests, sbin/savecore, andusr.bin/{iscsictl,wc,xo}PR: 203673Sponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Sun, 18 Oct 2015 09:30:50 +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/sbin/savecore/Makefile#b5ff185e19f6013ca565b2a15bc2d6abce933f46</link>
        <description>Merge from head

            List of files:
            /freebsd/sbin/savecore/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>00176600f60d0016594f5b7ef03656a3159012b4 - Merge r286744-r287584 from head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#00176600f60d0016594f5b7ef03656a3159012b4</link>
        <description>Merge r286744-r287584 from head.

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Wed, 09 Sep 2015 05:05:13 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d9442b10a2e14c1c55f21743fa7a653e9b241e05 - Merge ^/head r286858 through r287489.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/savecore/Makefile#d9442b10a2e14c1c55f21743fa7a653e9b241e05</link>
        <description>Merge ^/head r286858 through r287489.

            List of files:
            /freebsd/sbin/savecore/Makefile</description>
        <pubDate>Sat, 05 Sep 2015 20:36:23 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
