<?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 config</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>ffbaa453c1914846ede99d9b8499eb9b52b77e9a - bsdinstall: Stop loading cryptodev for ZFS installations</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#ffbaa453c1914846ede99d9b8499eb9b52b77e9a</link>
        <description>bsdinstall: Stop loading cryptodev for ZFS installations- zfs depends on the crypto module, not cryptodev, and most arm64 kernel  configs include std.dev, which includes &quot;device crypto&quot; anyway.- This config works around a problem with kldxref lacking cross-target  support, but that has since been fixed.- Loading cryptodev creates /dev/crypto, which gives unprivileged users  access to the kernel&apos;s opencrypto framework.  Very few applications  need it, so we&apos;re needlessly increasing the kernel&apos;s surface area.Thus, stop auto-loading cryptodev.Reviewed by:	kevans, allanjude, desDifferential Revision:	https://reviews.freebsd.org/D45127

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Wed, 08 May 2024 16:01:52 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ed054096dc24e96ee692a4e52c9ecbfee2723fd - Revert r361257: bsdinstall: do a `certctl rehash` upon installation [...]</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#9ed054096dc24e96ee692a4e52c9ecbfee2723fd</link>
        <description>Revert r361257: bsdinstall: do a `certctl rehash` upon installation [...]As of r365829, any given base distribution set will now include the /etc/sslsymlinks that this rehash would&apos;ve otherwise installed. This extra step isno longer required.MFC after:	1 weekX-MFC-With:	r365837

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Thu, 17 Sep 2020 20:35:45 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e25152834cdf3b353892835a4f3b157e066a8ed4 - MFH</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#e25152834cdf3b353892835a4f3b157e066a8ed4</link>
        <description>MFHSponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Thu, 27 Aug 2020 20:25:33 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>60403b98b907a7f80016de24e1770e323c3dcdbb - bsdinstall: Update loader.conf for new OpenZFS deps</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#60403b98b907a7f80016de24e1770e323c3dcdbb</link>
        <description>bsdinstall: Update loader.conf for new OpenZFS depszfs.ko now includes the SPL but relies on cryptodev instead.Reported by:	D Scott PhillipsSponsored by:	iXsystems, Inc.

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Tue, 25 Aug 2020 21:07:27 +0000</pubDate>
        <dc:creator>Ryan Moeller &lt;freqlabs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1840a4fa017c839d5d2b41442965f193493d0ad4 - bsdinstall: do a `certctl rehash` upon installation of configuration</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#1840a4fa017c839d5d2b41442965f193493d0ad4</link>
        <description>bsdinstall: do a `certctl rehash` upon installation of configurationIf certctl is installed on the system we&apos;re configuring, do a certctlrehash.Note that certctl may not be present if the world we&apos;ve installed was builteither WITHOUT_OPENSSL or WITHOUT_CAROOT. In this scenario, we don&apos;tcurrently see if the host has a certctl as this may be an indication thatthe system *shouldn&apos;t* have certs installed into /etc/ssl.Reviewed by:	allanjude, dteskeMFC after:	3 daysDifferential Revision:	https://reviews.freebsd.org/D24640

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Tue, 19 May 2020 15:19:39 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8b3bc70a2b2d3889f9163e5e5a24747cea6417e6 - Merge ^/head r352764 through r353315.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#8b3bc70a2b2d3889f9163e5e5a24747cea6417e6</link>
        <description>Merge ^/head r352764 through r353315.

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Tue, 08 Oct 2019 18:17:02 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e7a71e6d1b925a755feaf1114523cde1873b2059 - Add a comment explaining why the opensolaris_load line in loader.conf</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#e7a71e6d1b925a755feaf1114523cde1873b2059</link>
        <description>Add a comment explaining why the opensolaris_load line in loader.confis explicitly added.Requested by:	rgrimesMFC after:	3 daysMFC with:	r353004Sponsored by:	Rubicon Communications, LLC (Netgate)

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Wed, 02 Oct 2019 16:09:28 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8cdae52ef6d091bee9c9545af671011e5e483fb7 - Explicitly add opensolaris_load=&quot;YES&quot; to loader.conf through the</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#8cdae52ef6d091bee9c9545af671011e5e483fb7</link>
        <description>Explicitly add opensolaris_load=&quot;YES&quot; to loader.conf through theinstaller when installing the system on a ZFS root filesystem.For arm64, zfs_load=&quot;YES&quot; does not add opensolaris.ko as a klddependency, so add it explicitly to prevent boot-time failuresout-of-box.PR:		240478MFC after:	3 daysSponsored by:	Rubicon Communications, LLC (Netgate)

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Wed, 02 Oct 2019 13:30:17 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01d4e2149e5566e5d9394913dc9fb032da259e0b - MFH r338661 through r339200.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#01d4e2149e5566e5d9394913dc9fb032da259e0b</link>
        <description>MFH r338661 through r339200.Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Fri, 05 Oct 2018 17:53:47 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce44d808538c6e32a86b2d79302418d17b28a854 - Merge ^/head r338731 through r338987.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#ce44d808538c6e32a86b2d79302418d17b28a854</link>
        <description>Merge ^/head r338731 through r338987.

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Thu, 27 Sep 2018 20:00:07 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>33a5ef35871ac9c19afafc9dfe4cf5901236e618 - Fix variable name typo in the bsdinstall ttys hardening code.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#33a5ef35871ac9c19afafc9dfe4cf5901236e618</link>
        <description>Fix variable name typo in the bsdinstall ttys hardening code.Submitted by:	J&#246;rg Pernfu&#223; &lt;code.jpe@gmail.com&gt;Reviewed by:	allanjude, dab, emasteApproved by:	re (gjb)Differential Revision:	https://reviews.freebsd.org/D12476

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Thu, 20 Sep 2018 16:37:50 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ffbaa453c1914846ede99d9b8499eb9b52b77e9a - bsdinstall: Stop loading cryptodev for ZFS installations</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#ffbaa453c1914846ede99d9b8499eb9b52b77e9a</link>
        <description>bsdinstall: Stop loading cryptodev for ZFS installations- zfs depends on the crypto module, not cryptodev, and most arm64 kernel  configs include std.dev, which includes &quot;device crypto&quot; anyway.- This config works around a problem with kldxref lacking cross-target  support, but that has since been fixed.- Loading cryptodev creates /dev/crypto, which gives unprivileged users  access to the kernel&apos;s opencrypto framework.  Very few applications  need it, so we&apos;re needlessly increasing the kernel&apos;s surface area.Thus, stop auto-loading cryptodev.Reviewed by:	kevans, allanjude, desDifferential Revision:	https://reviews.freebsd.org/D45127

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Wed, 08 May 2024 16:01:52 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ed054096dc24e96ee692a4e52c9ecbfee2723fd - Revert r361257: bsdinstall: do a `certctl rehash` upon installation [...]</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#9ed054096dc24e96ee692a4e52c9ecbfee2723fd</link>
        <description>Revert r361257: bsdinstall: do a `certctl rehash` upon installation [...]As of r365829, any given base distribution set will now include the /etc/sslsymlinks that this rehash would&apos;ve otherwise installed. This extra step isno longer required.MFC after:	1 weekX-MFC-With:	r365837

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Thu, 17 Sep 2020 20:35:45 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e25152834cdf3b353892835a4f3b157e066a8ed4 - MFH</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#e25152834cdf3b353892835a4f3b157e066a8ed4</link>
        <description>MFHSponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Thu, 27 Aug 2020 20:25:33 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>60403b98b907a7f80016de24e1770e323c3dcdbb - bsdinstall: Update loader.conf for new OpenZFS deps</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#60403b98b907a7f80016de24e1770e323c3dcdbb</link>
        <description>bsdinstall: Update loader.conf for new OpenZFS depszfs.ko now includes the SPL but relies on cryptodev instead.Reported by:	D Scott PhillipsSponsored by:	iXsystems, Inc.

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Tue, 25 Aug 2020 21:07:27 +0000</pubDate>
        <dc:creator>Ryan Moeller &lt;freqlabs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1840a4fa017c839d5d2b41442965f193493d0ad4 - bsdinstall: do a `certctl rehash` upon installation of configuration</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#1840a4fa017c839d5d2b41442965f193493d0ad4</link>
        <description>bsdinstall: do a `certctl rehash` upon installation of configurationIf certctl is installed on the system we&apos;re configuring, do a certctlrehash.Note that certctl may not be present if the world we&apos;ve installed was builteither WITHOUT_OPENSSL or WITHOUT_CAROOT. In this scenario, we don&apos;tcurrently see if the host has a certctl as this may be an indication thatthe system *shouldn&apos;t* have certs installed into /etc/ssl.Reviewed by:	allanjude, dteskeMFC after:	3 daysDifferential Revision:	https://reviews.freebsd.org/D24640

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Tue, 19 May 2020 15:19:39 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8b3bc70a2b2d3889f9163e5e5a24747cea6417e6 - Merge ^/head r352764 through r353315.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#8b3bc70a2b2d3889f9163e5e5a24747cea6417e6</link>
        <description>Merge ^/head r352764 through r353315.

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Tue, 08 Oct 2019 18:17:02 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e7a71e6d1b925a755feaf1114523cde1873b2059 - Add a comment explaining why the opensolaris_load line in loader.conf</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/config#e7a71e6d1b925a755feaf1114523cde1873b2059</link>
        <description>Add a comment explaining why the opensolaris_load line in loader.confis explicitly added.Requested by:	rgrimesMFC after:	3 daysMFC with:	r353004Sponsored by:	Rubicon Communications, LLC (Netgate)

            List of files:
            /src/usr.sbin/bsdinstall/scripts/config</description>
        <pubDate>Wed, 02 Oct 2019 16:09:28 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
