<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sbin/savecore/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>bc7ed46b - Add &apos;-u&apos; switch that would uncompress cores that were compressed by</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#bc7ed46b</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-14.2/sbin/savecore/Makefile</description>
        <pubDate>Thu, 19 Nov 2020 02:20:38 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0fadd673 - Disable savecore(8)&apos;s libcasper support when WITHOUT_DYNAMICROOT=yes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#0fadd673</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-14.2/sbin/savecore/Makefile</description>
        <pubDate>Fri, 04 Jan 2019 19:20:19 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d7fffd06 - Capsicumize savecore(8).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#d7fffd06</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-14.2/sbin/savecore/Makefile</description>
        <pubDate>Wed, 02 Jan 2019 17:09:35 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>270adb21 - Restore /var/crash permissions to 0750, as declared in mtree file. After</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#270adb21</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-14.2/sbin/savecore/Makefile</description>
        <pubDate>Tue, 04 Dec 2018 12:34:22 +0000</pubDate>
        <dc:creator>Renato Botelho &lt;garga@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d2cf170 - Move etc/minfree to sbin/savecore/.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#4d2cf170</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-14.2/sbin/savecore/Makefile</description>
        <pubDate>Sat, 04 Aug 2018 22:15:59 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>406d87b1 - Explicitly add more files to the &apos;runtime&apos; package.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#406d87b1</link>
        <description>Explicitly add more files to the &apos;runtime&apos; package.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/sbin/savecore/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 20:19:31 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>550d2b80 - Make libxo depend on libutil because it uses humanize_number after r287111</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#550d2b80</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-14.2/sbin/savecore/Makefile</description>
        <pubDate>Sun, 18 Oct 2015 07:30:50 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1a0d267 - Upgrade libxo to 0.4.5.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#d1a0d267</link>
        <description>Upgrade libxo to 0.4.5.Local changes incorporated by 0.4.5: r284340Local changes retained: r276260, r282117Obtained from:	https://github.com/Juniper/libxo

            List of files:
            /freebsd-14.2/sbin/savecore/Makefile</description>
        <pubDate>Mon, 24 Aug 2015 16:26:20 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d16528b2 - Convert savecore to libxo.  The &apos;verbose&apos; paths still use printf since they&apos;re</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#d16528b2</link>
        <description>Convert savecore to libxo.  The &apos;verbose&apos; paths still use printf since they&apos;remeant for interactivity on the command line and contain a lot of redundantinformation.Obtained from:	Netflix, Inc.

            List of files:
            /freebsd-14.2/sbin/savecore/Makefile</description>
        <pubDate>Sun, 22 Mar 2015 17:29:14 +0000</pubDate>
        <dc:creator>Scott Long &lt;scottl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13eb765f - Convert sbin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#13eb765f</link>
        <description>Convert sbin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/sbin/savecore/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 11:23:12 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>106d8391 - Switch the default WARNS level for sbin/ to 6.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#106d8391</link>
        <description>Switch the default WARNS level for sbin/ to 6.Submitted by:	Ulrich Sp&#246;rlein

            List of files:
            /freebsd-14.2/sbin/savecore/Makefile</description>
        <pubDate>Mon, 19 Oct 2009 16:00:24 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e80cfa46 - Initialize &quot;he&quot; in DoFile, so savecore(8) is WARNS=6 clean.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#e80cfa46</link>
        <description>Initialize &quot;he&quot; in DoFile, so savecore(8) is WARNS=6 clean.Bump WARNS accordingly.

            List of files:
            /freebsd-14.2/sbin/savecore/Makefile</description>
        <pubDate>Mon, 10 Jan 2005 10:44:56 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>604d24db - style.Makefile(5):</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#604d24db</link>
        <description>style.Makefile(5):	Use WARNS?= instead of WARNS=.

            List of files:
            /freebsd-14.2/sbin/savecore/Makefile</description>
        <pubDate>Mon, 23 Feb 2004 20:25:27 +0000</pubDate>
        <dc:creator>Johan Karlsson &lt;johan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89a600f1 - Style.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#89a600f1</link>
        <description>Style.

            List of files:
            /freebsd-14.2/sbin/savecore/Makefile</description>
        <pubDate>Mon, 13 May 2002 12:07:57 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>edc4f96e - - revert back to vmcore.#</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#edc4f96e</link>
        <description>- revert back to vmcore.#- reimplement -z- use syslog()- improve consistancy of messages- allow -f to recover cleared dumps- return bufsize to 1024 * 1024- return the ability to write sparse files- update man page- fix minfree to require 2k for info file instead of the kernel size- include Berkeley copyright too due to amount of old code copiedSubmitted by:	Chad David &lt;davidc@acns.ab.ca&gt;

            List of files:
            /freebsd-14.2/sbin/savecore/Makefile</description>
        <pubDate>Sun, 05 May 2002 01:04:00 +0000</pubDate>
        <dc:creator>Bill Fenner &lt;fenner@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d94f51a0 - Duh, savecore is called savecore.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#d94f51a0</link>
        <description>Duh, savecore is called savecore.

            List of files:
            /freebsd-14.2/sbin/savecore/Makefile</description>
        <pubDate>Mon, 01 Apr 2002 08:27:19 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d503fad0 - Savecore:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#d503fad0</link>
        <description>Savecore:Commandline compatible with the previous savecore unless you specifyany options, none of them are implemented (yet).Scans all devices marked &quot;dump&quot; or &quot;swap&quot; for dump header signaturesand saves dumps off under a name which is a MD5 hash of the headerinformation.  This should give unique filenames.  A *.info file containsascii version of the header information.

            List of files:
            /freebsd-14.2/sbin/savecore/Makefile</description>
        <pubDate>Sun, 31 Mar 2002 22:26:56 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d68bf45 - Default to WARNS=2.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#2d68bf45</link>
        <description>Default to WARNS=2.Binary builds that cannot handle this must explicitly set WARNS=0.Reviewed by:	mike

            List of files:
            /freebsd-14.2/sbin/savecore/Makefile</description>
        <pubDate>Tue, 04 Dec 2001 02:19:58 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dff462c3 - * Switch from doing compress(1)ed crashdumps with the -z flag to using</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/savecore/Makefile#dff462c3</link>
        <description>* Switch from doing compress(1)ed crashdumps with the -z flag to using  gzip(1).  gdb doesn&apos;t understand these, but then again it didn&apos;t  understand compressed crashdumps either.* Change a stray lseek() into a Lseek()* Remove the extraneous prototype for log() which has apparently never  existed in FreeBSD&apos;s sourcesObtained from:  NetBSD (partially)MFC after:      2 weeks

            List of files:
            /freebsd-14.2/sbin/savecore/Makefile</description>
        <pubDate>Thu, 06 Sep 2001 09:30:09 +0000</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
