<?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 GENERIC</title>
    <link>http://nxr.netbsd.org/rss/src/sys/arch/cesfic/conf/GENERIC</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>All M68040 configs require FPSP, and all M68060 configs require M060SP,<br/>so just make M68040 and M68060 dependent on their respective software<br/>packages rather than having to duplicate the options across every kernel<br/>config.</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.79</description>
    <pubDate>Wed Aug 05 01:01:46 UTC 2026</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Add optoion GENERIC.local include to the end of ~all GENERIC configs<br/><br/>This excludes atari, sgimips, evbmips, evbppc, evbsh3, and hpcarm<br/>all of which have somewhat specific kernel config file layouts</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.78</description>
    <pubDate>Sun Feb 12 14:50:38 UTC 2023</pubDate>
    <dc:creator>abs</dc:creator>
</item>

<item>
    <title>swwdog(4): Add to GENERIC kernels.<br/><br/>Plus a handful of others that I'm familiar with.  Lots of special-<br/>purpose kernels should probably have this too but I'm not going<br/>through all the arm, mips, and ppc evaluation board kernels to see<br/>which ones are relevant.<br/><br/>Omitted from systems I know to be very small:<br/>- sun2/GENERIC<br/>- dreamcast/GENERIC<br/>Feel free to remove it from others that need to be kept smaller.<br/><br/>Compile-tested a few of these just in case:<br/>- alpha/GENERIC<br/>- amd64/GENERIC<br/>- evbmips/OCTEON<br/>- i386/GENERIC<br/>- riscv/GENERIC<br/><br/>PR kern/29702</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.77</description>
    <pubDate>Thu Sep 29 10:10:05 UTC 2022</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>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/cesfic/conf/GENERIC - 1.76</description>
    <pubDate>Sun Aug 07 02:52:24 UTC 2022</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>vether: Add to kernel configurations<br/><br/>It's only enabled if the kernel enabled bridge AND tap.<br/>Otherwise it's commented out.</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.75</description>
    <pubDate>Sun Sep 27 13:48:50 UTC 2020</pubDate>
    <dc:creator>roy</dc:creator>
</item>

<item>
    <title>Add -fno-omit-frame-pointer to m68k kernels with DDB for backtraces.<br/>-omit-frame-pointer is enabled for -O1 and higher for GCC8 by default.</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.74</description>
    <pubDate>Mon Aug 10 06:32:58 UTC 2020</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>Remove references to BRIDGE_IPF, it is now compiled in by default.</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.73</description>
    <pubDate>Sat Aug 01 08:20:48 UTC 2020</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.<br/>On ports without a GENERIC kernel config enable in individul files, e.g evbmips.<br/>Omit on:<br/>atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,<br/>mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource<br/>constraints or port infancy.</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.72</description>
    <pubDate>Fri Apr 26 21:40:29 UTC 2019</pubDate>
    <dc:creator>sevan</dc:creator>
</item>

<item>
    <title>G/C "MAPPECOPY".  It is the deadest of wood, and never actually worked in<br/>NetBSD.</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.71</description>
    <pubDate>Thu Mar 14 16:59:09 UTC 2019</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>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/cesfic/conf/GENERIC - 1.70</description>
    <pubDate>Wed Aug 01 20:04:10 UTC 2018</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>branches:  1.69.2;  1.69.4;<br/>Alternate buffer queue strategies no longer considered experimental, update<br/>description.<br/><br/>Discussed on tech-kern<br/>http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.69</description>
    <pubDate>Tue Jan 23 14:47:54 UTC 2018</pubDate>
    <dc:creator>sevan</dc:creator>
</item>

<item>
    <title>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/cesfic/conf/GENERIC - 1.68</description>
    <pubDate>Thu Sep 14 07:58:39 UTC 2017</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.<br/>These algorithms are either broken or on their way to being broken.<br/><br/>Discussed on tech-security<br/>http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html<br/><br/>ok riastradh</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.67</description>
    <pubDate>Wed Sep 13 22:24:43 UTC 2017</pubDate>
    <dc:creator>sevan</dc:creator>
</item>

<item>
    <title>Remove TCP_COMPAT_42 from the config files. Pass 2.</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.66</description>
    <pubDate>Sat Jul 29 00:28:27 UTC 2017</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>branches:  1.65.2;  1.65.12;<br/>Remove unused extended attributes kernel options<br/><br/>As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART<br/>and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them<br/>as they have been obsolete for a long time:<br/>UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr<br/>LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART<br/>UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.65</description>
    <pubDate>Sun Nov 16 16:01:40 UTC 2014</pubDate>
    <dc:creator>manu</dc:creator>
</item>

<item>
    <title>Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels<br/><br/>This change just brings UFS1 extended attribute *support* in the kernel,<br/>extended attributes are not enabled unless three conditions are met:<br/>1) filesystem is UFS1 (newfs -O1)<br/>2) .attribute/system and .attribute/user directories are created at fs root<br/>3) filesystem is mounted with -o extattr<br/><br/>Some GENERIC kernels are obviously memory constrained, the extended<br/>attributes options were not enabled for them, but just added commented out.<br/>(kernel were considered memory constrained if QUOTA option was disabled)</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.64</description>
    <pubDate>Wed Nov 12 10:47:21 UTC 2014</pubDate>
    <dc:creator>manu</dc:creator>
</item>

<item>
    <title>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/cesfic/conf/GENERIC - 1.63</description>
    <pubDate>Sat Aug 23 20:26:57 UTC 2014</pubDate>
    <dc:creator>dholland</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/cesfic/conf/GENERIC - 1.62</description>
    <pubDate>Sat Aug 16 17:56:31 UTC 2014</pubDate>
    <dc:creator>apb</dc:creator>
</item>

<item>
    <title>branches:  1.61.2;<br/>Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.<br/><br/>Compile tests only.</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.61</description>
    <pubDate>Sat Jul 05 09:21:14 UTC 2014</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.60.4;<br/>G/C PFIL_HOOKS from the kernel configs.</title>
    <description>/src/sys/arch/cesfic/conf/GENERIC - 1.60</description>
    <pubDate>Sun Jun 30 21:38:56 UTC 2013</pubDate>
    <dc:creator>rmind</dc:creator>
</item>
</channel></rss>

