<?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 rc</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>91e742ee26a34e5e7e22906f2e8c5f74008d5f57 - rc: Use the correct path to sshd-auth&apos;s relink kit</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#91e742ee26a34e5e7e22906f2e8c5f74008d5f57</link>
        <description>rc: Use the correct path to sshd-auth&apos;s relink kitFrom Josiah Frentsos &lt;jfrent AT tilde.team&gt;OK tb

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Tue, 22 Oct 2024 22:23:21 +0000</pubDate>
        <dc:creator>lucas &lt;lucas@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>115810f983330eac71dba2a8ccca2e0418e6429b - sshd-auth also has a relink kit</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#115810f983330eac71dba2a8ccca2e0418e6429b</link>
        <description>sshd-auth also has a relink kit

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Mon, 14 Oct 2024 02:46:50 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>060ceba53581e2d581b0cb3c38fc181f242496ee - etc bits for dhcp6leased</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#060ceba53581e2d581b0cb3c38fc181f242496ee</link>
        <description>etc bits for dhcp6leasedlooks correct to deraadt

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Mon, 03 Jun 2024 10:06:35 +0000</pubDate>
        <dc:creator>florian &lt;florian@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>821b7f42cc7013bda58d6b510f6189f03e7aa50c - run the sshd-session link kit also</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#821b7f42cc7013bda58d6b510f6189f03e7aa50c</link>
        <description>run the sshd-session link kit also

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Fri, 17 May 2024 00:33:43 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>39a115093548dff66410553f315a4ebc3568b8e1 - also relink ssh-agent</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#39a115093548dff66410553f315a4ebc3568b8e1</link>
        <description>also relink ssh-agent

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Tue, 02 Apr 2024 08:21:04 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>36cf69b33bdf594bfbeeaf101a0c2e8868eefdc0 - program relinking currently uses a Makefile.relink inside the re-link kit.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#36cf69b33bdf594bfbeeaf101a0c2e8868eefdc0</link>
        <description>program relinking currently uses a Makefile.relink inside the re-link kit.For sshd (the only relinked program at the moment), this file is createdin an extremely nasty way.  It&apos;ll be better if we have a proper cleaninstall.sh script, which I&apos;ve built for sshd.  But let&apos;s first commit thechange to /etc/rc which will handle that in the near future.ok djm

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Sat, 30 Mar 2024 07:35:01 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b6013e365a1567cd23c951859a49d905eaa256db - show fingerprint of freshly generated ssh host key on first boot</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#b6013e365a1567cd23c951859a49d905eaa256db</link>
        <description>show fingerprint of freshly generated ssh host key on first bootPrint to the console the fingerprint of a newly generated ssh hostkey of the preferred type (currently ED25519), typically when bootingfor the first time.  This simplifies a secure first ssh connection toa freshly installed machine.ok deraadt@ kn@, and various for earlier iterations

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Sun, 01 Oct 2023 20:15:23 +0000</pubDate>
        <dc:creator>naddy &lt;naddy@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>6fcd0d88b68750375b1ca3b7ae4a3177d514b49f - During boot we have a protective and restrictive pf ruleset during the time</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#6fcd0d88b68750375b1ca3b7ae4a3177d514b49f</link>
        <description>During boot we have a protective and restrictive pf ruleset during the timewe are running netstart, and then load the pf.conf ruleset after all of theinterfaces are loaded.Allow in and out IPv6 neighbor advertisement traffic without state duringthat time.suggestions/OK from saschan@OK sthen@ kn@ florian@ deraadt@

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Wed, 26 Apr 2023 14:28:09 +0000</pubDate>
        <dc:creator>phessler &lt;phessler@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>e0c2589810855b60324b21c9d6dccc87b2bc7717 - Delete TAB only line.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#e0c2589810855b60324b21c9d6dccc87b2bc7717</link>
        <description>Delete TAB only line.

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Wed, 25 Jan 2023 10:53:15 +0000</pubDate>
        <dc:creator>asou &lt;asou@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>036e2a9299dedccb2bdcf9902bd9d4fce5f19016 - process the sshd random-relink kit if it is found.  sshd&apos;s text segment</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#036e2a9299dedccb2bdcf9902bd9d4fce5f19016</link>
        <description>process the sshd random-relink kit if it is found.  sshd&apos;s text segmentis now garbled, and in the future xonly univirse you&apos;ll have poor successdownloading it or libc to know where gadgets are.ok djm

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Wed, 18 Jan 2023 20:44:40 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>0b442041eb1015b9d7d6e58316ee7d54d6996582 - Make wait_reorder_libs() honour library_aslr=NO</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#0b442041eb1015b9d7d6e58316ee7d54d6996582</link>
        <description>Make wait_reorder_libs() honour library_aslr=NOOtherwise it will unconditionally print an empty line in case relinkingis disabled.Reported by kettenisFeedback OK tbOK florian

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Wed, 28 Dec 2022 09:53:33 +0000</pubDate>
        <dc:creator>kn &lt;kn@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>ee5ad0ad9eac94e986f00a37c4208e6a3f70047f - add newline missed in previous</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#ee5ad0ad9eac94e986f00a37c4208e6a3f70047f</link>
        <description>add newline missed in previous

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Mon, 26 Dec 2022 20:24:43 +0000</pubDate>
        <dc:creator>kn &lt;kn@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>5ea7b46218d5f015b67f6f87a7cd4f7c71fa7588 - Re-order libraries in parallel to netstart.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#5ea7b46218d5f015b67f6f87a7cd4f7c71fa7588</link>
        <description>Re-order libraries in parallel to netstart.While netstart is busy setting up the network and waiting for adefault route we can already start with reordering libraries sincethis does not depend on running network, speeding things up.Idea &amp; input deraadtInput &amp; OK kn

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Mon, 26 Dec 2022 18:57:50 +0000</pubDate>
        <dc:creator>florian &lt;florian@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>76a9e5e67c0f3a521d11311df4d2594acddb6dc4 - rc(8): reorder_libs: print names of relinked libraries</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#76a9e5e67c0f3a521d11311df4d2594acddb6dc4</link>
        <description>rc(8): reorder_libs: print names of relinked librariesWhen booting from slow media, the boot can appear to stall at the&quot;reordering libs&quot; line for quite some time.  For my example, my G4PowerMac booting from USB 1.1 takes a full minute to reorder thelibraries.Let&apos;s print the name of each library before it is relinked.  Thisgives the operator a better sense of what the machine is doing.  Inparticular, it signals to the operator that the machine did not hang.With input from kn@, deraadt@.  Positive feedback from sthen@.Link: https://marc.info/?l=openbsd-tech&amp;m=165914104421476&amp;w=2ok kn@

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Mon, 28 Nov 2022 14:56:31 +0000</pubDate>
        <dc:creator>cheloha &lt;cheloha@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>eb550c80236b0da6e162711ac8cbb7db09d979d1 - mount /usr earlier, to satisfy dynamically-linked daemons in /sbin better</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#eb550c80236b0da6e162711ac8cbb7db09d979d1</link>
        <description>mount /usr earlier, to satisfy dynamically-linked daemons in /sbin better(there will be more soon)

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Mon, 29 Aug 2022 11:51:05 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>423d4fbe360a28df12789349bb8096d1e87f9c23 - Only attempt to set the yp domainname if not yet set; gets rid of an error</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#423d4fbe360a28df12789349bb8096d1e87f9c23</link>
        <description>Only attempt to set the yp domainname if not yet set; gets rid of an errormessage at shutdown.tweaks &amp; ok deraadt@

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Thu, 28 Jul 2022 16:06:04 +0000</pubDate>
        <dc:creator>miod &lt;miod@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>6cc61e209770045cd513b092237ba58f10c629c6 - Place ypldap with ypserv, inside the $domainname check, since it also</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#6cc61e209770045cd513b092237ba58f10c629c6</link>
        <description>Place ypldap with ypserv, inside the $domainname check, since it alsohas the same requirement.

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Wed, 27 Jul 2022 23:06:50 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>1b66252f4d1a13669de58136b6a367d18ea50631 - /var/run/ypbind.lock doesn&apos;t need to be forcefully removed</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#1b66252f4d1a13669de58136b6a367d18ea50631</link>
        <description>/var/run/ypbind.lock doesn&apos;t need to be forcefully removedok aja

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Sun, 17 Jul 2022 03:17:37 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>063d4903e56605f414f7bfca2fa416e50f2bf469 - Generate P-256 ECDH keys for iked instead of reusing 2048 bit RSA keys</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#063d4903e56605f414f7bfca2fa416e50f2bf469</link>
        <description>Generate P-256 ECDH keys for iked instead of reusing 2048 bit RSA keysfrom isakmpd.ok bluhm@

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Mon, 11 Jul 2022 18:19:47 +0000</pubDate>
        <dc:creator>tobhe &lt;tobhe@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>c2691defefcddbc45bf71cb193b9fd16242d0a9e - Hook up bgplgd. Uses _bgplgd user with id 71:71 add a rc.d script and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/etc/rc#c2691defefcddbc45bf71cb193b9fd16242d0a9e</link>
        <description>Hook up bgplgd. Uses _bgplgd user with id 71:71 add a rc.d script andall the other rc plumbing.OK deraadt@

            List of files:
            /openbsd-src/etc/rc</description>
        <pubDate>Tue, 28 Jun 2022 18:46:00 +0000</pubDate>
        <dc:creator>claudio &lt;claudio@openbsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
