<?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/bin/dd/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/bin/dd/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>8acbb227 - dd: Incorporate some changes from imp for status=progress</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#8acbb227</link>
        <description>dd: Incorporate some changes from imp for status=progressNotable changes from what landed in r337505:- sigalarm handler isn&apos;t setup unless we&apos;re actually using it- Humanized versions of the amount of data transferred in the progress  updateSubmitted by:	impReviewed by:	kevansMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D16642

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Wed, 15 Aug 2018 19:46:13 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d511b20a - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#d511b20a</link>
        <description>Add HAS_TESTS to all Makefiles that are currently using the`SUBDIR.${MK_TESTS}+= tests` idiom.This is a follow up to r321912.

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:50:42 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b330699 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#4b330699</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:35:51 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd1832fe - Reorganize the handling all-zeroes terminal block in sparse mode</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#cd1832fe</link>
        <description>Reorganize the handling all-zeroes terminal block in sparse modeThe intent of the previous code in that case was to forcean explicit write, but the implementation was incorrect, andas a result the write was never performed. This new implementationinstead uses ftruncate(2) to extend the file with a trailing hole.Also introduce regression tests for these cases.PR: 189284(original PR whose fix introduced this bug)PR: 207092Differential Revision:	D5248Reviewed by:	sobomax,kibMFC after:	2 weeks

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Thu, 18 Feb 2016 08:44:16 +0000</pubDate>
        <dc:creator>Thomas Quinot &lt;thomas@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac2875fa - Explicitly add unmarked bin/ binaries to the runtime package.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#ac2875fa</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-14.2/bin/dd/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 16:58:50 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>36ace8a0 - Integrate contrib/netbsd-tests/bin/dd into the FreeBSD test suite as</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#36ace8a0</link>
        <description>Integrate contrib/netbsd-tests/bin/dd into the FreeBSD test suite asbin/dd/testsEnsure fdescfs is mounted on /dev/fd/ for the length testcase as it&apos;s usedin validating the characters read from /dev/zeroMFC after: 2 weeksSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Sun, 18 Oct 2015 05:49:58 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>478290db - Check in first src/tests snapshot from NetBSD anoncvs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#478290db</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-14.2/bin/dd/Makefile</description>
        <pubDate>Wed, 01 Oct 2014 04:07:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1da811ef - More inactive maintainers.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#1da811ef</link>
        <description>More inactive maintainers.

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Sun, 09 Jul 2006 21:47:37 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3066c4a4 - Style fixes and add gen to CLEANFILES.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#3066c4a4</link>
        <description>Style fixes and add gen to CLEANFILES.Submitted by:	bde

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Fri, 09 Apr 2004 07:13:27 +0000</pubDate>
        <dc:creator>Nate Lawson &lt;njl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c65eeb73 - Remove a.out at the end of &apos;make test&apos;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#c65eeb73</link>
        <description>Remove a.out at the end of &apos;make test&apos;

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Mon, 08 Mar 2004 18:09:33 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6f22660 - Add a.out to CLEANFILES</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#c6f22660</link>
        <description>Add a.out to CLEANFILES

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Sat, 06 Mar 2004 06:54:58 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>adde319c - Change locale name from non-existent ASCII to en_US.US-ASCII</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#adde319c</link>
        <description>Change locale name from non-existent ASCII to en_US.US-ASCII

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Sat, 06 Mar 2004 06:10:16 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a3d33ac - Teach dd(1) about parity bits.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#6a3d33ac</link>
        <description>Teach dd(1) about parity bits.

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Fri, 05 Mar 2004 19:35:51 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3d36fd42 - Add a test-target and reference vectors for the character converions.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#3d36fd42</link>
        <description>Add a test-target and reference vectors for the character converions.

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Fri, 05 Mar 2004 19:30:13 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eac4bdcc - Get this area compiling with the highest WARNS= that it works with.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#eac4bdcc</link>
        <description>Get this area compiling with the highest WARNS= that it works with.Obsolete WFORMAT= junk also removed where possible.OK&apos;ed by:	obrienTested on:	sparc64, alpha, i386

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Fri, 13 Jun 2003 07:04:02 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7503d74f - WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#7503d74f</link>
        <description>WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead of-ansi, due to &apos;long long&apos;.Reviewed by:	green (slightly earlier version)

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Thu, 27 Feb 2003 18:04:54 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>afe781fa - Lock down with WFORMAT=1 except those directories with unfixed warnings.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#afe781fa</link>
        <description>Lock down with WFORMAT=1 except those directories with unfixed warnings.Tested on i386 and alpha.

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Mon, 04 Feb 2002 02:49:19 +0000</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7482907 - Default to WARNS=2.  Binary builds that cannot handle this must explicitly</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#a7482907</link>
        <description>Default to WARNS=2.  Binary builds that cannot handle this must explicitlyset WARNS=0.Reviewed by:	mike

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Tue, 04 Dec 2001 01:57:47 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67f80d12 - Do proper constification in args.c.  This shuts up -Wcast-qual (thanks,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/dd/Makefile#67f80d12</link>
        <description>Do proper constification in args.c.  This shuts up -Wcast-qual (thanks,bfumerola for that pointer!) in GCC complaining about losing a const.While I&apos;m here, might as well mark in the Makefile that I&apos;m the${MAINTAINER}.  It seems like that&apos;s what everyone&apos;s doing these days.

            List of files:
            /freebsd-14.2/bin/dd/Makefile</description>
        <pubDate>Tue, 07 Dec 1999 03:32:37 +0000</pubDate>
        <dc:creator>Brian Feldman &lt;green@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
