<?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 gptboot</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>f99f0ee14e3af81c23150a6a340259ca8a33d01a - rc.d: add a service jails config to all base system services</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/gptboot#f99f0ee14e3af81c23150a6a340259ca8a33d01a</link>
        <description>rc.d: add a service jails config to all base system servicesThis gives more permissions to services (e.g. network access toservices which require this) when they are started as an automaticservice jail.The sshd patch is important for the sshd-related functionality asdescribed in the man-page in the service jails part.The location of the added env vars is supposed to allow overriding themin rc.conf, and to hard-disable the use of svcj for some parts where itdoesn&apos;t make sense or will not work.Only a subset of all of the services are fully tested (I&apos;m running thissince more than a year with various services started as service jails).The untested parts should be most of the time ok, in some edge-casesmore permissions are needed inside the service jail.Differential Revision:	https://reviews.freebsd.org/D40371

            List of files:
            /src/libexec/rc/rc.d/gptboot</description>
        <pubDate>Wed, 22 May 2024 13:31:47 +0000</pubDate>
        <dc:creator>Alexander Leidinger &lt;netchild@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/gptboot#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/libexec/rc/rc.d/gptboot</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>0696600c41600d80bcd993bfd8e675d0ae6951fe - Move the rc framework out of sbin/init into libexec/rc.</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/gptboot#0696600c41600d80bcd993bfd8e675d0ae6951fe</link>
        <description>Move the rc framework out of sbin/init into libexec/rc.The reasons for this are forward looking to pkgbase: * /sbin/init is a special binary; try not to replace it with   every package update because an rc script was touched.   (a follow-up commit will make init its own package) * having rc in its own place will allow more easy replacement   of the rc framework with alternatives, such as openrc.Discussed with:		brd (during BSDCam), kmooreRequested by:		cem, bzPR:			231522Approved by:		re (gjb)

            List of files:
            /src/libexec/rc/rc.d/gptboot</description>
        <pubDate>Wed, 17 Oct 2018 16:49:11 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1135e97b7c2c3b60fda9a6f2f4a24a8336b1024c - Move rc startup scripts from etc/ to sbin/init/</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/gptboot#1135e97b7c2c3b60fda9a6f2f4a24a8336b1024c</link>
        <description>Move rc startup scripts from etc/ to sbin/init/This keeps most startup scripts as CONFS per discussion on src-committers fromback during BSDCan.Approved by:	will (mentor)Differential Revision:	https://reviews.freebsd.org/D16466

            List of files:
            /src/libexec/rc/rc.d/gptboot</description>
        <pubDate>Sat, 28 Jul 2018 20:36:23 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>801c4383045d116b4db2e30682d22a0f0378c581 - Prepare for the removal of set_rcvar() by changing the rcvar=</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/gptboot#801c4383045d116b4db2e30682d22a0f0378c581</link>
        <description>Prepare for the removal of set_rcvar() by changing the rcvar=assignments to the literal values it would have returned.The concept of set_rcvar() was nice in theory, but the forksit creates are a drag on the startup process, which is especiallynoticeable on slower systems, such as embedded ones.During the discussion on freebsd-rc@ a preference was expressed forusing ${name}_enable instead of the literal values. However thecode portability concept doesn&apos;t really apply since there are somany other places where the literal name has to be searched forand replaced. Also, using the literal value is also a tiny bitfaster than dereferencing the variables, and every little bit helps.

            List of files:
            /src/libexec/rc/rc.d/gptboot</description>
        <pubDate>Sat, 14 Jan 2012 02:18:41 +0000</pubDate>
        <dc:creator>Doug Barton &lt;dougb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24b7ca3412c54e881e91a32cf1fbba733eb7855f - Add gptboot_enable rc variable, which allows to turn gptboot reporting off in</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/gptboot#24b7ca3412c54e881e91a32cf1fbba733eb7855f</link>
        <description>Add gptboot_enable rc variable, which allows to turn gptboot reporting off incase user wants to implement his own actions and doesn&apos;t want the attributes tovanish.Obtained from:	Wheel Systems Sp. z o.o. http://www.wheelsystems.comMFC after:	3 days

            List of files:
            /src/libexec/rc/rc.d/gptboot</description>
        <pubDate>Wed, 24 Nov 2010 15:25:17 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>867b3ba46a598f316fccd5c2edff8bda1e84a943 - Add gptboot script that is responsible for:</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/gptboot#867b3ba46a598f316fccd5c2edff8bda1e84a943</link>
        <description>Add gptboot script that is responsible for:- looking for partition with &apos;bootonce&apos; attribute alone (without &apos;bootme&apos;  attribute), removing it and logging that we successfully booted from this  partition.- looking for partitions with &apos;bootfailed&apos; attribute, removing it and  logging that we failed to boot from this partition.Reviewed by:	arch (Message-ID: &lt;20100917234542.GE1902@garage.freebsd.pl&gt;)Obtained from:	Wheel Systems Sp. z o.o. http://www.wheelsystems.comMFC after:	2 weeks

            List of files:
            /src/libexec/rc/rc.d/gptboot</description>
        <pubDate>Fri, 24 Sep 2010 19:53:55 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
