<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/wake/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/wake/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>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Thu, 04 Mar 2010 13:35:57 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b207c9d8568d3a77f7d669b84234ccff73bb56ff - Anything that casts struct sockaddr * to struct sockaddr_foo is safe</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#b207c9d8568d3a77f7d669b84234ccff73bb56ff</link>
        <description>Anything that casts struct sockaddr * to struct sockaddr_foo is safedue to careful design.  We&apos;ve not yet figured out how to properlyannotate the sockaddr structs to communicate this to the compiler andthere&apos;s a number of constructs in the tree that make this annotationchallenging.As such, reduce warns to 3 here because this code really isn&apos;t warns 6safe, even if it kinda sorta appears to be on intel (which has no suchalignment restrictions).  Warns 4 adds the -Wcast-align warning.# fixes the mips tinderbox build

            List of files:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Tue, 09 Feb 2010 17:16:13 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/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:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Wed, 06 Jan 2010 05:58:07 +0000</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://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#71ccf09269546d398fa847168fc74c22d6338a62</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /src/usr.sbin/wake/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>10b3b54548f2290bbe8d8f88c59c28d12b7a635d - Merge from head</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#10b3b54548f2290bbe8d8f88c59c28d12b7a635d</link>
        <description>Merge from head

            List of files:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Thu, 17 Sep 2009 16:16:44 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09c817ba36db7c3a4ff5e25ac55816ca181a403d - - MFC</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#09c817ba36db7c3a4ff5e25ac55816ca181a403d</link>
        <description>- MFC

            List of files:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Fri, 03 Jul 2009 04:39:18 +0000</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d981a4e27298a3a62bfc88318c2ad4ee4623c137 - - Fix the bug in write(2) called with incorrect parameters resulting in writes</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#d981a4e27298a3a62bfc88318c2ad4ee4623c137</link>
        <description>- Fix the bug in write(2) called with incorrect parameters resulting in writes  always started from the start of the packet.- Fix usage string (multiple addresses can be specified).- Make the source more style(9) compliant.- Improve error reporting (do not silently fail if something goes  wrong).- Make functions static.- Use warns level 6.Approved by:	re (kib)Discussed with:	Marc Balmer &lt;marc@msys.ch&gt;, brian, mbr

            List of files:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Wed, 01 Jul 2009 13:07:02 +0000</pubDate>
        <dc:creator>Stanislav Sedov &lt;stas@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a6dff0a5deddf4cc524db71526923d44aaf96c14 - Compiles without higher warn level</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#a6dff0a5deddf4cc524db71526923d44aaf96c14</link>
        <description>Compiles without higher warn levelM    wake/MakefileApproved by: re (previous commit)

            List of files:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Tue, 30 Jun 2009 22:09:47 +0000</pubDate>
        <dc:creator>Martin Blapp &lt;mbr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58c6a70a527beb469f4cf5ba945da36118af1598 - Add wake, a tool to send Wake on LAN frames to hosts on a local Ethernet network</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#58c6a70a527beb469f4cf5ba945da36118af1598</link>
        <description>Add wake, a tool to send Wake on LAN frames to hosts on a local Ethernet networkSubmitted by:   Marc Balmer &lt;marc@msys.ch&gt;Reviewed by:    rwatsonApproved by:	reM    usr.sbin/MakefileA    usr.sbin/wakeAM   usr.sbin/wake/wake.cAM   usr.sbin/wake/MakefileAM   usr.sbin/wake/wake.8

            List of files:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Tue, 30 Jun 2009 18:51:22 +0000</pubDate>
        <dc:creator>Martin Blapp &lt;mbr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/wake/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>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Thu, 04 Mar 2010 13:35:57 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b207c9d8568d3a77f7d669b84234ccff73bb56ff - Anything that casts struct sockaddr * to struct sockaddr_foo is safe</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#b207c9d8568d3a77f7d669b84234ccff73bb56ff</link>
        <description>Anything that casts struct sockaddr * to struct sockaddr_foo is safedue to careful design.  We&apos;ve not yet figured out how to properlyannotate the sockaddr structs to communicate this to the compiler andthere&apos;s a number of constructs in the tree that make this annotationchallenging.As such, reduce warns to 3 here because this code really isn&apos;t warns 6safe, even if it kinda sorta appears to be on intel (which has no suchalignment restrictions).  Warns 4 adds the -Wcast-align warning.# fixes the mips tinderbox build

            List of files:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Tue, 09 Feb 2010 17:16:13 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/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:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Wed, 06 Jan 2010 05:58:07 +0000</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://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#71ccf09269546d398fa847168fc74c22d6338a62</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /src/usr.sbin/wake/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>10b3b54548f2290bbe8d8f88c59c28d12b7a635d - Merge from head</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/wake/Makefile#10b3b54548f2290bbe8d8f88c59c28d12b7a635d</link>
        <description>Merge from head

            List of files:
            /src/usr.sbin/wake/Makefile</description>
        <pubDate>Thu, 17 Sep 2009 16:16:44 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
