<?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 files_vboxdrv</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>Assorted fixes for FreeBSD hosts, VBox compiles and runs again without further patches (tested on 10.1 amd64 )</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 5979821e2c16d1fcec5b9a3ef64e13246fc9a93a</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>HostDrivers/Support: fix the Linux modules</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - b3b6e2e7ee4482a4818dbed60d9795fd80baed33</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>SUPDrv.c -&gt; SUPDrv.cpp; SUPDrvSem.c -&gt; SUPDrvSem.cpp</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 34281ca49352399191a51f929cc00801b370ee74</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>SUPDrv: Split out the GIP related code into SUPDrvGip.cpp.</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 9888fffcfbe2d41dce14a1249b12cb88cc9b149f</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>SUP,IPRT: Started as a build fix ended up as a cleanup (mostly untested as I'm windows). We'll keep SUP_IOCTL_TSC_READ for the purpose of dealing with the i64TSCDelta == INT64_MAX in SUPReadTsc/SUPReadTscWithDelta.  Moved the excessive inline code from sup.h to SUPLibAll.cpp (new file) and SUPDrv.c (apply delta).  Don't bother too much about trying to share code between SUPLibAll.cpp and SUPDrv.c/++ as the SUPReadTsc[WithDelta] scenario does not care about knowing when things goes bad, it just needs a TSC that is as good as we can get.  The SUPDrv.c code on the other hand probably needs other kind of status codes, assertions and whatnot to be better off with its own version of the code.  Remove the now unused assembly macro for applying the delta - the way the delta is applied will not change, period, so better just document it instead.</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 86a00a5efe7fdc9725f2076050b996e205259cd6</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>HostDrivers/support: freebsd fix.</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 767f938b50ead294d8d6a020b915e079737ee6f8</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>IPRT: Kernel thread-context hooks, linux implementation. Extended tstR0ThreadPreemption testcase to test the thread-context hooks.</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 1d42c7799e7c35c5b36a2494cde9a47e5651cead</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>VMM: HM cleanup</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 666f45fc17e2735f9abe111f0df0159e3eda2043</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>FreeBSD: Fix debug build of kernel module (thanks to Bernhard Froehlich)</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 9d869ecad3ee96dd3f059f34a8f285fc3d361ab8</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>FreeBSD: Fix building the kernel module</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 7eaf45ffccb9b2c2845da8b78f8dca01aa49382b</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>SUPDrv: tracing infastructure coding...</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 870c45cce975c26ed5f57b2f9b22acd88614681b</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>Moved VBox/x86.h/mac to iprt/x86.h/mac.</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 2d97f8baccdd684bc0a8a15eb86bbe9ff2b85374</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, h_error/WSAGetLastError and GetLastError accross assertions.</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - ab455939477d81b7bb500586f88029d3a3c0b34c</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>Fix FreeBSD host drivers</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 76326dd9df821e926bfda3ca9193f7736b42f6fd</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>log rotation review and adjustments: Don't delete any excess files if log roation is disabled - we don't know what these files might be. Moved RTLOGGERFILE into log.c.  Keep RTLogCreate simple, anyone needing rotation can use RTLogCreateEx[V]. Made RTLogGetDestinations produce the log rotation bits.</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - e66c95fa9950a4d9c567db63a4a495bf086cc4bf</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>GIP,++: Lots of CPUs (disabled).</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - cd7a8c034836a94a0c4f0adf9764f9ed661cdd01</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>IPRT,Drivers: Committed a modified version of the diff_linux_guest_host patch. This mangles the IPRT symbols in kernel space on linux and later other platforms.</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 715e49c31b15c23c17a9ce3be42a75e7c48d4b78</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>VMM reorg: Moving the public include files from include/VBox to include/VBox/vmm.</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 43747b1f0bc8302a238fb35e55857a5e9aa1933d</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>FreeBSD: Implement RTSemEvent{|Multi}WaitEx</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 9837b5326a44772e824a15f2d5d937ddfd627d54</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

    <item>
        <title>FreeBSD: build fixes (thanks to Bernhard Froehlich)</title>
        <description>/vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv - 783c5efe04be621d9edbe07f2a41ea9a9a35cdce</description>
        <pubDate></pubDate>
        <dc:creator>vboxsync</dc:creator>
    </item>

</channel>
</rss>

