From 2a547baa1bcd9985be840b08a7804396f7d13cbb Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 15 Mar 2010 20:54:35 +0000 Subject: Presenting VirtualBox 3.1.4 for FreeBSD Changelog from VirtualBox is available here: http://www.virtualbox.org/wiki/Changelog Changes in the port: - VirtualBox and Guest Additions iso updated to 3.1.4 - Add UNIQUENAME to fix options file clashes between the virtualbox ports [0] - Fixed vtophys problems on CURRENT and STABLE kernes newer than January 23th [1] - Fixed page double wiring issue in rtR0MemObjNativeAllocPage [2] PR: ports/143361 [0] Submitted by: Martin Birgmeier [0] Alexander Eichner [1] Thanks To: All testers on emulation@ and current@ [1] Giovanni Trematerra [1] Ian Freislich [1] Reported by: Alan Cox [2] --- ...atch-src-VBox-Runtime-r0drv-freebsd-the-freebsd-kernel.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 emulators/virtualbox-ose-kmod-legacy/files/patch-src-VBox-Runtime-r0drv-freebsd-the-freebsd-kernel.h (limited to 'emulators/virtualbox-ose-kmod-legacy/files/patch-src-VBox-Runtime-r0drv-freebsd-the-freebsd-kernel.h') diff --git a/emulators/virtualbox-ose-kmod-legacy/files/patch-src-VBox-Runtime-r0drv-freebsd-the-freebsd-kernel.h b/emulators/virtualbox-ose-kmod-legacy/files/patch-src-VBox-Runtime-r0drv-freebsd-the-freebsd-kernel.h new file mode 100644 index 000000000000..cd45a42457b6 --- /dev/null +++ b/emulators/virtualbox-ose-kmod-legacy/files/patch-src-VBox-Runtime-r0drv-freebsd-the-freebsd-kernel.h @@ -0,0 +1,13 @@ +Index: src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h +=================================================================== +--- src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h (Revision 58727) ++++ src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h (Arbeitskopie) +@@ -64,6 +64,8 @@ + #include + #include /* KERN_SUCCESS ++ */ + #include ++#include /* vm_phys_alloc_* */ ++#include /* cnt */ + #include + #include + -- cgit v1.2.3