<?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>0537635d0cd7fdeeb01e40375c697a90b31bca18 - for 64 bit mips platforms where we built userland largely as n32 by</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/pstat/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.sbin/pstat/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>a97d5b18cac5581bfbe98a2a44480645269157bb - pstat is a kmem groveller, set -D_KMEMUSER in CPPFLAGS</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/pstat/Makefile#a97d5b18cac5581bfbe98a2a44480645269157bb</link>
        <description>pstat is a kmem groveller, set -D_KMEMUSER in CPPFLAGS

            List of files:
            /netbsd-src/usr.sbin/pstat/Makefile</description>
        <pubDate>Wed, 02 Jan 2013 10:43:11 +0000</pubDate>
        <dc:creator>dsl &lt;dsl@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/history/netbsd-src/usr.sbin/pstat/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.sbin/pstat/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>9a150e0221d85790ddf7c1787d343e53740bb539 - revert debug flags I accidentally committed before.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/pstat/Makefile#9a150e0221d85790ddf7c1787d343e53740bb539</link>
        <description>revert debug flags I accidentally committed before.

            List of files:
            /netbsd-src/usr.sbin/pstat/Makefile</description>
        <pubDate>Tue, 05 Dec 2006 03:52:02 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11c53ad61cccc76625174114f9b1540816106b04 - kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks to</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/pstat/Makefile#11c53ad61cccc76625174114f9b1540816106b04</link>
        <description>kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks to/usr/include from /usr/include/sys. This makes all the one way hashheader handling identical.

            List of files:
            /netbsd-src/usr.sbin/pstat/Makefile</description>
        <pubDate>Mon, 30 Oct 2006 20:22:53 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17d72c8a6b3f488877b03ef7370006c07220b15f - use NETBSDSRCDIR as appropriate</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/pstat/Makefile#17d72c8a6b3f488877b03ef7370006c07220b15f</link>
        <description>use NETBSDSRCDIR as appropriate

            List of files:
            /netbsd-src/usr.sbin/pstat/Makefile</description>
        <pubDate>Wed, 18 Sep 2002 03:54:26 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@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.sbin/pstat/Makefile#21eedb0ec1775cde8847df55b99471eabb921f4c</link>
        <description>the PMAP_NEW option is gone as the new interface is no longer optional.

            List of files:
            /netbsd-src/usr.sbin/pstat/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>ba7b5f16fff68227aa7888a6300ec8ed2f51ab2b - add -DPMAP_NEW if PMAP_NEW is on in mk.conf</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/pstat/Makefile#ba7b5f16fff68227aa7888a6300ec8ed2f51ab2b</link>
        <description>add -DPMAP_NEW if PMAP_NEW is on in mk.conf

            List of files:
            /netbsd-src/usr.sbin/pstat/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.sbin/pstat/Makefile#279ce528ce53f8712808880ca7c6124a49b2235a</link>
        <description>add -DUVM to CPPFLAGS if defined(UVM)

            List of files:
            /netbsd-src/usr.sbin/pstat/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>0a94f4f07799cd2ae10e7ee3d8ccd3b9af1412e8 - use CPPFLAGS instead of CFLAGS</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/pstat/Makefile#0a94f4f07799cd2ae10e7ee3d8ccd3b9af1412e8</link>
        <description>use CPPFLAGS instead of CFLAGS

            List of files:
            /netbsd-src/usr.sbin/pstat/Makefile</description>
        <pubDate>Sat, 25 Oct 1997 06:57:53 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b7bb49adb052b50d93a8bb925cbb69cc626f61a - There hasn&apos;t been machine-dependent code in pstat since the introduction</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/pstat/Makefile#6b7bb49adb052b50d93a8bb925cbb69cc626f61a</link>
        <description>There hasn&apos;t been machine-dependent code in pstat since the introductionof the kernel tty list; garbage-collect -D${MACHINE}.

            List of files:
            /netbsd-src/usr.sbin/pstat/Makefile</description>
        <pubDate>Mon, 14 Jul 1997 08:33:35 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a5d7f4d75686e9536ff42c58209c9dc286f24a6 - bring mrg-vm-swap2 onto mainilne.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/pstat/Makefile#4a5d7f4d75686e9536ff42c58209c9dc286f24a6</link>
        <description>bring mrg-vm-swap2 onto mainilne.

            List of files:
            /netbsd-src/usr.sbin/pstat/Makefile</description>
        <pubDate>Thu, 12 Jun 1997 15:03:43 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>484fdbba2d000ee6caec76300ae47bb6b202b828 - New-style RCS ids.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/pstat/Makefile#484fdbba2d000ee6caec76300ae47bb6b202b828</link>
        <description>New-style RCS ids.

            List of files:
            /netbsd-src/usr.sbin/pstat/Makefile</description>
        <pubDate>Thu, 11 Jan 1996 06:33:32 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a2e52c42e2ca46317cf7fcd0df2bb3dee6b1882b - Define `MAN&apos;.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/pstat/Makefile#a2e52c42e2ca46317cf7fcd0df2bb3dee6b1882b</link>
        <description>Define `MAN&apos;.

            List of files:
            /netbsd-src/usr.sbin/pstat/Makefile</description>
        <pubDate>Sun, 25 Dec 1994 12:22:03 +0000</pubDate>
        <dc:creator>pk &lt;pk@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8900daa76e15c399b57b11ba1ac234b5dcf2da92 - update for amiga (should also enable hp300 specific stuff for them too).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/pstat/Makefile#8900daa76e15c399b57b11ba1ac234b5dcf2da92</link>
        <description>update for amiga (should also enable hp300 specific stuff for them too).

            List of files:
            /netbsd-src/usr.sbin/pstat/Makefile</description>
        <pubDate>Wed, 22 Jun 1994 05:38:20 +0000</pubDate>
        <dc:creator>chopps &lt;chopps@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ef6083efacba1e42adbd744a4ef8f0ccad8180c - clean up import.  rcsids, notdef a bunch of things that don&apos;t yet work, etc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/pstat/Makefile#4ef6083efacba1e42adbd744a4ef8f0ccad8180c</link>
        <description>clean up import.  rcsids, notdef a bunch of things that don&apos;t yet work, etc.generates a *lot* of warnings (from vnode.h) at compile time, but thesewill go away &quot;soon.&quot;

            List of files:
            /netbsd-src/usr.sbin/pstat/Makefile</description>
        <pubDate>Fri, 13 May 1994 21:47:55 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe8f3aeeaa8b08a9f26d185b7f773efb1a49727a - Pstat, from Lite</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/pstat/Makefile#fe8f3aeeaa8b08a9f26d185b7f773efb1a49727a</link>
        <description>Pstat, from Lite

            List of files:
            /netbsd-src/usr.sbin/pstat/Makefile</description>
        <pubDate>Fri, 13 May 1994 21:29:29 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
