<?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>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#c4b7a9e7940c62d92a81ee31e05e281e6035fadc</link>
        <description>bsd.own.mk: rename GCC_NO_* to CC_WNO_*Rename compiler-warning-disable variables from	GCC_NO_warningto	CC_WNO_warningwhere warning is the full warning name as used by the compiler.GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGHUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 09:09:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bf0d51809dfc3a18f908fd72972cd296ee5c73f9 - Forbid gcc to whine about intended format truncation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#bf0d51809dfc3a18f908fd72972cd296ee5c73f9</link>
        <description>Forbid gcc to whine about intended format truncation

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Wed, 01 Jul 2020 06:31:18 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>924cacedb8f3611e5dfc6987fdb40304765192fd - Remove stale proc_compare code and use the shared one in libutil.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#924cacedb8f3611e5dfc6987fdb40304765192fd</link>
        <description>Remove stale proc_compare code and use the shared one in libutil.

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Fri, 21 Oct 2011 02:26:09 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e6c0663544a1202063aa14b8b5be71a6d201e962 - Eliminate non-literal format strings, and now that gcc warns, kill y2k format</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#e6c0663544a1202063aa14b8b5be71a6d201e962</link>
        <description>Eliminate non-literal format strings, and now that gcc warns, kill y2k formatwarning.

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Wed, 17 Aug 2011 13:48:11 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c7d4de107aa7b065bac911fffccee450725bacf0 - - Remove SUPPORT_FTPD_UTMP flag. Enable it only for utmp entries, utmpx does</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#c7d4de107aa7b065bac911fffccee450725bacf0</link>
        <description>- Remove SUPPORT_FTPD_UTMP flag. Enable it only for utmp entries, utmpx does  not need it since it can get the pid from the utmpx structure.- If the line is not found, and the pid is present (from utmpx) use that to  determine the process information for that particular entry.

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Wed, 26 Feb 2003 15:01:09 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5d4973fe97b3955522f95510d5919c49467f0d43 - makefile delint. use NETBSDSRCDIR as appropriate</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#5d4973fe97b3955522f95510d5919c49467f0d43</link>
        <description>makefile delint. use NETBSDSRCDIR as appropriate

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Wed, 18 Sep 2002 14:00:33 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e703dc1851285cb0117f53278b058e89202dd6e - add utmpx support.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#1e703dc1851285cb0117f53278b058e89202dd6e</link>
        <description>add utmpx support.

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Sat, 27 Jul 2002 23:58:40 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8031c2d6da4524f03bb37bfe0d485a461d3116b - add code to recognize special ftpd utmp entries and match corresponding</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#f8031c2d6da4524f03bb37bfe0d485a461d3116b</link>
        <description>add code to recognize special ftpd utmp entries and match correspondingprocess accordingly, so that w parses entries made by &quot;ftpd -U&quot; correctlythe new code is conditionalized upon define SUPPORT_FTPD_UTMP, turnedon by default in w(1)&apos;s MakefileThis addresses bin/11095 by Daniel Hagerty.

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Thu, 28 Sep 2000 18:20:29 +0000</pubDate>
        <dc:creator>jdolecek &lt;jdolecek@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea744872186b3d1d8b02e47529af0acc79a88966 - Use new sysctl/kvm interfaces and remove sgid bit.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#ea744872186b3d1d8b02e47529af0acc79a88966</link>
        <description>Use new sysctl/kvm interfaces and remove sgid bit.

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Fri, 26 May 2000 03:10:31 +0000</pubDate>
        <dc:creator>simonb &lt;simonb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21eedb0ec1775cde8847df55b99471eabb921f4c - the PMAP_NEW option is gone as the new interface is no longer optional.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#21eedb0ec1775cde8847df55b99471eabb921f4c</link>
        <description>the PMAP_NEW option is gone as the new interface is no longer optional.

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Sun, 12 Sep 1999 01:19:23 +0000</pubDate>
        <dc:creator>chs &lt;chs@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d2397ac5f71867bf70a7ee5f60ab01295704c085 - completely remove Mach VM support.  all that is left is the all the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#d2397ac5f71867bf70a7ee5f60ab01295704c085</link>
        <description>completely remove Mach VM support.  all that is left is the all theheader files as UVM still uses (most of) these.

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Wed, 24 Mar 1999 05:50:49 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ba7b5f16fff68227aa7888a6300ec8ed2f51ab2b - add -DPMAP_NEW if PMAP_NEW is on in mk.conf</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#ba7b5f16fff68227aa7888a6300ec8ed2f51ab2b</link>
        <description>add -DPMAP_NEW if PMAP_NEW is on in mk.conf

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Wed, 18 Feb 1998 03:54:58 +0000</pubDate>
        <dc:creator>perry &lt;perry@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>279ce528ce53f8712808880ca7c6124a49b2235a - add -DUVM to CPPFLAGS if defined(UVM)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#279ce528ce53f8712808880ca7c6124a49b2235a</link>
        <description>add -DUVM to CPPFLAGS if defined(UVM)

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Mon, 09 Feb 1998 06:25:15 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10e180cc4991fbe54b0ace939ee3b05d1b7aeabe - Back out the .PATH.c changes.  The .depend problem (and others)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#10e180cc4991fbe54b0ace939ee3b05d1b7aeabe</link>
        <description>Back out the .PATH.c changes.  The .depend problem (and others)will be fixed using the new .NOPATH make feature instead.

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Thu, 08 May 1997 21:11:01 +0000</pubDate>
        <dc:creator>gwr &lt;gwr@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>012e528f2e12f0ed41325d98279aad4ac3188129 - Use .PATH.c: ...</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#012e528f2e12f0ed41325d98279aad4ac3188129</link>
        <description>Use .PATH.c: ...

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Tue, 06 May 1997 20:44:56 +0000</pubDate>
        <dc:creator>gwr &lt;gwr@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8baabb16e5ce183862c725d7b704992d780499a2 - RCS id police.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#8baabb16e5ce183862c725d7b704992d780499a2</link>
        <description>RCS id police.

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Fri, 07 Jun 1996 01:39:10 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e97520947daaa2729243e68c1b25587b6e2a895 - specify man pages the new way.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#9e97520947daaa2729243e68c1b25587b6e2a895</link>
        <description>specify man pages the new way.

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Thu, 22 Dec 1994 12:30:38 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5a9cb8543ecf77a038a7c5351829750ea9bb52c6 - clean up import</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#5a9cb8543ecf77a038a7c5351829750ea9bb52c6</link>
        <description>clean up import

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Mon, 09 May 1994 03:35:55 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>851f7cd38ee3012a778cfef6ae228e173b8c32c2 - get rid of getloadavg() linking hack</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#851f7cd38ee3012a778cfef6ae228e173b8c32c2</link>
        <description>get rid of getloadavg() linking hack

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Fri, 28 Jan 1994 18:12:27 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>542fa2fb04dbc81336efcf3ef5fbb307a5181c13 - hack to make getloadavg() link properly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/w/Makefile#542fa2fb04dbc81336efcf3ef5fbb307a5181c13</link>
        <description>hack to make getloadavg() link properly

            List of files:
            /netbsd-src/usr.bin/w/Makefile</description>
        <pubDate>Fri, 28 Jan 1994 00:49:46 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
