<?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>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/wall/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/wall/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>de11d876419df3570c2418468613aebcebafe6ae - introduce some common variables for use in GCC warning disables:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/wall/Makefile#de11d876419df3570c2418468613aebcebafe6ae</link>
        <description>introduce some common variables for use in GCC warning disables:GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)use these to turn off warnings for most GCC-8 complaints.  manyof these are false positives, most of the real bugs are alreadycommited, or are yet to come.we plan to introduce versions of (some?) of these that use the&quot;-Wno-error=&quot; form, which still displays the warnings but doesnot make it an error, and all of the above will be re-consideredas either being &quot;fix me&quot; (warning still displayed) or &quot;warningis wrong.&quot;

            List of files:
            /netbsd-src/usr.bin/wall/Makefile</description>
        <pubDate>Sun, 13 Oct 2019 07:28:04 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2ea5bc272a973d52987b552a20aa61612f5c49db - PR/50454: Timo Buhrmester: Fix wrong allocation for wall(1) -g</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/wall/Makefile#2ea5bc272a973d52987b552a20aa61612f5c49db</link>
        <description>PR/50454: Timo Buhrmester: Fix wrong allocation for wall(1) -gModernize.

            List of files:
            /netbsd-src/usr.bin/wall/Makefile</description>
        <pubDate>Sat, 21 Nov 2015 14:59:51 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4147a3c54a369fdf2775e8a91ce4916614e21d3b - Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/wall/Makefile#4147a3c54a369fdf2775e8a91ce4916614e21d3b</link>
        <description>Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on theFORTIFY_SOURCE feature of libssp, thus checking the size of arguments tovarious string and memory copy and set functions (as well as a few systemcalls and other miscellany) where known at function entry.  RedHat hasevidently built all &quot;core system packages&quot; with this option for some time.This option should be used at the top of Makefiles (or Makefile.inc wherethis is used for subdirectories) but after any setting of LIB.This is only useful for userland code, and cannot be used in libc or inany code which includes the libc internals, because it overrides certainlibc functions with macros.  Some effort has been made to make USE_FORT=yeswork correctly for a full-system build by having the bsd.sys.mk logicdisable the feature where it should not be used (libc, libssp iteself,the kernel) but no attempt has been made to build the entire system withUSE_FORT and doing so will doubtless expose numerous bugs and misfeatures.Adjust the system build so that all programs and libraries that are setuid,directly handle network data (including serial comm data), performauthentication, or appear likely to have (or have a history of having)data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,with the exception of libc, which cannot use USE_FORT and thus usesonly USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=noper-directory or in a system build will disable if desired.

            List of files:
            /netbsd-src/usr.bin/wall/Makefile</description>
        <pubDate>Mon, 28 May 2007 12:06:17 +0000</pubDate>
        <dc:creator>tls &lt;tls@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>45aed1fbde7ba4e0209775e79f1f3481140fb9ae - PR/7713: David Holland: warn if we have mesg n.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/wall/Makefile#45aed1fbde7ba4e0209775e79f1f3481140fb9ae</link>
        <description>PR/7713: David Holland: warn if we have mesg n.

            List of files:
            /netbsd-src/usr.bin/wall/Makefile</description>
        <pubDate>Mon, 21 Apr 2003 00:05:30 +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/source/history/netbsd-src/usr.bin/wall/Makefile#5d4973fe97b3955522f95510d5919c49467f0d43</link>
        <description>makefile delint. use NETBSDSRCDIR as appropriate

            List of files:
            /netbsd-src/usr.bin/wall/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>c020d65e194d77a06077bcc4283819a0e6042fb7 - utmpx support.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/wall/Makefile#c020d65e194d77a06077bcc4283819a0e6042fb7</link>
        <description>utmpx support.

            List of files:
            /netbsd-src/usr.bin/wall/Makefile</description>
        <pubDate>Fri, 02 Aug 2002 01:52:13 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a6f32a1d454b44ad991dc2f0d94573c8e381232e - use err.h, fix .Nm usage</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/wall/Makefile#a6f32a1d454b44ad991dc2f0d94573c8e381232e</link>
        <description>use err.h, fix .Nm usage

            List of files:
            /netbsd-src/usr.bin/wall/Makefile</description>
        <pubDate>Mon, 20 Oct 1997 03:13:32 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a838817b214515ee3c926d9c520ee6d24bc7eeac - Add WARNS=1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/wall/Makefile#a838817b214515ee3c926d9c520ee6d24bc7eeac</link>
        <description>Add WARNS=1

            List of files:
            /netbsd-src/usr.bin/wall/Makefile</description>
        <pubDate>Tue, 01 Jul 1997 20:49:59 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c897d730b57bc403000586298d6d367bee6bf5bf - - Cleanup warnings</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/wall/Makefile#c897d730b57bc403000586298d6d367bee6bf5bf</link>
        <description>- Cleanup warnings- Move ttymsg to libutil.h

            List of files:
            /netbsd-src/usr.bin/wall/Makefile</description>
        <pubDate>Sun, 29 Jun 1997 18:28:18 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8bfd3d17acdf360bcfa394c375f8a39cfc31df4 - Merged with 4.4lite</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/wall/Makefile#a8bfd3d17acdf360bcfa394c375f8a39cfc31df4</link>
        <description>Merged with 4.4liteChanged to conform to NetBSD&apos;s new RCS Id conventions.

            List of files:
            /netbsd-src/usr.bin/wall/Makefile</description>
        <pubDate>Thu, 17 Nov 1994 07:17:53 +0000</pubDate>
        <dc:creator>jtc &lt;jtc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0f8d5d2bb9393baa683cbffb18b6ca69be11e60 - Add RCS identifiers.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/wall/Makefile#d0f8d5d2bb9393baa683cbffb18b6ca69be11e60</link>
        <description>Add RCS identifiers.

            List of files:
            /netbsd-src/usr.bin/wall/Makefile</description>
        <pubDate>Fri, 30 Jul 1993 22:28:22 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61f282557f0bc41c0b762c629a2f4c14be8b7591 - initial import of 386bsd-0.1 sources</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/wall/Makefile#61f282557f0bc41c0b762c629a2f4c14be8b7591</link>
        <description>initial import of 386bsd-0.1 sources

            List of files:
            /netbsd-src/usr.bin/wall/Makefile</description>
        <pubDate>Sun, 21 Mar 1993 09:45:37 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
