<?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 linux</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0bf6e572 - rc.d/linux: Attempt to mount only if necessary</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/rc/rc.d/linux#0bf6e572</link>
        <description>rc.d/linux: Attempt to mount only if necessaryCurrently, if the linux service is run twice, mount(8) fails with:    mount: linprocfs: Device busy    mount: linsysfs: Device busy    mount: devfs: Device busy    mount: fdescfs: Device busy    mount: tmpfs: Device busyIt is a bit more user-friendly if before running mount(8) the servicechecks if there are any file systems left to be mounted. This patchimplements this behavior.Also, while here, create mount points directories (as suggested byotis).Reviewed by:	traszApproved by:	trasz (src)Differential Revision:	https://reviews.freebsd.org/D32463(cherry picked from commit 5690261858b6bd8f7d09eda2ae74f3def2d69a01)

            List of files:
            /freebsd-13.1/libexec/rc/rc.d/linux</description>
        <pubDate>Tue, 12 Oct 2021 08:40:36 +0000</pubDate>
        <dc:creator>Mateusz Piotrowski &lt;0mp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2ffd6857 - rc: make the &apos;linux&apos; script explicitly load filesystem modules</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/rc/rc.d/linux#2ffd6857</link>
        <description>rc: make the &apos;linux&apos; script explicitly load filesystem modulesThis removes a minor annoyance with Linux jails, where you oftenwant linux_mounts_enable=&quot;NO&quot;, yet you want those filesystemsavailable for mounting in jails; normally mount(8) would resultin kernel automatically loading the KLD, but this doesn&apos;t workinside jails or chroots.PR:		242955Sponsored By:	EPSRCDifferential Revision:	https://reviews.freebsd.org/D29725(cherry picked from commit 45aec46246fe61a3f45cf7da1c80850dc226f609)

            List of files:
            /freebsd-13.1/libexec/rc/rc.d/linux</description>
        <pubDate>Wed, 21 Apr 2021 11:54:29 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>933cb282 - Fix the &apos;linux&apos; rc script on aarch64.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/rc/rc.d/linux#933cb282</link>
        <description>Fix the &apos;linux&apos; rc script on aarch64.Previously it would try to load linux.ko instead of linux64.koand fail.  While here, don&apos;t try to match &apos;linuxaout&apos;; even ifimplemented, it&apos;s the same module as `linuxelf`.Reviewed By:	emasteSponsored By:	EPSRCDifferential Revision:	https://reviews.freebsd.org/D29288(cherry picked from commit e026f4243c5a65d19a63d98f55be17e8294a1e87)

            List of files:
            /freebsd-13.1/libexec/rc/rc.d/linux</description>
        <pubDate>Tue, 16 Mar 2021 16:48:13 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5dc2e1bc - Don&apos;t check compat.linux.emul_path before loading linux(4)</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/rc/rc.d/linux#5dc2e1bc</link>
        <description>Don&apos;t check compat.linux.emul_path before loading linux(4)Fix e40787f900f to make libexec/rc/rc.d/linux retrieve the sysctlafter loading the kernel module which provides it, not before.Reported By:	jkimSponsored By:	The FreeBSD Foundation(cherry picked from commit 07cac176fba947381c8111b8e02e8067e7fa542a)

            List of files:
            /freebsd-13.1/libexec/rc/rc.d/linux</description>
        <pubDate>Mon, 08 Feb 2021 21:52:31 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b2802ed - Use compat.linux.emul_path instead of hardcoded path in /etc/rc.d/linux</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/rc/rc.d/linux#1b2802ed</link>
        <description>Use compat.linux.emul_path instead of hardcoded path in /etc/rc.d/linuxIn /etc/rc.d/linux the mounting paths of procfs, sysfs and devfsare hardcoded to &quot;/compat/linux&quot;.  Switching to the content ofcompat.linux.emul_path sysctl would allow to switch linuxulatorto different place.Submitted by:	freebsdnewbie_freenet.deSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D27807(cherry picked from commit e40787f900f3c262d5134d342e5a16757dd2193c)

            List of files:
            /freebsd-13.1/libexec/rc/rc.d/linux</description>
        <pubDate>Tue, 02 Feb 2021 14:40:38 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6ef8f9d2 - Make the linux rc script use linrdlnk by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/rc/rc.d/linux#6ef8f9d2</link>
        <description>Make the linux rc script use linrdlnk by default.This fixes Linux gettyname(3), with caveats (see PR).PR:		kern/240767MFC after:	2 weeksSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D25558

            List of files:
            /freebsd-13.1/libexec/rc/rc.d/linux</description>
        <pubDate>Sat, 04 Jul 2020 18:01:29 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5dece9b2 - Add &apos;linux_mounts_enable&apos; rc.conf(5) variable, to make it possible</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/rc/rc.d/linux#5dece9b2</link>
        <description>Add &apos;linux_mounts_enable&apos; rc.conf(5) variable, to make it possibleto disable mounting Linux-specific filesystems under /compat/linuxwhen &apos;linux_enable&apos; is set to YES.Reviewed by:	netchild, ian (earlier version)MFC after:	2 weeksSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D22320

            List of files:
            /freebsd-13.1/libexec/rc/rc.d/linux</description>
        <pubDate>Wed, 13 Nov 2019 20:27:38 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c13f19c0 - Extend the linux rc script to mount the neccessary file systems,</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/rc/rc.d/linux#c13f19c0</link>
        <description>Extend the linux rc script to mount the neccessary file systems,set ELF fallback brand, and load pty(4).Reviewed by:	emaste (earlier version)MFC after:	2 weeksSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D21874

            List of files:
            /freebsd-13.1/libexec/rc/rc.d/linux</description>
        <pubDate>Thu, 07 Nov 2019 18:15:24 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee0ee18c - Add rcvar back to the linux rc script.  Without it it was enabled</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/rc/rc.d/linux#ee0ee18c</link>
        <description>Add rcvar back to the linux rc script.  Without it it was enabledunconditionally.Reported by:	Michael Butler &lt;imb at protected-networks dot net&gt;MFC after:	2 weeksSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-13.1/libexec/rc/rc.d/linux</description>
        <pubDate>Thu, 03 Oct 2019 16:38:44 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>028af4ae - Rename etc/rc.d/abi to etc/rc.d/linux; after moving out the SysV IPC stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/libexec/rc/rc.d/linux#028af4ae</link>
        <description>Rename etc/rc.d/abi to etc/rc.d/linux; after moving out the SysV IPC stuffit&apos;s entirely linux-specific.Reviewed by:	emasteMFC after:	2 weeksSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D21830

            List of files:
            /freebsd-13.1/libexec/rc/rc.d/linux</description>
        <pubDate>Wed, 02 Oct 2019 11:40:40 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
