[Pkg-virtualbox-commits] [virtualbox] branch master updated (e254abd -> ef9b4f4)
Ritesh Raj Sarraf
rrs at moszumanska.debian.org
Fri Mar 14 12:12:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
rrs pushed a change to branch master
in repository virtualbox.
from e254abd Disable bindnow in hardening-wrapper.
new dd76eff Disable bindnow in hardening-wrapper.
new 81e1772 Fix tarball name typo
new a218291 Imported Upstream version 4.3.8-dfsg
new 55c8163 New upstream release, patch refresh
new bc2dc2a Fixed build failure, from Felix Geyer
new e5fbeb0 Enforcing min soap version requred /usr/bin/kmk_redirect -C virtualbox/out/obj/webservice -- /usr/bin/soapcpp2 -x -z1 -L -2 -w -I/usr/share/gsoap/import virtualbox/out/obj/webservice/gsoapH_from_xslt.h soapcpp2: Unknown option z1
new ef9b4f4 Merge branch 'master' of git+ssh://anonscm.debian.org/git/pkg-virtualbox/virtualbox
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Config.kmk | 96 +-
debian/changelog | 13 +
debian/control | 2 +-
debian/get-orig-source.sh | 2 +-
debian/patches/16-no-update.patch | 10 +-
debian/patches/18-system-xorg.patch | 6 +-
debian/patches/27-hide-host-cache-warning.patch | 2 +-
debian/patches/29-fix-ftbfs-as-needed.patch | 2 +-
debian/patches/36-fix-vnc-version-string.patch | 2 +-
.../39-fix-wrong-vboxvideo_drv-source.patch | 23 +
debian/patches/series | 1 +
doc/manual/Makefile.kmk | 2 +-
doc/manual/en_US/SDKRef.xml | 555 +-
doc/manual/en_US/user_AdvancedTopics.xml | 121 +-
doc/manual/en_US/user_Technical.xml | 12 +-
doc/manual/en_US/user_VBoxManage.xml | 12 +-
doc/manual/fr_FR/user_AdvancedTopics.xml | 97 +
doc/manual/user_ChangeLogImpl.xml | 262 +-
include/VBox/HGSMI/HGSMIChSetup.h | 4 +-
include/VBox/HostServices/VBoxCrOpenGLSvc.h | 51 +-
include/VBox/VBoxVideo.h | 301 +-
include/VBox/VBoxVideo3D.h | 36 +-
include/VBox/VMMDev.h | 2 +
include/VBox/cdefs.h | 12 +-
include/VBox/com/array.h | 46 +-
include/VBox/com/defs.h | 3 +-
include/VBox/err.h | 10 +
include/VBox/err.mac | 5 +
include/VBox/log.h | 3 +
include/VBox/settings.h | 2 +-
include/VBox/vmm/cpum.h | 270 +-
include/VBox/vmm/hm_vmx.h | 99 +-
include/VBox/vmm/mm.h | 3 +
include/VBox/vmm/pdmifs.h | 9 +
include/VBox/vmm/vmm.h | 3 +-
include/iprt/asm-amd64-x86.h | 93 +
include/iprt/cdefs.h | 4 +-
include/iprt/env.h | 12 +
include/iprt/err.h | 2 +-
include/iprt/err.mac | 2 +-
include/iprt/mangling.h | 16 +
include/iprt/x86.h | 24 +-
include/iprt/x86.mac | 21 +-
src/VBox/Additions/common/VBoxControl/Makefile.kmk | 10 -
.../Additions/common/VBoxGuestLib/Makefile.kmk | 17 +-
src/VBox/Additions/common/VBoxService/Makefile.kmk | 14 +-
.../common/VBoxService/VBoxServiceAutoMount.cpp | 34 +-
.../common/VBoxService/VBoxServiceCpuHotPlug.cpp | 35 +-
.../common/VBoxService/VBoxServiceVMInfo-win.cpp | 43 +-
.../common/VBoxService/VBoxServiceVMInfo.cpp | 25 +-
src/VBox/Additions/common/crOpenGL/Makefile.kmk | 25 +-
src/VBox/Additions/common/crOpenGL/fakedri_drv.c | 2 +-
.../Additions/common/crOpenGL/pack/packspu_get.py | 3 +-
.../common/crOpenGL/pack/packspu_getshaders.c | 8 +-
.../Additions/common/crOpenGL/pack/packspu_glsl.c | 2 +-
.../Additions/common/crOpenGL/pack/packspu_misc.c | 2 +-
src/VBox/Additions/common/pam/Makefile.kmk | 15 -
src/VBox/Additions/linux/drm/Makefile.module | 6 +
src/VBox/Additions/linux/installer/vboxadd-x11.sh | 8 +-
.../Additions/linux/sharedfolders/Makefile.kmk | 10 -
src/VBox/Additions/x11/VBoxClient/Makefile.kmk | 10 -
src/VBox/Additions/x11/vboxmouse/Makefile.kmk | 13 -
src/VBox/Additions/x11/vboxvideo/Makefile.kmk | 69 +-
src/VBox/Additions/x11/vboxvideo/setmode.c | 2 +-
src/VBox/Additions/x11/vboxvideo/undefined | 2 +
src/VBox/Additions/x11/vboxvideo/vboxvideo.c | 14 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo.h | 4 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo_dri2.c | 62 +
.../BiosCommonCode/MakeAlternativeSource.cpp | 20 +-
src/VBox/Devices/EFI/DevEFI.cpp | 7 +-
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd | Bin 1048576 -> 1048576 bytes
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd | Bin 1048576 -> 1048576 bytes
.../Graphics/BIOS/VBoxVgaBiosAlternative.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum | 2 +-
src/VBox/Devices/Graphics/DevVGA-SVGA.cpp | 3196 +++++++++++
src/VBox/Devices/Graphics/DevVGA-SVGA.h | 46 +
src/VBox/Devices/Graphics/DevVGA.cpp | 393 +-
src/VBox/Devices/Graphics/DevVGA.h | 102 +-
src/VBox/Devices/Graphics/DevVGASavedState.h | 8 +-
src/VBox/Devices/Graphics/DevVGA_VBVA.cpp | 133 +-
src/VBox/Devices/Graphics/DevVGA_VDMA.cpp | 562 ++
src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp | 5 +-
src/VBox/Devices/Graphics/vmsvga/svga3d_caps.h | 11 +
src/VBox/Devices/Graphics/vmsvga/svga3d_reg.h | 56 +
src/VBox/Devices/Graphics/vmsvga/svga_escape.h | 11 +
src/VBox/Devices/Graphics/vmsvga/svga_overlay.h | 32 +
src/VBox/Devices/Graphics/vmsvga/svga_reg.h | 318 ++
src/VBox/Devices/Makefile.kmk | 34 +
src/VBox/Devices/Network/DrvNAT.cpp | 80 +-
.../Devices/Network/lwip-new/src/core/ipv4/icmp.c | 103 +
.../Devices/Network/lwip-new/src/core/ipv4/ip4.c | 12 +
.../Devices/Network/lwip-new/src/core/ipv6/icmp6.c | 67 +
.../Devices/Network/lwip-new/src/core/ipv6/ip6.c | 20 +-
.../Network/lwip-new/src/core/ipv6/ip6_frag.c | 397 +-
.../Devices/Network/lwip-new/src/core/tcp_out.c | 3 +-
src/VBox/Devices/Network/lwip-new/src/core/udp.c | 20 +-
.../Network/lwip-new/src/include/ipv4/lwip/icmp.h | 10 +
.../lwip-new/src/include/ipv4/lwip/ip4_addr.h | 2 +-
.../Network/lwip-new/src/include/ipv6/lwip/icmp6.h | 8 +
.../lwip-new/src/include/ipv6/lwip/ip6_addr.h | 2 +-
.../lwip-new/src/include/ipv6/lwip/ip6_frag.h | 11 +-
.../Devices/Network/lwip-new/src/include/lwip/ip.h | 10 +-
.../Network/lwip-new/vbox/include/lwipopts.h | 1 +
src/VBox/Devices/Network/slirp/ip_icmp.c | 92 +-
src/VBox/Devices/Network/slirp/libslirp.h | 15 +
.../Devices/Network/slirp/resolv_conf_parser.c | 539 ++
.../Devices/Network/slirp/resolv_conf_parser.h | 109 +
src/VBox/Devices/Network/slirp/slirp.c | 8 +
src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm | 5553 ++++++++++----------
.../Devices/PC/BIOS/VBoxBiosAlternative.md5sum | 2 +-
src/VBox/Devices/PC/BIOS/ahci.c | 3 +
src/VBox/Devices/PC/BIOS/bios.c | 16 +-
src/VBox/Devices/PC/BIOS/logo.c | 6 +-
src/VBox/Devices/PC/BIOS/scsi.c | 57 +-
src/VBox/Devices/PC/DevPcBios.cpp | 148 +-
src/VBox/Devices/Storage/DevAHCI.cpp | 701 +--
src/VBox/Devices/Storage/DevATA.cpp | 546 +-
src/VBox/Devices/Storage/DrvSCSI.cpp | 1 +
src/VBox/Devices/USB/VUSBReadAhead.cpp | 19 +-
src/VBox/Devices/testcase/Makefile.kmk | 3 +-
src/VBox/Devices/testcase/tstDeviceStructSize.cpp | 4 +
.../Devices/testcase/tstDeviceStructSizeRC.cpp | 20 +-
src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp | 31 +-
.../VBoxHeadless/testcase/tstHeadless.cpp | 94 +-
src/VBox/Frontends/VBoxManage/Makefile.kmk | 3 +-
.../Frontends/VBoxManage/VBoxManageAppliance.cpp | 215 +-
.../VBoxManage/VBoxManageBandwidthControl.cpp | 6 +
src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp | 15 +-
.../Frontends/VBoxManage/VBoxManageModifyVM.cpp | 5 +
src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp | 19 +-
src/VBox/Frontends/VBoxSDL/Framebuffer.cpp | 2 +-
src/VBox/Frontends/VBoxShell/vboxshell.py | 4 +-
src/VBox/Frontends/VirtualBox/Makefile.kmk | 5 +-
src/VBox/Frontends/VirtualBox/VirtualBox1.qrc | 1 +
src/VBox/Frontends/VirtualBox/VirtualBoxBrand.qrc | 1 +
.../VirtualBox/images/close_popup_16px.png | Bin 0 -> 3460 bytes
src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts | 17 +
.../VirtualBox/src/converter/UIConverterBackend.h | 26 +
.../src/converter/UIConverterBackendGlobal.cpp | 290 +
.../Frontends/VirtualBox/src/globals/COMDefs.h | 324 +-
.../Frontends/VirtualBox/src/globals/UIDefs.cpp | 10 +
src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h | 104 +
.../VirtualBox/src/globals/UIPopupCenter.cpp | 5 +-
.../VirtualBox/src/globals/VBoxGlobal.cpp | 118 +
.../Frontends/VirtualBox/src/globals/VBoxGlobal.h | 10 +
.../VirtualBox/src/medium/UIMediumEnumerator.cpp | 6 +-
.../src/platform/darwin/DarwinKeyboard.cpp | 2 +-
.../src/platform/darwin/UICocoaApplication.h | 1 -
.../src/platform/darwin/UICocoaApplication.mm | 5 -
.../VirtualBox/src/platform/win/WinKeyboard.cpp | 173 +
.../VirtualBox/src/platform/win/WinKeyboard.h | 33 +
.../VirtualBox/src/runtime/UIActionPoolRuntime.cpp | 7 +-
.../VirtualBox/src/runtime/UIFrameBuffer.cpp | 8 +
.../VirtualBox/src/runtime/UIFrameBufferQImage.cpp | 1 +
.../VirtualBox/src/runtime/UIKeyboardHandler.cpp | 14 +-
.../VirtualBox/src/runtime/UIKeyboardHandler.h | 3 +
.../VirtualBox/src/runtime/UIMachineLogic.cpp | 141 +-
.../VirtualBox/src/runtime/UIMachineLogic.h | 5 +-
.../VirtualBox/src/runtime/UIMachineMenuBar.cpp | 433 +-
.../VirtualBox/src/runtime/UIMachineView.cpp | 8 +-
.../VirtualBox/src/runtime/UIMachineWindow.cpp | 10 +
.../VirtualBox/src/runtime/UIMultiScreenLayout.cpp | 4 +
.../Frontends/VirtualBox/src/runtime/UISession.cpp | 35 +-
.../Frontends/VirtualBox/src/runtime/UISession.h | 52 +
.../fullscreen/UIMachineLogicFullscreen.cpp | 5 +-
.../src/runtime/normal/UIMachineLogicNormal.cpp | 12 +-
.../src/runtime/normal/UIMachineLogicNormal.h | 1 -
.../runtime/seamless/UIMachineLogicSeamless.cpp | 5 +-
.../VirtualBox/src/selector/UISelectorWindow.cpp | 32 +-
.../VirtualBox/src/selector/UISelectorWindow.h | 3 -
.../settings/machine/UIMachineSettingsDisplay.cpp | 14 +
.../src/widgets/UIApplianceImportEditorWidget.cpp | 4 +-
.../VirtualBox/src/widgets/UIHostComboEditor.cpp | 110 +-
.../VirtualBox/src/widgets/UIHostComboEditor.h | 42 +-
.../src/widgets/UINameAndSystemEditor.cpp | 10 +-
.../VirtualBox/src/widgets/UIPopupPane.cpp | 23 +-
.../Frontends/VirtualBox/src/widgets/UIPopupPane.h | 9 +-
.../src/widgets/UIPopupPaneButtonPane.cpp | 33 +-
.../VirtualBox/src/widgets/UIPopupPaneTextPane.cpp | 78 +-
.../VirtualBox/src/widgets/UIPopupPaneTextPane.h | 20 +-
.../VirtualBox/src/widgets/UIPopupStack.cpp | 6 +-
.../VirtualBox/src/widgets/UIPopupStack.h | 3 +-
.../src/widgets/UIPopupStackViewport.cpp | 6 +-
.../VirtualBox/src/widgets/UIPopupStackViewport.h | 3 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic1.cpp | 167 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic1.h | 4 +-
src/VBox/GuestHost/OpenGL/Makefile.kmk | 51 +-
src/VBox/GuestHost/OpenGL/glapi_parser/APIspec.txt | 56 +-
src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py | 2 +-
src/VBox/GuestHost/OpenGL/include/GL/glext.h | 122 +-
src/VBox/GuestHost/OpenGL/include/chromium.h | 30 +-
src/VBox/GuestHost/OpenGL/include/cr_blitter.h | 516 +-
src/VBox/GuestHost/OpenGL/include/cr_bmpscale.h | 25 +
src/VBox/GuestHost/OpenGL/include/cr_compositor.h | 233 +
src/VBox/GuestHost/OpenGL/include/cr_dump.h | 4 +
src/VBox/GuestHost/OpenGL/include/cr_error.h | 14 +-
src/VBox/GuestHost/OpenGL/include/cr_glext.h | 34 +
src/VBox/GuestHost/OpenGL/include/cr_glstate.h | 2 +
src/VBox/GuestHost/OpenGL/include/cr_htable.h | 120 +
src/VBox/GuestHost/OpenGL/include/cr_protocol.h | 33 +-
src/VBox/GuestHost/OpenGL/include/cr_server.h | 140 +-
src/VBox/GuestHost/OpenGL/include/cr_version.h | 4 +-
src/VBox/GuestHost/OpenGL/include/cr_vreg.h | 213 +-
src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h | 2 +-
src/VBox/GuestHost/OpenGL/packer/pack_extensions.c | 2 -
src/VBox/GuestHost/OpenGL/packer/pack_shaders.c | 8 +-
src/VBox/GuestHost/OpenGL/state_tracker/dump.cpp | 66 +-
.../GuestHost/OpenGL/state_tracker/dump_gen.py | 8 +-
.../OpenGL/state_tracker}/get_components.py | 4 +-
.../GuestHost/OpenGL/state_tracker/state_get.py | 2 +
.../GuestHost/OpenGL/state_tracker/state_glsl.c | 2 +-
.../GuestHost/OpenGL/state_tracker/state_point.c | 245 +
.../OpenGL/state_tracker/state_snapshot.c | 21 +-
.../GuestHost/OpenGL/state_tracker/state_texture.c | 24 +-
src/VBox/GuestHost/OpenGL/util/blitter.cpp | 2886 ++++++----
src/VBox/GuestHost/OpenGL/util/bmpscale.cpp | 319 ++
src/VBox/GuestHost/OpenGL/util/compositor.cpp | 1015 ++++
src/VBox/GuestHost/OpenGL/util/error.c | 2 +
src/VBox/GuestHost/OpenGL/util/hash.c | 12 +-
src/VBox/GuestHost/OpenGL/util/htable.cpp | 195 +
src/VBox/GuestHost/OpenGL/util/net.c | 18 +-
src/VBox/GuestHost/OpenGL/util/vboxhgcm.c | 130 +-
src/VBox/GuestHost/OpenGL/util/vreg.cpp | 1046 +---
src/VBox/HostDrivers/Support/SUPDrv.c | 2 +-
.../VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp | 55 +-
.../VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp | 41 +
.../VBoxNetFlt/win/nobj/VBoxNetFltNobj.h | 6 +-
.../VBoxNetFlt/win/nobj/VBoxNetFltNobjRc.h | 6 +-
src/VBox/HostDrivers/darwin/VBoxNetSend.h | 107 +
src/VBox/HostServices/SharedOpenGL/Makefile.kmk | 4 +-
.../SharedOpenGL/OpenGLTest/OpenGLTest.cpp | 2 +-
.../SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp | 2 +-
.../SharedOpenGL/crserver/crservice.cpp | 255 +-
.../HostServices/SharedOpenGL/crserverlib/server.h | 228 +-
.../SharedOpenGL/crserverlib/server_clear.c | 6 -
.../SharedOpenGL/crserverlib/server_config.c | 99 +-
.../SharedOpenGL/crserverlib/server_context.c | 34 +-
.../SharedOpenGL/crserverlib/server_dispatch.py | 11 +-
.../SharedOpenGL/crserverlib/server_get.py | 4 +-
.../SharedOpenGL/crserverlib/server_getshaders.c | 14 +-
.../SharedOpenGL/crserverlib/server_glsl.c | 6 +-
.../SharedOpenGL/crserverlib/server_lists.c | 12 +-
.../SharedOpenGL/crserverlib/server_main.c | 740 ++-
.../SharedOpenGL/crserverlib/server_misc.c | 325 +-
.../SharedOpenGL/crserverlib/server_muralfbo.c | 1364 -----
.../SharedOpenGL/crserverlib/server_muralfbo.cpp | 836 +++
.../SharedOpenGL/crserverlib/server_presenter.cpp | 4788 ++++++++++++++---
.../SharedOpenGL/crserverlib/server_rpw.cpp | 10 +-
.../SharedOpenGL/crserverlib/server_simpleget.py | 9 +-
.../SharedOpenGL/crserverlib/server_special | 10 +
.../SharedOpenGL/crserverlib/server_stream.c | 2 +-
.../SharedOpenGL/crserverlib/server_texture.c | 53 +
.../SharedOpenGL/crserverlib/server_window.c | 481 +-
.../HostServices/SharedOpenGL/render/renderspu.c | 79 +-
.../HostServices/SharedOpenGL/render/renderspu.h | 36 +-
.../SharedOpenGL/render/renderspu_agl.c | 2 +-
.../SharedOpenGL/render/renderspu_cocoa.c | 199 +-
.../SharedOpenGL/render/renderspu_cocoa_helper.h | 4 +-
.../SharedOpenGL/render/renderspu_cocoa_helper.m | 417 +-
.../SharedOpenGL/render/renderspu_glx.c | 11 +-
.../SharedOpenGL/render/renderspu_init.c | 5 +-
.../SharedOpenGL/render/renderspu_wgl.c | 11 +-
.../SharedOpenGL/unpacker/unpack_shaders.c | 25 +-
.../darwin/VirtualBox_mpkg/Localizable.strings | 2 +-
src/VBox/Installer/linux/Makefile.kmk | 3 +-
src/VBox/Installer/linux/install.sh | 2 +-
src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec | 4 +-
src/VBox/Installer/linux/scripts/install.sh | 4 +-
src/VBox/Installer/solaris/smf-vboxautostart.sh | 28 +-
src/VBox/Installer/solaris/vboxconfig.sh | 5 +-
.../Installer/solaris/virtualbox-autostart.xml | 1 +
src/VBox/Installer/win/VirtualBox.wxs | 7 +
src/VBox/Main/Makefile.kmk | 30 +-
.../{VBoxXPCOMCGlue.c => LegacyVBoxXPCOMCGlue.c} | 191 +-
...{VBoxXPCOMCGlue.h.in => LegacyVBoxXPCOMCGlue.h} | 29 +-
src/VBox/Main/cbinding/Makefile.kmk | 164 +-
src/VBox/Main/cbinding/VBoxCAPI.cpp | 924 ++++
.../cbinding/{VBoxXPCOMCGlue.c => VBoxCAPIGlue.c} | 189 +-
.../{VBoxXPCOMCGlue.h.in => VBoxCAPIGlue.h.in} | 30 +-
src/VBox/Main/cbinding/VBoxXPCOMC.cpp | 492 --
src/VBox/Main/cbinding/{xpcidl.xsl => capiidl.xsl} | 1549 ++++--
src/VBox/Main/cbinding/makefile.tstCAPIGlue | 50 +
src/VBox/Main/cbinding/makefile.tstXPCOMCGlue | 39 -
src/VBox/Main/cbinding/tstCAPIGlue.c | 1112 ++++
src/VBox/Main/cbinding/tstXPCOMCGlue.c | 822 ---
src/VBox/Main/glue/glue-java.xsl | 8 +-
src/VBox/Main/glue/initterm.cpp | 16 +-
src/VBox/Main/idl/VirtualBox.xidl | 17 +-
src/VBox/Main/idl/apiwrap-server.xsl | 43 +-
src/VBox/Main/idl/midl.xsl | 3 +-
src/VBox/Main/idl/xpidl.xsl | 45 +-
src/VBox/Main/idl/xpidl_iid.xsl | 154 +
src/VBox/Main/include/ApplianceImpl.h | 21 +-
src/VBox/Main/include/ApplianceImplPrivate.h | 1 -
src/VBox/Main/include/ConsoleImpl.h | 3 +-
src/VBox/Main/include/DHCPServerImpl.h | 18 +-
src/VBox/Main/include/DisplayImpl.h | 70 +-
src/VBox/Main/include/HostPower.h | 8 +-
src/VBox/Main/include/Wrapper.h | 39 +-
src/VBox/Main/include/netif.h | 12 +-
src/VBox/Main/include/ovfreader.h | 9 +-
src/VBox/Main/src-all/Global.cpp | 58 +-
src/VBox/Main/src-client/ConsoleImpl.cpp | 48 +-
src/VBox/Main/src-client/ConsoleImpl2.cpp | 242 +-
src/VBox/Main/src-client/DisplayImpl.cpp | 763 ++-
src/VBox/Main/src-client/GuestDirectoryImpl.cpp | 6 +-
src/VBox/Main/src-client/USBDeviceImpl.cpp | 4 +-
src/VBox/Main/src-client/VideoRec.cpp | 28 +
src/VBox/Main/src-client/VideoRec.h | 3 +-
src/VBox/Main/src-server/ApplianceImpl.cpp | 53 +-
src/VBox/Main/src-server/ApplianceImplExport.cpp | 128 +-
src/VBox/Main/src-server/ApplianceImplImport.cpp | 109 +-
src/VBox/Main/src-server/BandwidthControlImpl.cpp | 24 +-
src/VBox/Main/src-server/BandwidthGroupImpl.cpp | 9 +-
src/VBox/Main/src-server/DHCPServerImpl.cpp | 134 +-
src/VBox/Main/src-server/HostDnsService.cpp | 72 +-
src/VBox/Main/src-server/HostDnsService.h | 61 +-
.../Main/src-server/HostDnsServiceResolvConf.cpp | 95 +-
src/VBox/Main/src-server/HostPower.cpp | 94 +-
src/VBox/Main/src-server/MachineImpl.cpp | 7 +
src/VBox/Main/src-server/NATNetworkImpl.cpp | 17 +-
src/VBox/Main/src-server/NetworkServiceRunner.cpp | 2 +-
.../src-server/darwin/HostDnsServiceDarwin.cpp | 155 +-
src/VBox/Main/src-server/generic/NetIf-generic.cpp | 2 +-
.../Main/src-server/linux/HostDnsServiceLinux.cpp | 172 +-
src/VBox/Main/src-server/os2/NetIf-os2.cpp | 9 +-
src/VBox/Main/src-server/win/HostDnsServiceWin.cpp | 112 +-
src/VBox/Main/src-server/xpcom/server_module.cpp | 87 +-
src/VBox/Main/testcase/tstAPI.cpp | 8 +-
src/VBox/Main/testcase/tstOVF.cpp | 13 +-
src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp | 3 +-
src/VBox/Main/webservice/websrv-cpp.xsl | 3 +-
src/VBox/Main/webservice/websrv-php.xsl | 6 +-
src/VBox/Main/webservice/websrv-python.xsl | 7 +-
src/VBox/Main/xml/Settings.cpp | 9 +-
src/VBox/Main/xml/ovfreader.cpp | 8 +-
src/VBox/NetworkServices/DHCP/ClientDataInt.h | 67 +
src/VBox/NetworkServices/DHCP/Config.cpp | 306 +-
src/VBox/NetworkServices/DHCP/Config.h | 47 +-
src/VBox/NetworkServices/DHCP/Makefile.kmk | 4 +-
.../NetworkServices/DHCP/NetworkManagerDhcp.cpp | 188 +
src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp | 540 +-
src/VBox/NetworkServices/NAT/Makefile.kmk | 30 +-
src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp | 671 +--
src/VBox/NetworkServices/NAT/fwtcp.c | 2 +-
src/VBox/NetworkServices/NAT/fwudp.c | 1 +
src/VBox/NetworkServices/NAT/portfwd.c | 1 -
src/VBox/NetworkServices/NAT/proxy.c | 16 +-
src/VBox/NetworkServices/NAT/proxy.h | 7 +-
src/VBox/NetworkServices/NAT/proxy_pollmgr.c | 4 +-
src/VBox/NetworkServices/NAT/proxy_rtadvd.c | 2 +-
src/VBox/NetworkServices/NAT/pxdns.c | 39 +-
src/VBox/NetworkServices/NAT/pxping.c | 1937 +++++++
src/VBox/NetworkServices/NAT/pxping_win.c | 629 +++
src/VBox/NetworkServices/NAT/pxremap.c | 1 -
src/VBox/NetworkServices/NAT/pxtcp.c | 9 +-
src/VBox/NetworkServices/NAT/pxudp.c | 1 +
src/VBox/NetworkServices/NAT/winutils.h | 79 +-
src/VBox/NetworkServices/NetLib/ComHostUtils.cpp | 215 +
.../NetworkServices/NetLib/VBoxNetBaseService.cpp | 488 +-
.../NetworkServices/NetLib/VBoxNetBaseService.h | 140 +-
src/VBox/NetworkServices/NetLib/cpp/utils.h | 34 +
src/VBox/NetworkServices/NetLib/shared_ptr.h | 17 +-
src/VBox/NetworkServices/NetLib/utils.h | 133 +
src/VBox/Resources/OSE/virtualbox.svg | 960 ++++
src/VBox/Runtime/Makefile.kmk | 49 +-
src/VBox/Runtime/common/asm/ASMCpuIdExSlow.asm | 136 +
src/VBox/Runtime/common/asm/ASMRdMsrEx.asm | 84 +
src/VBox/Runtime/common/asm/ASMWrMsrEx.asm | 79 +
src/VBox/Runtime/common/checksum/manifest.cpp | 1 -
src/VBox/Runtime/common/zip/tar.cpp | 91 +-
src/VBox/Runtime/generic/env-generic.cpp | 93 +-
src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c | 8 +-
src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c | 12 +-
src/VBox/Runtime/r0drv/linux/the-linux-kernel.h | 4 +
.../Runtime/r3/darwin/rtProcInitExePath-darwin.cpp | 11 +-
src/VBox/Runtime/r3/linux/mp-linux.cpp | 22 +-
src/VBox/Runtime/r3/posix/env-posix.cpp | 41 +-
src/VBox/Runtime/r3/win/env-win.cpp | 268 +
src/VBox/Runtime/r3/win/process-win.cpp | 18 +-
src/VBox/Runtime/testcase/tstRTInlineAsm.cpp | 10 +
src/VBox/Storage/testcase/Makefile.kmk | 2 +-
src/VBox/VMM/Makefile.kmk | 23 +-
src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp | 5506 +++++++++++++++++++
src/VBox/VMM/VMMAll/CPUMAllRegs.cpp | 357 +-
src/VBox/VMM/VMMAll/EMAll.cpp | 19 +-
src/VBox/VMM/VMMAll/IEMAll.cpp | 2 +-
src/VBox/VMM/VMMAll/MMAll.cpp | 4 +
src/VBox/VMM/VMMAll/MMAllHyper.cpp | 18 +-
src/VBox/VMM/VMMAll/PDMAllCritSect.cpp | 42 +-
src/VBox/VMM/VMMAll/PDMAllCritSectRw.cpp | 38 +-
src/VBox/VMM/VMMAll/SELMAll.cpp | 47 +-
src/VBox/VMM/VMMR0/CPUMR0.cpp | 102 +-
src/VBox/VMM/VMMR0/HMR0.cpp | 2 +-
src/VBox/VMM/VMMR0/HMSVMR0.cpp | 8 +-
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 9 +-
src/VBox/VMM/VMMR3/CPUM.cpp | 1150 ++--
src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp | 1312 +++++
src/VBox/VMM/VMMR3/CPUMR3Db.cpp | 769 +++
src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp | 12 +-
src/VBox/VMM/VMMR3/EM.cpp | 2 +-
src/VBox/VMM/VMMR3/MMHyper.cpp | 7 +-
src/VBox/VMM/VMMR3/PGM.cpp | 1 +
src/VBox/VMM/VMMR3/VM.cpp | 2 +-
src/VBox/VMM/VMMR3/VMM.cpp | 4 +-
src/VBox/VMM/VMMR3/VMMTests.cpp | 334 ++
src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h | 219 +
src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h | 378 ++
src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h | 267 +
src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h | 334 ++
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h | 382 ++
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h | 364 ++
src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h | 272 +
.../VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h | 211 +
src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h | 240 +
.../en_US => src/VBox/VMM/VMMR3/cpus}/Makefile.kup | 0
.../VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h | 265 +
.../VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h | 399 ++
src/VBox/VMM/VMMRC/SELMRC.cpp | 6 +-
src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp | 16 +
src/VBox/VMM/VMMRC/VMMRC.cpp | 80 +-
src/VBox/VMM/VMMRC/VMMRCA.asm | 85 +
src/VBox/VMM/VMMRZ/VMMRZ.cpp | 21 +-
src/VBox/VMM/include/CPUMInternal.h | 706 ++-
src/VBox/VMM/include/CPUMInternal.mac | 20 +-
src/VBox/VMM/include/SELMInline.h | 2 +-
src/VBox/VMM/include/VMMInternal.h | 17 +
src/VBox/VMM/testcase/tstVMM.cpp | 29 +-
src/VBox/VMM/testcase/tstVMStruct.h | 3 -
src/VBox/VMM/{Preload => tools}/Makefile.kmk | 23 +-
src/VBox/VMM/tools/VBoxCpuReport.cpp | 4687 +++++++++++++++++
src/VBox/VMM/{Preload => tools}/VBoxVMMPreload.cpp | 0
.../{Preload => tools}/VBoxVMMPreloadHardened.cpp | 0
src/apps/adpctl/VBoxNetAdpCtl.cpp | 26 +-
src/libs/xpcom18a4/java/src/nsJavaWrapper.cpp | 5 +-
435 files changed, 55794 insertions(+), 16186 deletions(-)
create mode 100644 debian/patches/39-fix-wrong-vboxvideo_drv-source.patch
create mode 100644 src/VBox/Additions/x11/vboxvideo/vboxvideo_dri2.c
create mode 100644 src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
create mode 100644 src/VBox/Devices/Graphics/DevVGA-SVGA.h
create mode 100644 src/VBox/Devices/Graphics/vmsvga/svga3d_caps.h
create mode 100644 src/VBox/Devices/Graphics/vmsvga/svga3d_reg.h
create mode 100644 src/VBox/Devices/Graphics/vmsvga/svga_escape.h
create mode 100644 src/VBox/Devices/Graphics/vmsvga/svga_overlay.h
create mode 100644 src/VBox/Devices/Graphics/vmsvga/svga_reg.h
create mode 100644 src/VBox/Devices/Network/slirp/resolv_conf_parser.c
create mode 100644 src/VBox/Devices/Network/slirp/resolv_conf_parser.h
create mode 100644 src/VBox/Frontends/VirtualBox/images/close_popup_16px.png
create mode 100644 src/VBox/Frontends/VirtualBox/src/platform/win/WinKeyboard.cpp
create mode 100644 src/VBox/Frontends/VirtualBox/src/platform/win/WinKeyboard.h
create mode 100644 src/VBox/GuestHost/OpenGL/include/cr_bmpscale.h
create mode 100644 src/VBox/GuestHost/OpenGL/include/cr_compositor.h
create mode 100644 src/VBox/GuestHost/OpenGL/include/cr_glext.h
create mode 100644 src/VBox/GuestHost/OpenGL/include/cr_htable.h
rename src/VBox/{HostServices/SharedOpenGL/crserverlib => GuestHost/OpenGL/state_tracker}/get_components.py (97%)
create mode 100644 src/VBox/GuestHost/OpenGL/util/bmpscale.cpp
create mode 100644 src/VBox/GuestHost/OpenGL/util/compositor.cpp
create mode 100644 src/VBox/GuestHost/OpenGL/util/htable.cpp
create mode 100644 src/VBox/HostDrivers/darwin/VBoxNetSend.h
delete mode 100644 src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c
create mode 100644 src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp
copy src/VBox/Main/cbinding/{VBoxXPCOMCGlue.c => LegacyVBoxXPCOMCGlue.c} (53%)
copy src/VBox/Main/cbinding/{VBoxXPCOMCGlue.h.in => LegacyVBoxXPCOMCGlue.h} (69%)
create mode 100644 src/VBox/Main/cbinding/VBoxCAPI.cpp
rename src/VBox/Main/cbinding/{VBoxXPCOMCGlue.c => VBoxCAPIGlue.c} (53%)
rename src/VBox/Main/cbinding/{VBoxXPCOMCGlue.h.in => VBoxCAPIGlue.h.in} (69%)
delete mode 100644 src/VBox/Main/cbinding/VBoxXPCOMC.cpp
rename src/VBox/Main/cbinding/{xpcidl.xsl => capiidl.xsl} (57%)
create mode 100644 src/VBox/Main/cbinding/makefile.tstCAPIGlue
delete mode 100644 src/VBox/Main/cbinding/makefile.tstXPCOMCGlue
create mode 100644 src/VBox/Main/cbinding/tstCAPIGlue.c
delete mode 100644 src/VBox/Main/cbinding/tstXPCOMCGlue.c
create mode 100644 src/VBox/Main/idl/xpidl_iid.xsl
create mode 100644 src/VBox/NetworkServices/DHCP/ClientDataInt.h
create mode 100644 src/VBox/NetworkServices/DHCP/NetworkManagerDhcp.cpp
create mode 100644 src/VBox/NetworkServices/NAT/pxping.c
create mode 100644 src/VBox/NetworkServices/NAT/pxping_win.c
create mode 100644 src/VBox/NetworkServices/NetLib/ComHostUtils.cpp
create mode 100644 src/VBox/NetworkServices/NetLib/cpp/utils.h
create mode 100644 src/VBox/NetworkServices/NetLib/utils.h
create mode 100644 src/VBox/Resources/OSE/virtualbox.svg
create mode 100644 src/VBox/Runtime/common/asm/ASMCpuIdExSlow.asm
create mode 100644 src/VBox/Runtime/common/asm/ASMRdMsrEx.asm
create mode 100644 src/VBox/Runtime/common/asm/ASMWrMsrEx.asm
create mode 100644 src/VBox/Runtime/r3/win/env-win.cpp
create mode 100644 src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp
create mode 100644 src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
create mode 100644 src/VBox/VMM/VMMR3/CPUMR3Db.cpp
create mode 100644 src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h
create mode 100644 src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h
create mode 100644 src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h
create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h
create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h
create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h
create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h
create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h
create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h
copy {doc/manual/en_US => src/VBox/VMM/VMMR3/cpus}/Makefile.kup (100%)
create mode 100644 src/VBox/VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h
create mode 100644 src/VBox/VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h
rename src/VBox/VMM/{Preload => tools}/Makefile.kmk (66%)
create mode 100644 src/VBox/VMM/tools/VBoxCpuReport.cpp
rename src/VBox/VMM/{Preload => tools}/VBoxVMMPreload.cpp (100%)
rename src/VBox/VMM/{Preload => tools}/VBoxVMMPreloadHardened.cpp (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git
More information about the Pkg-virtualbox-commits
mailing list