<?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>
    <link>http://nxr.netbsd.org/rss/src/sys/arch/playstation2/include/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Create a new header lwp_private.h to contain _lwp_getprivate_fast,<br/>_lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that:<br/>1. we don't need special hacks to hide them<br/>2. we can include &lt;lwp.h&gt; where needed to get the necessary prototypes<br/>   without redefining them locally.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.14</description>
    <pubDate>Sat Nov 30 01:04:13 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.13.36;<br/>Remove the kernel PMC code. Sent yesterday on tech-kern@.<br/><br/>This change:<br/><br/> * Removes "options PERFCTRS", the associated includes, and the associated<br/>   ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is<br/>   good.<br/><br/> * Removes the PMC code of ARM XSCALE.<br/><br/> * Removes all the pmc.h files. They were all empty, except for ARM XSCALE.<br/><br/> * Reorders the x86 PMC code not to rely on the legacy pmc.h file. The<br/>   definitions are put in sysarch.h.<br/><br/> * Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control<br/>   and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,<br/>   netbsd32 and rump.<br/><br/> * Removes the pmc_evid_t and pmc_ctr_t types.<br/><br/> * Removes all the associated man pages. The sets are marked as obsolete.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.13</description>
    <pubDate>Thu Jul 12 10:46:46 UTC 2018</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>branches:  1.12.16;  1.12.18;<br/>Add mips fenv.h (From FreeBSD)</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.12</description>
    <pubDate>Mon Dec 21 17:02:34 UTC 2015</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.11.6;  1.11.8;<br/>Bring back the playstation2 port - now that a toolchain for it is<br/>available again.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.11</description>
    <pubDate>Mon Mar 31 11:25:49 UTC 2014</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>branches:  1.10.10;  1.10.16;<br/>Remove support for NetBSD/playstation2.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.10</description>
    <pubDate>Sat Dec 05 16:29:13 UTC 2009</pubDate>
    <dc:creator>pooka</dc:creator>
</item>

<item>
    <title>branches:  1.9.48;  1.9.62;<br/>Merge newlock2 to head.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.9</description>
    <pubDate>Fri Feb 09 21:55:09 UTC 2007</pubDate>
    <dc:creator>ad</dc:creator>
</item>

<item>
    <title>branches:  1.8.4;<br/>don't install &lt;machine/db_machdep.h&gt;, this is kernel only</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.8</description>
    <pubDate>Wed Jul 26 19:54:57 UTC 2006</pubDate>
    <dc:creator>drochner</dc:creator>
</item>

<item>
    <title>branches:  1.7.4;  1.7.8;<br/>merge ktrace-lwp.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.7</description>
    <pubDate>Sun Dec 11 00:18:36 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.6.12;<br/>Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.6</description>
    <pubDate>Sat May 08 21:51:50 UTC 2004</pubDate>
    <dc:creator>kleink</dc:creator>
</item>

<item>
    <title>branches:  1.5.2;<br/>Merge the nathanw_sa branch.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.5</description>
    <pubDate>Sat Jan 18 06:12:59 UTC 2003</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.4</description>
    <pubDate>Tue Nov 26 23:30:27 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Implement pmc(9) -- An interface to hardware performance monitoring<br/>counters.  These counters do not exist on all CPUs, but where they<br/>do exist, can be used for counting events such as dcache misses that<br/>would otherwise be difficult or impossible to instrument by code<br/>inspection or hardware simulation.<br/><br/>pmc(9) is meant to be a general interface.  Initially, the Intel XScale<br/>counters are the only ones supported.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.3</description>
    <pubDate>Wed Aug 07 05:15:49 UTC 2002</pubDate>
    <dc:creator>briggs</dc:creator>
</item>

<item>
    <title>branches:  1.2.4;  1.2.6;  1.2.14;<br/>remove conf.h from install header list.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.2</description>
    <pubDate>Thu Oct 18 15:41:15 UTC 2001</pubDate>
    <dc:creator>uch</dc:creator>
</item>

<item>
    <title>playstation2 port</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.1</description>
    <pubDate>Tue Oct 16 15:38:40 UTC 2001</pubDate>
    <dc:creator>uch</dc:creator>
</item>

<item>
    <title>catch up with -current.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.2.14.1</description>
    <pubDate>Sat Aug 31 13:45:36 UTC 2002</pubDate>
    <dc:creator>gehenna</dc:creator>
</item>

<item>
    <title>sync kqueue branch with HEAD</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.2.6.3</description>
    <pubDate>Fri Sep 06 08:38:46 UTC 2002</pubDate>
    <dc:creator>jdolecek</dc:creator>
</item>

<item>
    <title>Sync kqueue branch with -current.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.2.6.2</description>
    <pubDate>Thu Jan 10 19:47:35 UTC 2002</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch kqueue on 2002-01-10 19:47:35 +0000</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.2.6.1</description>
    <pubDate>Thu Oct 18 15:41:15 UTC 2001</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Sync with HEAD.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.2.4.4</description>
    <pubDate>Wed Dec 11 06:11:33 UTC 2002</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Catch up to -current.</title>
    <description>/src/sys/arch/playstation2/include/Makefile - 1.2.4.3</description>
    <pubDate>Tue Aug 13 02:18:38 UTC 2002</pubDate>
    <dc:creator>nathanw</dc:creator>
</item>
</channel></rss>

