<?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/fstat/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/fstat/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>77228a74f8fc64ff1f17329ad3377e8abb2154b0 - Add basic ZFS support to fstat(1).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#77228a74f8fc64ff1f17329ad3377e8abb2154b0</link>
        <description>Add basic ZFS support to fstat(1).XXX: Use a local zfs_znode.h for a znode_t definition because the ZFSkernel code makes it too hard to include headers from userland.

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Sun, 19 Jun 2022 11:31:19 +0000</pubDate>
        <dc:creator>simonb &lt;simonb@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/fstat/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/fstat/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>0537635d0cd7fdeeb01e40375c697a90b31bca18 - for 64 bit mips platforms where we built userland largely as n32 by</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#0537635d0cd7fdeeb01e40375c697a90b31bca18</link>
        <description>for 64 bit mips platforms where we built userland largely as n32 bydefault, build a handful of tools as n64 so they work properly.unfortunately, they&apos;re also static as dynamic n64 has a problem.of these tools pstat is probably the lowest hanging fruit to convertto sysctl.  systat would be close were it not for the netstat screen,which includes netstat itself.the rest are difficult to perhaps foolish.the upside is that netstat, pmap and fstat all work properly now.

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Fri, 23 Dec 2016 10:19:57 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c25de4497a449a386a45471689c6f9eff4ef3cb - put _KMEMUSER in the Makefile</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#3c25de4497a449a386a45471689c6f9eff4ef3cb</link>
        <description>put _KMEMUSER in the Makefile

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Sat, 23 Jan 2016 16:12:03 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ebb6dc2ee498e1a449752c953c3aaa8f3e9dc34d - add libutil.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#ebb6dc2ee498e1a449752c953c3aaa8f3e9dc34d</link>
        <description>add libutil.

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Sat, 10 Sep 2011 18:34:54 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1ceae17f0d6ad69167715e05c1487f89f8571bc - Enable WARNS=4 by default for usr.bin, except for:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#c1ceae17f0d6ad69167715e05c1487f89f8571bc</link>
        <description>Enable WARNS=4 by default for usr.bin, except for:	awk  bdes  checknr  compile_et  error  gss  hxtool  kgetcred  kinit	klist  ldd  less  lex  locale  login  m4  man  menuc  mk_cmds	mklocale  msgc  openssl  rpcgen  rpcinfo  sdiff  spell  ssh	string2key  telnet  tn3270  verify_krb5_conf  xlint

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Tue, 14 Apr 2009 22:15:16 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>380fafb740536de239992306d5a25a8a8b06f461 - a better attempt on printing dtype_misc</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#380fafb740536de239992306d5a25a8a8b06f461</link>
        <description>a better attempt on printing dtype_misc

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Tue, 22 Jul 2008 22:58:04 +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/fstat/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/fstat/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>62bee0ffa526f24212494b128f96e49173903a60 - PR/32788: KAMADA Ken&apos;ichi: add support for tmpfs</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#62bee0ffa526f24212494b128f96e49173903a60</link>
        <description>PR/32788: KAMADA Ken&apos;ichi: add support for tmpfs

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Fri, 10 Feb 2006 16:01:45 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>553881914baf938c1f47b2972b0ee459884132b4 - WARNS=3, knf, ansi prototypes</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#553881914baf938c1f47b2972b0ee459884132b4</link>
        <description>WARNS=3, knf, ansi prototypes

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Sun, 17 Jul 2005 07:36:26 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7157011597d7c4594e582408c37eb35fb4c591b4 - Only compile in IPv6 support if ${USE_INET6} != &quot;no&quot;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#7157011597d7c4594e582408c37eb35fb4c591b4</link>
        <description>Only compile in IPv6 support if ${USE_INET6} != &quot;no&quot;MKINET6 is for providing IPv6 infrastructure.USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Mon, 10 Jan 2005 02:58:58 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09c258b18819a9d55f78bccdc74148e41fb2499d - Add ptyfs.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#09c258b18819a9d55f78bccdc74148e41fb2499d</link>
        <description>Add ptyfs.

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Sun, 12 Dec 2004 22:41:03 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65d8ab7ea0e86a07c43d772249ca856b7586c234 - IPv6 support.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#65d8ab7ea0e86a07c43d772249ca856b7586c234</link>
        <description>IPv6 support.NetBSD PR: 9199 (with minor changes)

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Mon, 17 Jan 2000 16:14:39 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@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/source/history/netbsd-src/usr.bin/fstat/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/fstat/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>88a653ac212463c149b2f8a4db9341820b3a999f - add support for ntfs</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#88a653ac212463c149b2f8a4db9341820b3a999f</link>
        <description>add support for ntfs

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Mon, 02 Aug 1999 17:39:13 +0000</pubDate>
        <dc:creator>jdolecek &lt;jdolecek@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/source/history/netbsd-src/usr.bin/fstat/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/fstat/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>591a968873918b530dc15fd1320c9db6b0a1c134 - as suggested by chuck cranor, pull in some openbsd mods:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#591a968873918b530dc15fd1320c9db6b0a1c134</link>
        <description>as suggested by chuck cranor, pull in some openbsd mods:* display ip address details of tcp/udp connections* display isofs details* use %p instead of %lx in error messagesother mods by me:* don&apos;t put \n at the end of err()/warn() format* man page cleanups (use .Dq and .Pq as appropriate)

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Thu, 18 Feb 1999 06:09:25 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c9f4ad53ad20088fe5ffdbe60dcc2693b66e30e - fstat(1) also depends on UVM and PMAP_NEW.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#2c9f4ad53ad20088fe5ffdbe60dcc2693b66e30e</link>
        <description>fstat(1) also depends on UVM and PMAP_NEW.

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Wed, 04 Mar 1998 18:07:29 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d225a17832cbb6b03b2d7b957250480cf52c6e6 - RCS ID police</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/fstat/Makefile#9d225a17832cbb6b03b2d7b957250480cf52c6e6</link>
        <description>RCS ID police

            List of files:
            /netbsd-src/usr.bin/fstat/Makefile</description>
        <pubDate>Thu, 09 Jan 1997 20:18:21 +0000</pubDate>
        <dc:creator>tls &lt;tls@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
