<?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 std.newsmips</title>
    <link>http://nxr.netbsd.org/rss/src/sys/arch/newsmips/conf/std.newsmips</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Add NWS-4000 support.<br/><br/>Based on nonaka@'s porting effort back in 2002.<br/>See announcement on port-newsmips@ for more details:<br/> http://mail-index.netbsd.org/port-newsmips/2018/10/13/msg000231.html</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.19</description>
    <pubDate>Sun Oct 14 00:10:11 UTC 2018</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>Fix news5000 panic during boot on APbus attach. PR port-newsmips/53626<br/><br/>Discussed with ryo@ (the original author of news5000 support).<br/>Should be pulled up to netbsd-8.</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.18</description>
    <pubDate>Sun Sep 30 06:14:23 UTC 2018</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.17.158;  1.17.164;  1.17.166;<br/>merge ktrace-lwp.</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.17</description>
    <pubDate>Sun Dec 11 00:18:24 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>include "conf/std".</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.16</description>
    <pubDate>Sat Sep 17 09:44:07 UTC 2005</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>branches:  1.15.16;<br/>add "makeoptions MACHINE_ARCH=..." in std.* for mips ports<br/>where it is constant (to ease cross-building).</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.15</description>
    <pubDate>Sat Aug 30 22:44:40 UTC 2003</pubDate>
    <dc:creator>chs</dc:creator>
</item>

<item>
    <title>branches:  1.14.6;<br/>Remove the explicit `makeoptions MACHINE_ARCH="mipse{b,l}"' for kernel<br/>builds and use the endianness of the toolchain being used to determine<br/>the endianness of the kernel.</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.14</description>
    <pubDate>Mon Dec 09 22:54:15 UTC 2002</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>Roll the rest of the ports over to the new MI kernel build machinery.<br/>Any problems reported by testers have been fixed, and massive<br/>cross-compiling of kernels has shown that any problems that remain<br/>with actually building kernels are not related to this.</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.13</description>
    <pubDate>Sun Dec 09 05:00:48 UTC 2001</pubDate>
    <dc:creator>atatat</dc:creator>
</item>

<item>
    <title>cleanup:<br/>	options SPACE TAB<br/>	makeoptions TAB<br/>	psuedo-device TAB<br/>	remove trailing whitespace<br/>	replace multiple spaces -&gt; tabs<br/>	options "FOO" -&gt; options FOO<br/>	options "FOO=bar" -&gt; options FOO=bar<br/>	options "FOO=\"bar\"" -&gt; options FOO="\"bar\""</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.12</description>
    <pubDate>Tue Nov 20 00:56:35 UTC 2001</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>branches:  1.11.4;<br/>For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}.  Instead,<br/>explicitly set MACHINE_ARCH to the appropriate thing.  Makefile.mips will<br/>then set all of the internal variables it needs to accordingly.</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.11</description>
    <pubDate>Tue Oct 23 20:40:02 UTC 2001</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>branches:  1.10.4;<br/>Revert back to a machinearch (really cputype) of mips.  Put ENDIAN back.</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.10</description>
    <pubDate>Sun Dec 03 07:05:23 UTC 2000</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>Change arch from mips to mipsel/mipseb as appropriate.  Nuke the ENDIAN<br/>makeoption.  Key off MACHINE_ARCH for adding -EB/-EL to CFLAGS/AFLAGS/LD/<br/>LINKFLAGS.</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.9</description>
    <pubDate>Sun Dec 03 05:30:31 UTC 2000</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>Start using a Makefile.mips.  Use a combination of makeoptions and<br/>Makefile.sgimips.inc which has sgimips specific stuff.</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.8</description>
    <pubDate>Sun Dec 03 02:07:06 UTC 2000</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.7</description>
    <pubDate>Thu Jun 22 20:27:54 UTC 2000</pubDate>
    <dc:creator>fvdl</dc:creator>
</item>

<item>
    <title>branches:  1.6.4;<br/>Add<br/><br/>prefix ../gnu/sys<br/>cinclude "conf/files.softdep"<br/>prefix<br/><br/>to all std.* files, so that soft dependencies can be activated using<br/>"options SOFTDEP".</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.6</description>
    <pubDate>Mon Nov 15 19:00:29 UTC 1999</pubDate>
    <dc:creator>fvdl</dc:creator>
</item>

<item>
    <title>branches:  1.5.8;  1.5.14;<br/>clean up kernel/config files files for machVM lossage.</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.5</description>
    <pubDate>Wed Mar 24 06:06:10 UTC 1999</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>RCS ID police</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.4</description>
    <pubDate>Mon Feb 15 04:32:34 UTC 1999</pubDate>
    <dc:creator>hubertf</dc:creator>
</item>

<item>
    <title>Enable UVM by default.</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.3</description>
    <pubDate>Mon Nov 16 00:21:30 UTC 1998</pubDate>
    <dc:creator>tsubai</dc:creator>
</item>

<item>
    <title>Rename NetBSD/news to NetBSD/newsmips.</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.2</description>
    <pubDate>Wed Mar 04 22:14:15 UTC 1998</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Initial import of NetBSD/news.</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.1</description>
    <pubDate>Wed Feb 18 13:48:05 UTC 1998</pubDate>
    <dc:creator>tsubai</dc:creator>
</item>

<item>
    <title>Pull up to last week's -current.</title>
    <description>/src/sys/arch/newsmips/conf/std.newsmips - 1.5.14.1</description>
    <pubDate>Mon Dec 27 18:33:06 UTC 1999</pubDate>
    <dc:creator>wrstuden</dc:creator>
</item>
</channel></rss>

