<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e97ad33a89a78f55280b0485b3249ee9b907a718 - Add an implementation of the 9P filesystem</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#e97ad33a89a78f55280b0485b3249ee9b907a718</link>
        <description>Add an implementation of the 9P filesystemThis is derived from swills@ fork of the Juniper virtfs with manychanges by me including bug fixes, style improvements, clearer layeringand more consistent logging. The filesystem is renamed to p9fs to betterreflect its function and to prevent possible future confusion withvirtio-fs.Several updates and fixes from Juniper have been integrated into thisversion by Val Packett and these contributions along with the originalJuniper authors are credited below.To use this with bhyve, add &apos;virtio_p9fs_load=YES&apos; to loader.conf. Thebhyve virtio-9p device allows access from the guest to files on the hostby mapping a &apos;sharename&apos; to a host path. It is possible to use p9fs as aroot filesystem by adding this to /boot/loader.conf:	vfs.root.mountfrom=&quot;p9fs:sharename&quot;for non-root filesystems add something like this to /etc/fstab:	sharename /mnt p9fs rw 0 0In both examples, substitute the share name used on the bhyve commandline.The 9P filesystem protocol relies on stateful file opens which mapprotocol-level FIDs to host file descriptors. The FreeBSD vnodeinterface doesn&apos;t really support this and we use heuristics to guess theright FID to use for file operations.  This can be confused by privilegelowering and does not guarantee that the FID created for a given fileopen is always used for file operations, even if the calling process isusing the file descriptor from the original open call. Improving thiswould involve changes to the vnode interface which is out-of-scope forthis import.Differential Revision: https://reviews.freebsd.org/D41844Reviewed by: kib, emaste, dchMFC after: 3 monthsCo-authored-by: Val Packett &lt;val@packett.cool&gt;Co-authored-by: Ka Ho Ng &lt;kahon@juniper.net&gt;Co-authored-by: joyu &lt;joyul@juniper.net&gt;Co-authored-by: Kumara Babu Narayanaswamy &lt;bkumara@juniper.net&gt;

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Tue, 06 Dec 2022 14:07:46 +0100</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Wed, 19 Nov 2014 02:07:58 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c9ef378541ddaf6c7606a454ba992c610c09dd0 - Sync to HEAD@r274095.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#5c9ef378541ddaf6c7606a454ba992c610c09dd0</link>
        <description>Sync to HEAD@r274095.

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Tue, 04 Nov 2014 19:22:33 +0100</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f744ddee48ef123f55831ab9980770bbd667fa1 - Add VirtIO console driver</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#6f744ddee48ef123f55831ab9980770bbd667fa1</link>
        <description>Add VirtIO console driverSupport for the multiport feature is mostly implemented, but currentlydisabled due to some potential races in the hot plug code paths.Requested by:	marcelMFC after:	1 monthRelnotes:	yes

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Thu, 23 Oct 2014 06:47:32 +0200</pubDate>
        <dc:creator>Bryan Venteicher &lt;bryanv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Tue, 03 Jun 2014 04:34:21 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b8f08459569bf0faa21473e5cec2491e95c9349 - Merge head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#3b8f08459569bf0faa21473e5cec2491e95c9349</link>
        <description>Merge head

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Mon, 28 Apr 2014 09:50:45 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7 - IFC @264767</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7</link>
        <description>IFC @264767

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Wed, 23 Apr 2014 23:52:43 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5748b897da441d1f10e1fe0c39155ea33d6d383a - Merge head up to r262222 (last merge was incomplete).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#5748b897da441d1f10e1fe0c39155ea33d6d383a</link>
        <description>Merge head up to r262222 (last merge was incomplete).

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Wed, 19 Feb 2014 23:02:15 +0100</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>945a2095f6c9abce445127bfde3e4faf87c6c0de - MFH@260917.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#945a2095f6c9abce445127bfde3e4faf87c6c0de</link>
        <description>MFH@260917.

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Mon, 20 Jan 2014 20:38:44 +0100</pubDate>
        <dc:creator>Kai Wang &lt;kaiw@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4f18ae673cac6a0ab9b9421aa63652cc0a0e1ce8 - MFH: Tracking commit (r260891)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#4f18ae673cac6a0ab9b9421aa63652cc0a0e1ce8</link>
        <description>MFH: Tracking commit (r260891)Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Sun, 19 Jan 2014 20:58:44 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10c401805724439cf6002a20b5da029c62fa90bb - Add very simple virtio_random(4) driver to harvest entropy from host</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#10c401805724439cf6002a20b5da029c62fa90bb</link>
        <description>Add very simple virtio_random(4) driver to harvest entropy from hostReviewed by:	markm (random bits only)

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Sat, 18 Jan 2014 07:14:38 +0100</pubDate>
        <dc:creator>Bryan Venteicher &lt;bryanv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfe30d02adda7c3b5c76156ac52d50d8cab325d9 - Merge fresh head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#cfe30d02adda7c3b5c76156ac52d50d8cab325d9</link>
        <description>Merge fresh head.

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Wed, 19 Jun 2013 13:36:13 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>300675f6fc464ea902932e6ee4aa2ac98e3f3c34 - MFC</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#300675f6fc464ea902932e6ee4aa2ac98e3f3c34</link>
        <description>MFC

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Tue, 27 Nov 2012 21:22:36 +0100</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a10c6f5544ccbab911d786d4b50d50cabd6bb5ab - IFC @ r242684</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#a10c6f5544ccbab911d786d4b50d50cabd6bb5ab</link>
        <description>IFC @ r242684

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Sun, 11 Nov 2012 04:26:14 +0100</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23090366f729c56cab62de74c7a51792357e98a9 - Sync from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#23090366f729c56cab62de74c7a51792357e98a9</link>
        <description>Sync from head

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Sun, 04 Nov 2012 03:52:03 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f001371c32f39c7e96253c56c30810b9840e4ca - Virtio SCSI driver</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#2f001371c32f39c7e96253c56c30810b9840e4ca</link>
        <description>Virtio SCSI driverSubmitted by:	Bryan Venteicher  bryanv at daemoninthecloset dot orgReviewed by:	grehan

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Fri, 12 Oct 2012 01:41:18 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8fa0b743820f61c661ba5f3ea0e3be0dc137910e - IFC @230489 (pending review).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#8fa0b743820f61c661ba5f3ea0e3be0dc137910e</link>
        <description>IFC @230489 (pending review).

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Mon, 23 Jan 2012 20:46:36 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ee1a36e2ef343e0af2cf0389c268695aba14eac - IFC @ r227804</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/virtio/Makefile#3ee1a36e2ef343e0af2cf0389c268695aba14eac</link>
        <description>IFC @ r227804Pull in the virtio drivers from head.

            List of files:
            /freebsd/sys/modules/virtio/Makefile</description>
        <pubDate>Tue, 22 Nov 2011 03:27:59 +0100</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
