[Pkg-virtualbox-commits] [virtualbox] 02/03: Merge tag 'upstream/5.0.18-dfsg'
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Mon Apr 18 22:29:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository virtualbox.
commit cf815d272917f60adce441d1d6f74ed8a677057b
Merge: 8b9d2bc a8d1d52
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Tue Apr 19 00:23:29 2016 +0200
Merge tag 'upstream/5.0.18-dfsg'
Upstream version 5.0.18-dfsg
Config.kmk | 22 +-
configure | 3 +-
doc/manual/en_US/user_Installation.xml | 16 +-
doc/manual/en_US/user_VBoxManage.xml | 42 +-
doc/manual/user_ChangeLogImpl.xml | 138 +-
include/VBox/GuestHost/DragAndDrop.h | 77 +-
include/VBox/HostServices/DragAndDropSvc.h | 770 +-
include/VBox/HostServices/Service.h | 105 +-
include/VBox/VBoxGuestLib.h | 83 +-
include/VBox/VBoxVideo.h | 2 +
include/VBox/VBoxVideo3D.h | 1 +
include/VBox/VBoxVideoGuest.h | 2 +
include/VBox/usbfilter.h | 3 +-
include/VBox/usblib.h | 56 +-
include/iprt/assert.h | 26 +-
include/iprt/ctype.h | 2 +
include/iprt/err.h | 2 +
include/iprt/mangling.h | 3 +
include/iprt/nt/nt.h | 64 +-
include/iprt/req.h | 21 +-
include/iprt/sg.h | 4 +
include/iprt/utf16.h | 98 +
.../Additions/common/VBoxGuest/VBoxGuest-win.cpp | 2 +-
.../Additions/common/VBoxGuestLib/Makefile.kmk | 1 +
.../VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp | 1751 ++-
.../common/VBoxGuestLib/VBoxGuestR3LibHGCM.cpp | 84 +
.../VBoxService/VBoxServiceControlProcess.cpp | 2 +-
.../common/VBoxService/VBoxServiceStats.cpp | 12 +-
.../common/VBoxService/VBoxServiceVMInfo.cpp | 3 +-
src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp | 19 +-
.../Additions/common/VBoxVideo/Modesetting.cpp | 2 +-
src/VBox/Additions/common/crOpenGL/Makefile.kmk | 20 +-
src/VBox/Additions/common/crOpenGL/egl.c | 936 ++
src/VBox/Additions/common/crOpenGL/load.c | 38 +-
src/VBox/Additions/common/crOpenGL/stub.c | 2 +-
src/VBox/Additions/linux/Makefile.kmk | 3 +-
src/VBox/Additions/linux/drm/Makefile.kmk | 51 +-
src/VBox/Additions/linux/drm/Makefile.module | 56 -
src/VBox/Additions/linux/drm/Makefile.module.kms | 11 +-
src/VBox/Additions/linux/drm/files_vboxvideo_drm | 32 -
src/VBox/Additions/linux/drm/files_vboxvideo_drv | 2 +
src/VBox/Additions/linux/drm/vbox_drv.c | 141 +-
src/VBox/Additions/linux/drm/vbox_drv.h | 145 +-
src/VBox/Additions/linux/drm/vbox_dummy.c | 32 +
src/VBox/Additions/linux/drm/vbox_fb.c | 242 +-
src/VBox/Additions/linux/drm/vbox_irq.c | 187 +
src/VBox/Additions/linux/drm/vbox_main.c | 321 +-
src/VBox/Additions/linux/drm/vbox_mode.c | 613 +-
src/VBox/Additions/linux/drm/vbox_ttm.c | 87 +-
src/VBox/Additions/linux/drm/vboxvideo_drm.c | 200 -
src/VBox/Additions/linux/drm/vboxvideo_drm.h | 71 -
src/VBox/Additions/linux/export_modules | 2 +-
src/VBox/Additions/linux/installer/vboxadd-x11.sh | 59 +-
src/VBox/Additions/linux/installer/vboxadd.sh | 66 +-
src/VBox/Additions/linux/sharedfolders/regops.c | 4 +
.../Additions/solaris/Installer/postinstall.sh | 18 +-
src/VBox/Additions/solaris/Installer/preremove.sh | 13 +-
.../Additions/solaris/Installer/vbox_vendor_select | 83 +
src/VBox/Additions/solaris/Makefile.kmk | 3 +
src/VBox/Additions/x11/VBoxClient/Makefile.kmk | 3 +-
src/VBox/Additions/x11/VBoxClient/VBoxClient.h | 1 +
src/VBox/Additions/x11/VBoxClient/check3d.cpp | 59 +
src/VBox/Additions/x11/VBoxClient/display.cpp | 400 +-
src/VBox/Additions/x11/VBoxClient/draganddrop.cpp | 11 +-
src/VBox/Additions/x11/VBoxClient/main.cpp | 48 +-
src/VBox/Additions/x11/vboxvideo/Makefile.kmk | 27 +-
src/VBox/Additions/x11/vboxvideo/edid.c | 175 +
src/VBox/Additions/x11/vboxvideo/getmode.c | 66 -
src/VBox/Additions/x11/vboxvideo/vboxvideo.c | 267 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo.h | 39 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo_dri.c | 404 -
src/VBox/Additions/x11/vboxvideo/vboxvideo_dri2.c | 103 -
src/VBox/Additions/x11/vboxvideo/vbva.c | 3 -
.../Additions/x11/x11include/mesa-11.0.7/EGL/egl.h | 303 +
.../x11/x11include/mesa-11.0.7/EGL/eglext.h | 889 ++
.../x11include/mesa-11.0.7/EGL/eglextchromium.h | 60 +
.../x11/x11include/mesa-11.0.7/EGL/eglmesaext.h | 102 +
.../x11/x11include/mesa-11.0.7/EGL/eglplatform.h | 153 +
.../Additions/x11/x11include/mesa-11.0.7/GL/gl.h | 2115 ++++
.../x11/x11include/mesa-11.0.7/GL/gl_mangle.h | 2809 +++++
.../x11/x11include/mesa-11.0.7/GL/glcorearb.h | 3589 ++++++
.../x11/x11include/mesa-11.0.7/GL/glext.h | 12051 +++++++++++++++++++
.../Additions/x11/x11include/mesa-11.0.7/GL/glx.h | 446 +
.../x11/x11include/mesa-11.0.7/GL/glx_mangle.h | 82 +
.../x11/x11include/mesa-11.0.7/GL/glxext.h | 906 ++
.../x11/x11include/mesa-11.0.7/GL/osmesa.h | 291 +
.../x11/x11include/mesa-11.0.7/GL/wglext.h | 840 ++
.../x11/x11include/mesa-11.0.7/KHR/khrplatform.h | 290 +
.../Additions/x11/x11include/mesa-11.0.7/README | 6 +
src/VBox/Devices/Audio/DrvHostCoreAudio.cpp | 189 +-
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 | 8 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp | 2 +-
src/VBox/Devices/Graphics/DevVGA.cpp | 61 +-
src/VBox/Devices/Graphics/DevVGA.h | 3 +
src/VBox/Devices/Graphics/DevVGA_VBVA.cpp | 51 +-
src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp | 5 +
src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h | 1 +
src/VBox/Devices/Graphics/shaderlib/glsl_shader.c | 2 +-
src/VBox/Devices/Network/DevE1000.cpp | 4 +-
src/VBox/Devices/Network/DevPCNet.cpp | 1 -
src/VBox/Devices/Network/slirp/slirp.c | 4 +-
src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative.md5sum | 2 +-
src/VBox/Devices/PC/DevHPET.cpp | 2 +-
src/VBox/Devices/PC/DevPit-i8254.cpp | 9 +-
src/VBox/Devices/PC/vbox.dsl | 228 +
src/VBox/Devices/Storage/DevBusLogic.cpp | 319 +-
src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp | 54 +-
src/VBox/Devices/Storage/VSCSI/VSCSIDevice.cpp | 4 +-
src/VBox/Devices/USB/DevOHCI.cpp | 6 +-
.../Devices/testcase/tstDeviceStructSizeRC.cpp | 9 +-
src/VBox/Disassembler/DisasmCore.cpp | 5 +-
.../Frontends/VBoxManage/VBoxInternalManage.cpp | 24 +-
.../Frontends/VBoxManage/VBoxManageDebugVM.cpp | 2 +-
.../Frontends/VBoxManage/VBoxManageGuestCtrl.cpp | 109 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts | 6 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts | 42 +-
.../src/extradata/UIExtraDataManager.cpp | 24 +-
.../VirtualBox/src/globals/VBoxGlobal.cpp | 5 +
.../VirtualBox/src/net/UINetworkReply.cpp | 2 +-
.../src/platform/darwin/UICocoaApplication.mm | 4 +
.../VirtualBox/src/runtime/UIDnDDataObject_win.cpp | 315 +-
.../VirtualBox/src/runtime/UIDnDDataObject_win.h | 50 +-
.../VirtualBox/src/runtime/UIDnDDropSource_win.cpp | 60 +-
.../VirtualBox/src/runtime/UIDnDDropSource_win.h | 22 +-
.../VirtualBox/src/runtime/UIDnDHandler.cpp | 99 +-
.../VirtualBox/src/runtime/UIDnDHandler.h | 13 +-
.../VirtualBox/src/runtime/UIDnDMIMEData.cpp | 6 +-
.../VirtualBox/src/runtime/UIMachineView.cpp | 2 +-
.../selector/graphics/chooser/UIGChooserItem.cpp | 10 +
.../src/selector/graphics/chooser/UIGChooserItem.h | 2 +-
.../graphics/chooser/UIGChooserItemGroup.cpp | 9 +
.../selector/graphics/chooser/UIGChooserModel.cpp | 5 +
src/VBox/GuestHost/DragAndDrop/DnDDir.cpp | 194 -
src/VBox/GuestHost/DragAndDrop/DnDDroppedFiles.cpp | 268 +
src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp | 12 +-
src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp | 68 +-
src/VBox/GuestHost/DragAndDrop/Makefile.kmk | 2 +-
.../OpenGL/state_tracker/state_evaluators.c | 118 +-
.../OpenGL/state_tracker/state_snapshot.c | 5 +-
src/VBox/GuestHost/OpenGL/util/process.c | 32 +-
src/VBox/HostDrivers/Support/Makefile.kmk | 2 +
src/VBox/HostDrivers/Support/SUPDrv.cpp | 11 +-
src/VBox/HostDrivers/Support/SUPDrvGip.cpp | 2 +-
.../Support/win/SUPHardenedVerify-win.h | 2 -
.../Support/win/SUPHardenedVerifyProcess-win.cpp | 170 +-
.../Support/win/SUPR3HardenedMain-win.cpp | 20 +-
.../HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp | 148 +-
.../VBoxNetFlt/win/drv/VBoxNetLwf-win.cpp | 585 +-
src/VBox/HostDrivers/VBoxUSB/USBFilter.cpp | 22 +-
src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp | 3 +-
.../VBoxUSB/solaris/VBoxUSBMon-solaris.c | 9 +-
.../HostDrivers/VBoxUSB/testcase/tstUSBFilter.cpp | 92 +-
.../HostDrivers/VBoxUSB/win/cmn/VBoxUsbTool.cpp | 33 +-
src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbTool.h | 2 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp | 5 +-
.../HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp | 107 +-
.../HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.cpp | 12 +-
src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp | 2 +-
src/VBox/HostServices/DragAndDrop/dndmanager.cpp | 115 +-
src/VBox/HostServices/DragAndDrop/service.cpp | 1095 +-
.../SharedClipboard/VBoxClipboard-win.cpp | 134 +-
src/VBox/Installer/common/vboxapisetup.py | 9 +
src/VBox/Installer/linux/distributions_deb | 1 +
src/VBox/Installer/linux/distributions_rpm | 1 +
src/VBox/Installer/linux/rpm/rules | 2 +-
src/VBox/Installer/linux/run-inst.sh | 11 +-
src/VBox/Installer/linux/sh-utils.sh | 4 +-
src/VBox/Main/glue/constants-python.xsl | 15 +-
src/VBox/Main/glue/vboxapi.py | 11 +-
src/VBox/Main/include/GuestDnDPrivate.h | 777 +-
src/VBox/Main/include/GuestDnDSourceImpl.h | 16 +-
src/VBox/Main/include/GuestDnDTargetImpl.h | 4 +-
src/VBox/Main/include/GuestImpl.h | 1 +
src/VBox/Main/src-client/ConsoleImpl.cpp | 6 +-
src/VBox/Main/src-client/ConsoleImpl2.cpp | 50 +-
src/VBox/Main/src-client/GuestDnDPrivate.cpp | 233 +-
src/VBox/Main/src-client/GuestDnDSourceImpl.cpp | 910 +-
src/VBox/Main/src-client/GuestDnDTargetImpl.cpp | 546 +-
src/VBox/Main/src-client/GuestSessionImpl.cpp | 18 +-
src/VBox/Main/src-client/GuestSessionImplTasks.cpp | 6 +-
src/VBox/Main/src-client/MouseImpl.cpp | 2 +-
src/VBox/Main/src-server/MachineImpl.cpp | 4 +-
src/VBox/Main/src-server/MediumImpl.cpp | 11 +-
src/VBox/Main/src-server/NetworkAdapterImpl.cpp | 6 +-
src/VBox/Main/src-server/Performance.cpp | 2 +-
src/VBox/Main/src-server/SerialPortImpl.cpp | 10 +-
src/VBox/Main/src-server/SnapshotImpl.cpp | 54 +-
src/VBox/Main/src-server/USBDeviceFilterImpl.cpp | 4 +-
src/VBox/Main/src-server/USBDeviceFiltersImpl.cpp | 9 +-
src/VBox/Main/src-server/USBProxyService.cpp | 9 +-
src/VBox/Main/src-server/darwin/iokit.cpp | 2 +
.../src-server/freebsd/USBProxyServiceFreeBSD.cpp | 7 +
src/VBox/Main/src-server/linux/USBGetDevices.cpp | 8 +-
.../src-server/solaris/USBProxyServiceSolaris.cpp | 9 +
src/VBox/Main/src-server/win/HostPowerWin.cpp | 3 +-
src/VBox/NetworkServices/NAT/proxy.h | 9 +
src/VBox/NetworkServices/NAT/pxtcp.c | 39 +-
src/VBox/Runtime/Makefile.kmk | 4 +
src/VBox/Runtime/common/ldr/ldrPE.cpp | 172 +-
src/VBox/Runtime/common/misc/req.cpp | 6 +-
src/VBox/Runtime/common/misc/reqqueue.cpp | 83 +-
src/VBox/Runtime/common/misc/sg.cpp | 30 +-
src/VBox/Runtime/common/string/utf-16-case.cpp | 39 +
src/VBox/Runtime/common/string/utf-16.cpp | 65 +
src/VBox/Runtime/common/zip/zip.cpp | 2 +-
src/VBox/Runtime/generic/http-curl.cpp | 8 +-
src/VBox/Runtime/include/internal/ldrPE.h | 89 +-
src/VBox/Runtime/include/internal/req.h | 5 +-
src/VBox/Runtime/nt/RTNtPathExpand8dot3Path.cpp | 190 +
.../Runtime/nt/RTNtPathFindPossible8dot3Name.cpp | 72 +
src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c | 59 +-
src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h | 10 +-
src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp | 16 +-
src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r3/alloc-ef-cpp.cpp | 20 +
.../darwin/RTCrStoreCreateSnapshotById-darwin.cpp | 4 +-
src/VBox/Runtime/r3/nt/pathint-nt.cpp | 57 +-
src/VBox/Runtime/r3/win/process-win.cpp | 4 +-
src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp | 2 +-
src/VBox/Runtime/testcase/Makefile.kmk | 4 +
src/VBox/Runtime/testcase/tstRTFileAio.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTNtPath-1.cpp | 212 +
src/VBox/Runtime/testcase/tstRTPath.cpp | 2 +-
src/VBox/Storage/VD.cpp | 12 +-
src/VBox/Storage/VMDK.cpp | 2 +-
src/VBox/VMM/VMMAll/GIMAllHv.cpp | 6 +-
src/bldprogs/VBoxCheckImports.cpp | 4 +-
src/libs/xpcom18a4/python/vboxxpcom.py | 9 +
src/recompiler/Sun/testmath.c | 2 +-
src/recompiler/exec.c | 2 +-
src/recompiler/target-i386/translate.c | 4 +-
236 files changed, 36370 insertions(+), 6093 deletions(-)
--
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