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

            List of files:
            /freebsd-14.2/usr.sbin/fdread/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>2b375b4e - Remove pc98 support completely.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdread/Makefile#2b375b4e</link>
        <description>Remove pc98 support completely.I thank all developers and contributors for pc98.Relnotes:	yes

            List of files:
            /freebsd-14.2/usr.sbin/fdread/Makefile</description>
        <pubDate>Sat, 28 Jan 2017 02:22:15 +0000</pubDate>
        <dc:creator>Yoshihiro Takahashi &lt;nyan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf092 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdread/Makefile#71ccf092</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd-14.2/usr.sbin/fdread/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:07:44 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c1f1c62 - Cleanup usr.sbin/fd* so they can compile under WARNS=6.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdread/Makefile#4c1f1c62</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-14.2/usr.sbin/fdread/Makefile</description>
        <pubDate>Sat, 08 Jan 2005 15:46:06 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a06a03c - Add PC98 supports.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdread/Makefile#1a06a03c</link>
        <description>Add PC98 supports.Submitted by:	Watanabe Kazuhiro &lt;CQG00620@nifty.ne.jp&gt; (mostly)

            List of files:
            /freebsd-14.2/usr.sbin/fdread/Makefile</description>
        <pubDate>Sun, 28 Mar 2004 13:42:27 +0000</pubDate>
        <dc:creator>Yoshihiro Takahashi &lt;nyan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac24b049 - Remove GCC&apos;isms in CFLAGS.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdread/Makefile#ac24b049</link>
        <description>Remove GCC&apos;isms in CFLAGS.

            List of files:
            /freebsd-14.2/usr.sbin/fdread/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 04:23:13 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65217f13 - Break out the function to print the FDC error information into</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdread/Makefile#65217f13</link>
        <description>Break out the function to print the FDC error information intofdutil.c so it can be used elsewhere.

            List of files:
            /freebsd-14.2/usr.sbin/fdread/Makefile</description>
        <pubDate>Mon, 02 Jul 2001 21:21:58 +0000</pubDate>
        <dc:creator>Joerg Wunsch &lt;joerg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b97809a7 - Initial import of fdread(1), a logical counterpart to fdwrite(1).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdread/Makefile#b97809a7</link>
        <description>Initial import of fdread(1), a logical counterpart to fdwrite(1).Its main purpose is to adapt automatically to the floppy parameters(in particular the track size for efficient reading), and to allow asimple error recovery for CRC-errored sectors.  Requires the newlyadded fdc(4) options.

            List of files:
            /freebsd-14.2/usr.sbin/fdread/Makefile</description>
        <pubDate>Mon, 14 May 2001 20:22:49 +0000</pubDate>
        <dc:creator>Joerg Wunsch &lt;joerg@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
