<?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 MMTAROMNEW</title>
    <link>http://nxr.netbsd.org/rss/src/sys/arch/mmeye/conf/MMTAROMNEW</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>PR/57889: Ricardo Branco: ext2fs does not have user immutable and append<br/>file flags, only system ones. Restrict those to the superuser. Before<br/>the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the<br/>default.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.58</description>
    <pubDate>Mon Jan 29 18:27:14 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>disable all phy devices in config, since network is disabled in general.<br/>add SH7708R option from MMTA config, one CPU option is required.<br/>enable pseudo-terminal device, also needed for config to build.<br/><br/>changes fix the kernel config itself, but build fails on locore.S asm code,<br/>will file a PR for that.<br/><br/>P.S. would be good to update descriptions of kernel configs, since all copied<br/>from GENERIC and it is difficult to decipher their purpose and relevance.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.57</description>
    <pubDate>Sun Sep 24 13:59:38 UTC 2023</pubDate>
    <dc:creator>andvar</dc:creator>
</item>

<item>
    <title>Adjust _all_ cinclude of *.local files<br/><br/>- Ensure always at end<br/>- Use tab rather than spaces<br/>- Add consistent comment<br/>  "Pull in optional local configuration - always at end"<br/><br/>The only functional change is that a local file which tried to<br/>override an existing setting (eg with "no foo") would have failed<br/>in some cases before, but now will work</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.56</description>
    <pubDate>Thu Feb 09 14:09:49 UTC 2023</pubDate>
    <dc:creator>abs</dc:creator>
</item>

<item>
    <title>Remove the strip(4) - Starmode Radio IP - pseudo-device driver.  It is<br/>long since obsolete.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.55</description>
    <pubDate>Sun Jan 19 01:25:06 UTC 2020</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>branches:  1.54.6;<br/>Unreference IPF/PF from all the config files, and enable NPF instead when<br/>wanted. This also fixes some inconsistencies I saw in several files (eg<br/>IPF options while IPF was not compiled, IPF+PF enabled by default, etc).</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.54</description>
    <pubDate>Wed Aug 01 20:04:12 UTC 2018</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>branches:  1.53.2;  1.53.4;<br/>clean up COMPAT_* options for native netbsd code:<br/>- new series of files that are useful for saying "i want everything<br/>  since netbsd 1.4", etc.<br/>- use the fact COMPAT_* options have future dependancies to remove<br/>  many redundant options.<br/><br/>removes about 3000 lines total across kernel configuration files.<br/>tested about 30 random kernels in the changed list.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.53</description>
    <pubDate>Thu Sep 14 07:58:42 UTC 2017</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Remove TCP_COMPAT_42 from the config files. Pass 3.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.52</description>
    <pubDate>Sat Jul 29 18:08:58 UTC 2017</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>Remove KMEMSTATS.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.51</description>
    <pubDate>Fri Aug 07 13:53:28 UTC 2015</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>branches:  1.50.8;<br/>G/C PFIL_HOOKS from the kernel configs.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.50</description>
    <pubDate>Sun Jun 30 21:38:57 UTC 2013</pubDate>
    <dc:creator>rmind</dc:creator>
</item>

<item>
    <title>branches:  1.49.4;<br/>remove confusing numeric locators where they are unused.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.49</description>
    <pubDate>Sat Apr 27 18:19:45 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Retire OSI network stack. OK core@</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.48</description>
    <pubDate>Fri Mar 01 18:25:48 UTC 2013</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>branches:  1.47.8;<br/><br/>The rnd pseudo-device is not really optional, because it is in the same<br/>source file as the entropy-pool code itself.  Move it to std.  This<br/>will be cleaned up more when I split the sources up as they should be.<br/><br/>This fixes build breaks on several ports.  Thanks to Havard Eidnes for<br/>pointing them out.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.47</description>
    <pubDate>Tue Nov 22 21:25:27 UTC 2011</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>branches:  1.46.4;<br/>merge the bouyer-quota2 branch. This adds a new on-disk format<br/>to store disk quota usage and limits, integrated with ffs<br/>metadata. Usage is checked by fsck_ffs (no more quotacheck)<br/>and is covered by the WAPBL journal. Enabled with kernel<br/>option QUOTA2 (added where QUOTA was enabled in kernel config files),<br/>turned on with tunefs(8) on a per-filesystem<br/>basis. mount_mfs(8) can also turn quotas on.<br/><br/>See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html<br/>for details.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.46</description>
    <pubDate>Sun Mar 06 17:08:28 UTC 2011</pubDate>
    <dc:creator>bouyer</dc:creator>
</item>

<item>
    <title>Support mmEye-WLF.<br/>  Also maybe support mmEye-WL, mmEye2, mmEye2-HS.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.45</description>
    <pubDate>Sat Feb 19 10:46:27 UTC 2011</pubDate>
    <dc:creator>kiyohara</dc:creator>
</item>

<item>
    <title>branches:  1.44.2;  1.44.4;<br/>Remove unused count from pseudo-device md.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.44</description>
    <pubDate>Tue Nov 23 11:14:02 UTC 2010</pubDate>
    <dc:creator>hannken</dc:creator>
</item>

<item>
    <title>Remove unused count (invariably "4") from pseudo-device fss.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.43</description>
    <pubDate>Fri Apr 16 13:48:33 UTC 2010</pubDate>
    <dc:creator>pooka</dc:creator>
</item>

<item>
    <title>branches:  1.42.2;  1.42.4;<br/>Remove the portalfs kernel file system driver.  Replace mount_portal(8)<br/>with a version based on puffs.  User functionality remains the same.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.42</description>
    <pubDate>Sat Dec 05 20:11:15 UTC 2009</pubDate>
    <dc:creator>pooka</dc:creator>
</item>

<item>
    <title>Remove SHMMAXPGS from all kernel configs. Dynamically compute the<br/>initial limit as 1/4 of the physical memory. Ensure the limit is at<br/>least 1024 pages, the old default on most platforms.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.41</description>
    <pubDate>Fri Mar 06 20:31:50 UTC 2009</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>branches:  1.40.4;<br/>Remove LKMs and switch to the module framework, pass 1.<br/><br/>Proposed on tech-kern@.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.40</description>
    <pubDate>Wed Nov 12 00:36:04 UTC 2008</pubDate>
    <dc:creator>ad</dc:creator>
</item>

<item>
    <title>branches:  1.39.4;  1.39.10;  1.39.12;<br/>Remove GENERIC.local from the repository<br/><br/>Make all the kernels that currently include their corresponding GENERIC.local<br/>file use the cinclude directive instead of include.  This way config(1) will<br/>not complain if the file cannot be found.<br/><br/>After doing this, remove the GENERIC.local files from the repository so that<br/>the user will not see modified files during updates, and local changes to<br/>them cannot end up in the repository by mistake.<br/><br/>Discussed in tech-kern@ earlier this month.  No strong objections.</title>
    <description>/src/sys/arch/mmeye/conf/MMTAROMNEW - 1.39</description>
    <pubDate>Fri Feb 29 14:42:32 UTC 2008</pubDate>
    <dc:creator>jmmv</dc:creator>
</item>
</channel></rss>

