<?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 IQ31244</title>
    <link>http://nxr.netbsd.org/rss/src/sys/arch/evbarm/conf/IQ31244</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.77.4;  1.77.12;<br/>UFS/LFS dirhash:<br/>- Enable UFS_DIRHASH if the architecture or kernel model specific config<br/>  file can use 128MB of RAM or more.<br/>- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel<br/>  and by a number of NetBSD developers for years.<br/>- Add LFS_DIRHASH if LFS was enabled.<br/>- Be somewhat consistent with FS options order.</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.77</description>
    <pubDate>Sun Aug 07 02:52:25 UTC 2022</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>PMAP_DEBUG has been deleted on arm</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.76</description>
    <pubDate>Sat Apr 18 11:00:38 UTC 2020</pubDate>
    <dc:creator>skrll</dc:creator>
</item>

<item>
    <title>branches:  1.75.6;<br/>Eliminate all of the #ifdefs for the "strtc" driver.  Define model<br/>properties (similar to what the "dsrtc" driver does), and provide<br/>DT compat strings corresponding to those models.  Allow config flags<br/>to specify the model for non-FDT platforms (also like "dsrtc").</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.75</description>
    <pubDate>Fri Jan 03 03:44:42 UTC 2020</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>branches:  1.74.4;<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/evbarm/conf/IQ31244 - 1.74</description>
    <pubDate>Thu Jul 12 10:46:43 UTC 2018</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>branches:  1.73.2;  1.73.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/evbarm/conf/IQ31244 - 1.73</description>
    <pubDate>Thu Sep 14 07:58:40 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/evbarm/conf/IQ31244 - 1.72</description>
    <pubDate>Sat Jul 29 18:08:57 UTC 2017</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>PR kern/51208<br/>Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for<br/>ALL on amd64 and i386.</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.71</description>
    <pubDate>Sun Feb 19 07:47:00 UTC 2017</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>branches:  1.70.2;  1.70.4;<br/>Remove KMEMSTATS.</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.70</description>
    <pubDate>Fri Aug 07 13:53:28 UTC 2015</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>branches:  1.69.2;<br/>Systematize (and in many cases, fix) the comments on options COMPAT_NN.<br/><br/>There are quite a few configs that are missing some COMPAT_NN options<br/>in ways that don't make sense; this should probably get cleaned up<br/>too, but for the time being I've not added or removed anything.</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.69</description>
    <pubDate>Sat Aug 23 20:26:57 UTC 2014</pubDate>
    <dc:creator>dholland</dc:creator>
</item>

<item>
    <title>Reorganize symbol table embedding.  The existing option SYMTAB_SPACE is<br/>replaced by the make option COPY_SYMTAB set to any value. The copy of<br/>the symbol table is no longer put into a buffer in kern_ksyms.o, but a<br/>small helper object. This object is build first with a dummy size, then<br/>the kernel is linked to compute the real dimension of the symbol table<br/>buffer. After that, the helper object is rebuild and the kernel linked<br/>again.</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.68</description>
    <pubDate>Sun Aug 17 21:17:43 UTC 2014</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>Add "options COMPAT_70" to all kernel configuration files that<br/>already had "options COMPAT_60".</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.67</description>
    <pubDate>Sat Aug 16 17:56:31 UTC 2014</pubDate>
    <dc:creator>apb</dc:creator>
</item>

<item>
    <title>Add COMPAT_NETBSD32 to more kernels (we have too many)</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.66</description>
    <pubDate>Sun Aug 03 09:18:16 UTC 2014</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>"internally consistency checks" -&gt; "internal consistency checks"</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.65</description>
    <pubDate>Sun Jul 27 03:34:41 UTC 2014</pubDate>
    <dc:creator>dholland</dc:creator>
</item>

<item>
    <title>branches:  1.64.4;<br/>G/C PFIL_HOOKS from the kernel configs.</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.64</description>
    <pubDate>Sun Jun 30 21:38:56 UTC 2013</pubDate>
    <dc:creator>rmind</dc:creator>
</item>

<item>
    <title>branches:  1.63.2;<br/>remove obsolete networking options</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.63</description>
    <pubDate>Wed Jun 05 23:08:00 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.62</description>
    <pubDate>Sat Mar 02 02:42:12 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Retire OSI network stack. OK core@</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.61</description>
    <pubDate>Fri Mar 01 18:25:34 UTC 2013</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>Add "options COMPAT_60" to all kernel configuration files<br/>that already had "options COMPAT_50".</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.60</description>
    <pubDate>Wed Oct 17 14:48:10 UTC 2012</pubDate>
    <dc:creator>apb</dc:creator>
</item>

<item>
    <title>branches:  1.59.2;<br/>Add PUFFS, putter and fss.</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.59</description>
    <pubDate>Tue Sep 11 19:43:09 UTC 2012</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>

<item>
    <title>Bump up SYMTAB_SPACE</title>
    <description>/src/sys/arch/evbarm/conf/IQ31244 - 1.58</description>
    <pubDate>Sat Sep 01 14:50:11 UTC 2012</pubDate>
    <dc:creator>matt</dc:creator>
</item>
</channel></rss>

