<?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 raidframe</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>bd7c53a85d0d16ca2bf177ef51bd0cac927e631a - Make this better ...   Allow config file for raidN to be found</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/raidframe#bd7c53a85d0d16ca2bf177ef51bd0cac927e631a</link>
        <description>Make this better ...   Allow config file for raidN to be foundin /etc/conf/raid/raidN (as well as in /etc/raidN.conf) (lessclutter in /etc).Allow config files to exist for raids that are autoconfigured (justskip anything autoconfigured) - this allows a (simplistic) recoverymechanism if autoconf fails, and makes it simpler to enable/disableautoconf at will, while keeping the raid working.While here, add sh quoting where it is needed, and remove it fromwhere it is pointless.

            List of files:
            /netbsd-src/etc/rc.d/raidframe</description>
        <pubDate>Thu, 21 Jul 2022 07:49:36 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c413ec6508e1c80ddb61bd7133c15e767589759e - Reverse devpubd dependeny to avoid dangling reference to zfs which is</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/raidframe#c413ec6508e1c80ddb61bd7133c15e767589759e</link>
        <description>Reverse devpubd dependeny to avoid dangling reference to zfs which isan optional part of the build.

            List of files:
            /netbsd-src/etc/rc.d/raidframe</description>
        <pubDate>Tue, 03 Aug 2021 05:15:20 +0000</pubDate>
        <dc:creator>mlelstv &lt;mlelstv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e7f29a338635e745b7db700c1afe1f9284831400 - Split fsck during boot into two phases. Check the root file system</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/raidframe#e7f29a338635e745b7db700c1afe1f9284831400</link>
        <description>Split fsck during boot into two phases. Check the root file systemfirst, mount root and run the various disk providers. Add swap andcheck the remaining file systems after that.This breaks the dependency cycle for lvm, which needs writeable /dev.Depend on rndctl in cgd.

            List of files:
            /netbsd-src/etc/rc.d/raidframe</description>
        <pubDate>Tue, 21 Apr 2009 16:08:57 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d2e1537c589a0cc74bed5032035a0cf71b6c2c3 - Add an _rc_subr_loaded variable, set to &quot;:&quot; by rc.subr.  Scripts can use this</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/raidframe#7d2e1537c589a0cc74bed5032035a0cf71b6c2c3</link>
        <description>Add an _rc_subr_loaded variable, set to &quot;:&quot; by rc.subr.  Scripts can use thisfor a speedup by doing:$_rc_subr_loaded . /etc/rc.subr

            List of files:
            /netbsd-src/etc/rc.d/raidframe</description>
        <pubDate>Fri, 13 Aug 2004 18:08:03 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea949da1c7461babd39c934c9bbc7a18a8d53ece - Add a knob to turn off automatic configuration (via rc.d) of</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/raidframe#ea949da1c7461babd39c934c9bbc7a18a8d53ece</link>
        <description>Add a knob to turn off automatic configuration (via rc.d) ofnon-auto-configured (via kernel) raid devices. oster says ok.

            List of files:
            /netbsd-src/etc/rc.d/raidframe</description>
        <pubDate>Wed, 10 Sep 2003 14:50:19 +0000</pubDate>
        <dc:creator>wiz &lt;wiz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df86ef5a9f0adb9a5615808d2a1a2f165700fea5 - Split raidframe parity checking/rebuild out into raidframeparity, which is</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/raidframe#df86ef5a9f0adb9a5615808d2a1a2f165700fea5</link>
        <description>Split raidframe parity checking/rebuild out into raidframeparity, which iscalled after quota so we don&apos;t end up with fsck and raidframe parity rebuildtaking forever after a crash/reboot.While we are here check for raid[0-9].conf &amp; raid[1-9][0-9].conf not			    raid[0-9].conf &amp; raid[0-9][0-9].conf

            List of files:
            /netbsd-src/etc/rc.d/raidframe</description>
        <pubDate>Tue, 03 Sep 2002 15:35:51 +0000</pubDate>
        <dc:creator>abs &lt;abs@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c5c021900239f2d26cd545537b57d2cd79910c0 - use the recently added hw.disknames value from sysctl(8) to determine</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/raidframe#6c5c021900239f2d26cd545537b57d2cd79910c0</link>
        <description>use the recently added hw.disknames value from sysctl(8) to determinethe list of currently configured disk devices, and start raid parityrebuilds on devices which match &quot;raid[0-9]*&quot;

            List of files:
            /netbsd-src/etc/rc.d/raidframe</description>
        <pubDate>Sun, 27 Jan 2002 14:16:33 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84fed31e23f2ba157b26bcc13bd2fa449bc076d8 - start all raid[0-9].conf and raid[0-9][0-9].conf, not just raid[0-3].conf.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/raidframe#84fed31e23f2ba157b26bcc13bd2fa449bc076d8</link>
        <description>start all raid[0-9].conf and raid[0-9][0-9].conf, not just raid[0-3].conf.do in order, so that raidN.conf is started before raidNN.conf.

            List of files:
            /netbsd-src/etc/rc.d/raidframe</description>
        <pubDate>Fri, 17 Nov 2000 05:43:46 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c318b5d41ef957609a6710c67098bb94b63ba84 - At boot, initiate parity/mirror reconstruction as required.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/raidframe#4c318b5d41ef957609a6710c67098bb94b63ba84</link>
        <description>At boot, initiate parity/mirror reconstruction as required.This operation is backgrounded, and sequentially ordered.

            List of files:
            /netbsd-src/etc/rc.d/raidframe</description>
        <pubDate>Tue, 16 May 2000 16:54:33 +0000</pubDate>
        <dc:creator>oster &lt;oster@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c1b0ec2075653d394a66a1c98d05774f356ecf8 - Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/raidframe#5c1b0ec2075653d394a66a1c98d05774f356ecf8</link>
        <description>Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.This allows us or a user to change the configuration file method inone place - rc.subr - without having to edit all of the rc.d/* files.

            List of files:
            /netbsd-src/etc/rc.d/raidframe</description>
        <pubDate>Sat, 13 May 2000 08:45:06 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0316517d36a6fefe8b3a3a5b33120ec7f76130ef - Make ccd and raidframe provide `disks&apos;, and make swap1 and fsck</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/raidframe#0316517d36a6fefe8b3a3a5b33120ec7f76130ef</link>
        <description>Make ccd and raidframe provide `disks&apos;, and make swap1 and fsckdepend on `disks&apos;, rather than `ccd&apos; and `raidframe&apos;.

            List of files:
            /netbsd-src/etc/rc.d/raidframe</description>
        <pubDate>Wed, 26 Apr 2000 05:13:51 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c53094a73808cc29a489856e2ac3db07eaf392f0 - rc.d scripts derived from /etc/rc</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/raidframe#c53094a73808cc29a489856e2ac3db07eaf392f0</link>
        <description>rc.d scripts derived from /etc/rc

            List of files:
            /netbsd-src/etc/rc.d/raidframe</description>
        <pubDate>Fri, 10 Mar 2000 11:53:23 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
