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

            List of files:
            /freebsd-14.2/usr.sbin/fdformat/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>4451f142 - fdformat is a sysadmin command and thus its man page should be in</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdformat/Makefile#4451f142</link>
        <description>fdformat is a sysadmin command and thus its man page should be involume 8 instead of volume 1.Reviewed by:	impMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D13370

            List of files:
            /freebsd-14.2/usr.sbin/fdformat/Makefile</description>
        <pubDate>Tue, 05 Dec 2017 05:02:46 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64a0982b - usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdformat/Makefile#64a0982b</link>
        <description>usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputMFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/usr.sbin/fdformat/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:38:03 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@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/fdformat/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/fdformat/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/fdformat/Makefile#71ccf092</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd-14.2/usr.sbin/fdformat/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/fdformat/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/fdformat/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/fdformat/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/fdformat/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>90e655ea - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdformat/Makefile#90e655ea</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-14.2/usr.sbin/fdformat/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:20:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4f0b1b78 - Make fdformat WARN=2 ready.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdformat/Makefile#4f0b1b78</link>
        <description>Make fdformat WARN=2 ready.

            List of files:
            /freebsd-14.2/usr.sbin/fdformat/Makefile</description>
        <pubDate>Tue, 03 Jul 2001 21:43:41 +0000</pubDate>
        <dc:creator>Joerg Wunsch &lt;joerg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac731e69 - Fixed the world breakage in rev. 1.8 (space after -I).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdformat/Makefile#ac731e69</link>
        <description>Fixed the world breakage in rev. 1.8 (space after -I).While here, removed the GCCism (replaced with WARNS?=1).

            List of files:
            /freebsd-14.2/usr.sbin/fdformat/Makefile</description>
        <pubDate>Tue, 03 Jul 2001 09:48:28 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e42ad56f - Use the printstatus() function from ${.CURDIR}/../fdread/fdutil.c to</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdformat/Makefile#e42ad56f</link>
        <description>Use the printstatus() function from ${.CURDIR}/../fdread/fdutil.c togive a bit more information about up to 10 errors encountered duringformatting (unless -q has been specified, of course).While being here, removed a bitrotten comment in the Makefile, andkill the old Emacs local variable stuff at the end of fdformat.cthat&apos;s no longer useful anway.

            List of files:
            /freebsd-14.2/usr.sbin/fdformat/Makefile</description>
        <pubDate>Mon, 02 Jul 2001 21:24:03 +0000</pubDate>
        <dc:creator>Joerg Wunsch &lt;joerg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>345e52e7 - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdformat/Makefile#345e52e7</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

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

            List of files:
            /freebsd-14.2/usr.sbin/fdformat/Makefile</description>
        <pubDate>Tue, 20 Mar 2001 18:17:26 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a89db44 - Transfer speed definitions are now also found in &lt;machine/ioctl_fd.h&gt;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdformat/Makefile#9a89db44</link>
        <description>Transfer speed definitions are now also found in &lt;machine/ioctl_fd.h&gt;.Remove the old include file, since it used to be in a non-public place.

            List of files:
            /freebsd-14.2/usr.sbin/fdformat/Makefile</description>
        <pubDate>Sun, 25 Sep 1994 18:44:26 +0000</pubDate>
        <dc:creator>Joerg Wunsch &lt;joerg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb313137 - Added a missing ${DESTDIR}.  The real problem is that stuff related to</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdformat/Makefile#cb313137</link>
        <description>Added a missing ${DESTDIR}.  The real problem is that stuff related tofloppy formatting is in /sys/i386/isa/fdreg.h, it should be in /usr/includesomewhere ??

            List of files:
            /freebsd-14.2/usr.sbin/fdformat/Makefile</description>
        <pubDate>Sun, 18 Sep 1994 07:42:11 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f38ec702 - Fix include path.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdformat/Makefile#f38ec702</link>
        <description>Fix include path.

            List of files:
            /freebsd-14.2/usr.sbin/fdformat/Makefile</description>
        <pubDate>Sat, 17 Sep 1994 17:55:03 +0000</pubDate>
        <dc:creator>David Greenman &lt;dg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>538788f3 - Make use of the new FDOPT_NORETRY facility. It does not make sense to</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdformat/Makefile#538788f3</link>
        <description>Make use of the new FDOPT_NORETRY facility. It does not make sense toverify formatted tracks with fully retryng. The head should not be movedin either case.Also some minor copyright cleanup.

            List of files:
            /freebsd-14.2/usr.sbin/fdformat/Makefile</description>
        <pubDate>Sun, 22 May 1994 17:43:34 +0000</pubDate>
        <dc:creator>Joerg Wunsch &lt;joerg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4f81180d - We got now floppy formatter</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/fdformat/Makefile#4f81180d</link>
        <description>We got now floppy formatter

            List of files:
            /freebsd-14.2/usr.sbin/fdformat/Makefile</description>
        <pubDate>Wed, 26 Jan 1994 23:44:34 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
