<?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>e7bcd658eb30d24195581317b4ec3b59b343ec9b - packages: move floppy utilities into a new package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#e7bcd658eb30d24195581317b4ec3b59b343ec9b</link>
        <description>packages: move floppy utilities into a new packageVery few people use floppy disks nowadays.  Move the fd utilities into anew package.Reviewed by:	imp, desApproved by:	des (mentor)Differential Revision:	https://reviews.freebsd.org/D50291

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Thu, 15 May 2025 00:01:55 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@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.sbin/fdwrite/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.sbin/fdwrite/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>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Thu, 04 Mar 2010 14:35:57 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#9199c09a159c4e3e98c212d4eec1edc5252d9e33</link>
        <description>Merge from head at r201628.# This hasn&apos;t been tested, and there are at least three bad commits# that need to be backed out before the branch will be stable again.

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Wed, 06 Jan 2010 06:58:07 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf09269546d398fa847168fc74c22d6338a62 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#71ccf09269546d398fa847168fc74c22d6338a62</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 12:07:44 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c1f1c62ca07a2fa300a24cb4700980773156eb2 - Cleanup usr.sbin/fd* so they can compile under WARNS=6.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#4c1f1c62ca07a2fa300a24cb4700980773156eb2</link>
        <description>Cleanup usr.sbin/fd* so they can compile under WARNS=6.fdcontrol/fdcontrol.c:	- Add const constraint to an intermediate value	  which is not supposed to be changed elsewhere.fdread/fdread.c:	- Use _devname in favor of devname to avoid name	  conflicit.	- -1 is less than any positive number so in order	  to get the block to function, we should get the	  block a little earlier.	- Cast to remove signed when we are sure that a	  return value is positive, or is compared with	  an positive number (tracknumber of a floppy	  disk is not likely to have UINT_MAX/2 anyway)fdread/fdutil.c:	- Use more specific initializerfdwrite/fdwrite.c:	- Use static on format_track since it&apos;s not	  referenced in other places.	- Use const char* to represent string constant.Bump WARNS accordingly.

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Sat, 08 Jan 2005 16:46:06 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>42c159fe388a3765f69860c84183700af37aca8a - Modernize my email address.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#42c159fe388a3765f69860c84183700af37aca8a</link>
        <description>Modernize my email address.

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Mon, 25 Mar 2002 15:12:49 +0100</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e655ea4e3750a48b8b350adb823f0ace818f21 - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#90e655ea4e3750a48b8b350adb823f0ace818f21</link>
        <description>Perform a major cleanup of the usr.sbin Makefiles.These are not perfectly in agreement with each other style-wise, but theyare orders of orders of magnitude more consistent style-wise than before.

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 08:20:32 +0200</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac24b049cc3d78097a804c9ce72cf44fdfa59456 - Remove GCC&apos;isms in CFLAGS.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#ac24b049cc3d78097a804c9ce72cf44fdfa59456</link>
        <description>Remove GCC&apos;isms in CFLAGS.

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:23:13 +0200</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>345e52e74228df732bb0c9732aca0fc0404c360d - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#345e52e74228df732bb0c9732aca0fc0404c360d</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 16:42:20 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c73e22c3d47a3cff43c30a39e6aa4692e07316c8 - Set the default manual section for usr.sbin/ to 8.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#c73e22c3d47a3cff43c30a39e6aa4692e07316c8</link>
        <description>Set the default manual section for usr.sbin/ to 8.

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Tue, 20 Mar 2001 19:17:26 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97d92980a96a50750844f420cc225ddf918f0699 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#97d92980a96a50750844f420cc225ddf918f0699</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 03:35:59 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>476602a9d0b9041b42a108349dc58a4ca6bf4223 - Revert $FreeBSD$ to $Id$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#476602a9d0b9041b42a108349dc58a4ca6bf4223</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Sat, 22 Feb 1997 17:15:28 +0100</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656e5fe4c2d1ba299e024d1b40eaeebd380 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#1130b656e5fe4c2d1ba299e024d1b40eaeebd380</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Tue, 14 Jan 1997 08:20:47 +0100</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b365f236754d991672eec43977d108bd64e21d75 - #include&apos;ing mysterious stuff from ${DESTDIR}/sys/&lt;somewhere&gt; is no longer</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#b365f236754d991672eec43977d108bd64e21d75</link>
        <description>#include&apos;ing mysterious stuff from ${DESTDIR}/sys/&lt;somewhere&gt; is no longernecessary.Requested by: phk

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Fri, 14 Oct 1994 17:03:33 +0100</pubDate>
        <dc:creator>Joerg Wunsch &lt;joerg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5173cbeea21022f61b094a2e11d3624da0be7ae - A small program, which can take a file of any size, format, write and verify</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#b5173cbeea21022f61b094a2e11d3624da0be7ae</link>
        <description>A small program, which can take a file of any size, format, write and verifyit onto a bunch of floppies in a semi-intelligent way.Useful for things like:  tar cf - . | gzip -9 | fdwrite -d /dev/rfd0.1720 -vWhere it will keep asking for floppies until tar is done.

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Sun, 18 Sep 1994 09:39:19 +0200</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#9199c09a159c4e3e98c212d4eec1edc5252d9e33</link>
        <description>Merge from head at r201628.# This hasn&apos;t been tested, and there are at least three bad commits# that need to be backed out before the branch will be stable again.

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Wed, 06 Jan 2010 06:58:07 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf09269546d398fa847168fc74c22d6338a62 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#71ccf09269546d398fa847168fc74c22d6338a62</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 12:07:44 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c1f1c62ca07a2fa300a24cb4700980773156eb2 - Cleanup usr.sbin/fd* so they can compile under WARNS=6.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#4c1f1c62ca07a2fa300a24cb4700980773156eb2</link>
        <description>Cleanup usr.sbin/fd* so they can compile under WARNS=6.fdcontrol/fdcontrol.c:	- Add const constraint to an intermediate value	  which is not supposed to be changed elsewhere.fdread/fdread.c:	- Use _devname in favor of devname to avoid name	  conflicit.	- -1 is less than any positive number so in order	  to get the block to function, we should get the	  block a little earlier.	- Cast to remove signed when we are sure that a	  return value is positive, or is compared with	  an positive number (tracknumber of a floppy	  disk is not likely to have UINT_MAX/2 anyway)fdread/fdutil.c:	- Use more specific initializerfdwrite/fdwrite.c:	- Use static on format_track since it&apos;s not	  referenced in other places.	- Use const char* to represent string constant.Bump WARNS accordingly.

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Sat, 08 Jan 2005 16:46:06 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>42c159fe388a3765f69860c84183700af37aca8a - Modernize my email address.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/fdwrite/Makefile#42c159fe388a3765f69860c84183700af37aca8a</link>
        <description>Modernize my email address.

            List of files:
            /freebsd/usr.sbin/fdwrite/Makefile</description>
        <pubDate>Mon, 25 Mar 2002 15:12:49 +0100</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
