[Pkg-virtualbox-commits] [virtualbox] branch upstream updated (bd76fab -> ae4c209)
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Wed Oct 19 07:12:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a change to branch upstream
in repository virtualbox.
from bd76fab Imported Upstream version 5.1.6-dfsg
new ae4c209 Imported Upstream version 5.1.8-dfsg
The 1 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 | 53 +-
doc/manual/en_US/user_AdvancedTopics.xml | 74 +
doc/manual/en_US/user_Installation.xml | 97 +-
doc/manual/en_US/user_Storage.xml | 31 +-
doc/manual/en_US/user_VBoxManage.xml | 8 +-
doc/manual/user_ChangeLogImpl.xml | 132 +
include/VBox/VBoxVideo.h | 3 +
include/VBox/sup.h | 116 +-
include/VBox/sup.mac | 11 +-
include/iprt/err.h | 2 +
include/iprt/err.mac | 1 +
include/iprt/formats/pecoff.h | 312 +-
include/iprt/mangling.h | 7 +
include/iprt/mp.h | 31 +
include/iprt/nt/nt.h | 31 +
include/iprt/time.h | 2 +
include/iprt/x86.mac | 2 +
src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp | 14 +-
src/VBox/Additions/common/crOpenGL/DD_glc.py | 25 +-
src/VBox/Additions/common/crOpenGL/DD_glh.py | 21 +-
.../common/crOpenGL/Linux_i386_exports.py | 83 +-
.../common/crOpenGL/Linux_i386_exports_dri.py | 83 +-
.../common/crOpenGL/Linux_i386_glxapi_exports.py | 37 +-
src/VBox/Additions/common/crOpenGL/NULLfuncs.py | 57 +-
.../common/crOpenGL/SunOS_i386_exports.py | 71 +-
.../common/crOpenGL/SunOS_i386_exports_dri.py | 71 +-
.../common/crOpenGL/SunOS_i386_glxapi_exports.py | 33 +-
src/VBox/Additions/common/crOpenGL/cr_gl.py | 15 +-
src/VBox/Additions/common/crOpenGL/defs.py | 15 +-
src/VBox/Additions/common/crOpenGL/defs64.py | 15 +-
src/VBox/Additions/common/crOpenGL/entrypoints.py | 181 +-
.../Additions/common/crOpenGL/feedback/feedback.py | 51 +-
.../common/crOpenGL/feedback/feedback_funcs.py | 11 +-
.../common/crOpenGL/feedback/feedback_state.py | 17 +-
.../common/crOpenGL/feedback/feedbackspu_proto.py | 11 +-
.../Additions/common/crOpenGL/getprocaddress.py | 31 +-
src/VBox/Additions/common/crOpenGL/pack/pack.py | 27 +-
.../common/crOpenGL/pack/packspu_beginend.py | 29 +-
.../common/crOpenGL/pack/packspu_flush.py | 31 +-
.../Additions/common/crOpenGL/pack/packspu_get.py | 123 +-
.../common/crOpenGL/pack/packspu_proto.py | 11 +-
.../common/crOpenGL/passthrough/passthrough.py | 21 +-
src/VBox/Additions/common/crOpenGL/stub_common.py | 25 +-
src/VBox/Additions/common/crOpenGL/tsfuncs.py | 33 +-
.../Additions/common/crOpenGL/windows_exports.py | 63 +-
.../common/crOpenGL/windows_getprocaddress.py | 55 +-
.../common/crOpenGL/windows_i386_exports.py | 83 +-
src/VBox/Additions/linux/drm/vbox_drv.c | 26 +-
src/VBox/Additions/linux/drm/vbox_drv.h | 2 +-
src/VBox/Additions/linux/drm/vbox_main.c | 4 +-
src/VBox/Additions/linux/drm/vbox_mode.c | 20 +-
src/VBox/Additions/linux/installer/vboxadd-x11.sh | 7 +-
src/VBox/Additions/linux/installer/vboxadd.sh | 4 +-
src/VBox/Additions/x11/VBoxClient/check3d.cpp | 19 +
src/VBox/Additions/x11/vboxvideo/vboxvideo.c | 7 +
src/VBox/Devices/Audio/AudioMixBuffer.cpp | 2 +-
src/VBox/Devices/Audio/AudioMixer.cpp | 107 +-
src/VBox/Devices/Audio/DevIchAc97.cpp | 624 ++--
src/VBox/Devices/Audio/DrvAudio.cpp | 175 +-
src/VBox/Devices/Audio/DrvHostCoreAudio.cpp | 1350 ++++++--
src/VBox/Devices/Audio/DrvHostDebugAudio.cpp | 36 +-
src/VBox/Devices/Audio/DrvHostPulseAudio.cpp | 7 +-
src/VBox/Devices/Bus/DevPciIch9.cpp | 11 +-
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd | Bin 2097152 -> 2097152 bytes
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd | Bin 2097152 -> 2097152 bytes
.../Graphics/BIOS/VBoxVgaBiosAlternative286.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative286.md5sum | 2 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative386.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative386.md5sum | 2 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative8086.asm | 6 +-
.../BIOS/VBoxVgaBiosAlternative8086.md5sum | 2 +-
src/VBox/Devices/Graphics/DevVGA_VBVA.cpp | 5 +-
src/VBox/Devices/Graphics/DevVGA_VDMA.cpp | 25 +-
src/VBox/Devices/Makefile.kmk | 6 +
src/VBox/Devices/Network/DrvNAT.cpp | 15 +-
src/VBox/Devices/Network/slirp/bootp.c | 144 +-
.../Devices/Network/slirp/resolv_conf_parser.c | 5 +
src/VBox/Devices/Network/slirp/socket.c | 34 +-
src/VBox/Devices/Network/slirp/socket.h | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative286.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative286.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative386.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative386.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative8086.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative8086.md5sum | 2 +-
src/VBox/Devices/Samples/DevPlayground.cpp | 230 ++
src/VBox/Devices/Samples/DrvStorageFilter.cpp | 8 +-
src/VBox/Devices/Samples/Makefile.kmk | 5 +-
src/VBox/Devices/Samples/VBoxSampleDevice.cpp | 26 +-
src/VBox/Devices/VirtIO/Virtio.cpp | 22 +
src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp | 1 +
.../VirtualBox/src/globals/VBoxGlobal.cpp | 5 +
.../VirtualBox/src/runtime/UIKeyboardHandler.cpp | 20 +-
.../VirtualBox/src/runtime/UIMachineView.cpp | 14 +-
src/VBox/GuestHost/OpenGL/error/error.py | 25 +-
src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py | 81 +-
src/VBox/GuestHost/OpenGL/packer/opcodes.py | 52 +-
src/VBox/GuestHost/OpenGL/packer/pack_current.py | 33 +-
.../GuestHost/OpenGL/packer/pack_currentheader.py | 39 +-
src/VBox/GuestHost/OpenGL/packer/pack_header.py | 21 +-
src/VBox/GuestHost/OpenGL/packer/pack_lights.c | 82 +-
src/VBox/GuestHost/OpenGL/packer/pack_matrices.c | 336 +-
src/VBox/GuestHost/OpenGL/packer/pack_program.c | 266 +-
.../GuestHost/OpenGL/packer/pack_regcombiner.c | 66 +-
src/VBox/GuestHost/OpenGL/packer/pack_swap.py | 31 +-
src/VBox/GuestHost/OpenGL/packer/pack_swap_map.c | 196 +-
src/VBox/GuestHost/OpenGL/packer/packer.py | 101 +-
src/VBox/GuestHost/OpenGL/packer/packer_bbox.py | 98 +-
src/VBox/GuestHost/OpenGL/spu_loader/dispatch.py | 27 +-
.../GuestHost/OpenGL/spu_loader/dispatchheader.py | 39 +-
src/VBox/GuestHost/OpenGL/spu_loader/glloader.py | 111 +-
src/VBox/GuestHost/OpenGL/spu_loader/spuchange.py | 55 +-
src/VBox/GuestHost/OpenGL/spu_loader/spucopy.py | 11 +-
src/VBox/GuestHost/OpenGL/state_tracker/convert.py | 33 +-
.../GuestHost/OpenGL/state_tracker/dump_gen.py | 108 +-
.../GuestHost/OpenGL/state_tracker/gendiffcode.py | 97 +-
.../OpenGL/state_tracker/get_components.py | 26 +-
.../OpenGL/state_tracker/state_current.py | 249 +-
.../GuestHost/OpenGL/state_tracker/state_funcs.py | 15 +-
.../GuestHost/OpenGL/state_tracker/state_get.py | 109 +-
.../OpenGL/state_tracker/state_isenabled.py | 43 +-
.../OpenGL/state_tracker/state_lighting.c | 52 +-
src/VBox/GuestHost/OpenGL/util/debug_opcodes.py | 22 +-
src/VBox/HostDrivers/Support/SUPDrvGip.cpp | 246 +-
src/VBox/HostDrivers/Support/SUPDrvIOC.h | 2 +-
src/VBox/HostDrivers/Support/SUPDrvInternal.h | 36 +
src/VBox/HostDrivers/Support/SUPLib.cpp | 7 +
src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp | 29 +-
src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp | 169 +-
.../VBoxNetFlt/linux/VBoxNetFlt-linux.c | 11 +-
.../SharedOpenGL/crserverlib/get_sizes.py | 29 +-
.../SharedOpenGL/crserverlib/server_dispatch.py | 63 +-
.../crserverlib/server_dispatch_header.py | 11 +-
.../SharedOpenGL/crserverlib/server_get.py | 27 +-
.../SharedOpenGL/crserverlib/server_retval.py | 19 +-
.../SharedOpenGL/crserverlib/server_simpleget.py | 35 +-
.../HostServices/SharedOpenGL/dlm/dlm_generated.py | 2 +-
.../HostServices/SharedOpenGL/dlm/dlm_header.py | 4 +-
.../HostServices/SharedOpenGL/expando/expando.py | 4 +-
.../HostServices/SharedOpenGL/unpacker/unpack.py | 149 +-
.../SharedOpenGL/unpacker/unpack_extend.py | 13 +-
.../SharedOpenGL/unpacker/unpack_header.py | 20 +-
.../SharedOpenGL/unpacker/unpack_map.c | 104 +-
.../SharedOpenGL/unpacker/unpack_program.c | 318 +-
src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec | 5 +
src/VBox/Installer/linux/rpm/rules | 37 +-
src/VBox/Installer/win/NLS/de_DE.wxl | 5 +-
src/VBox/Installer/win/NLS/en_US.wxl | 5 +-
src/VBox/Installer/win/NLS/fa_IR.wxl | 5 +-
src/VBox/Installer/win/NLS/fr_FR.wxl | 7 +-
src/VBox/Installer/win/NLS/it_IT.wxl | 5 +-
src/VBox/Installer/win/NLS/tr_TR.wxl | 5 +-
src/VBox/Installer/win/NLS/zh_TW.wxl | 5 +-
src/VBox/Installer/win/PublicProperties.wxi | 5 +
src/VBox/Installer/win/UserInterface.wxi | 12 +-
src/VBox/Installer/win/VirtualBox.wxs | 19 +-
src/VBox/Main/Makefile.kmk | 2 +-
src/VBox/Main/glue/com.cpp | 13 +-
src/VBox/Main/include/ThreadTask.h | 11 +-
src/VBox/Main/include/VirtualBoxClientImpl.h | 4 +
src/VBox/Main/src-all/ThreadTask.cpp | 1 +
src/VBox/Main/src-client/ConsoleImpl2.cpp | 16 +-
src/VBox/Main/src-client/DisplayImpl.cpp | 22 +
src/VBox/Main/src-client/VirtualBoxClientImpl.cpp | 176 ++
src/VBox/Main/src-server/MediumImpl.cpp | 10 +-
src/VBox/Main/src-server/MediumLock.cpp | 9 +
src/VBox/Main/src-server/NATEngineImpl.cpp | 13 +
src/VBox/Main/src-server/SnapshotImpl.cpp | 6 +
src/VBox/Main/src-server/StorageControllerImpl.cpp | 1 +
src/VBox/Main/webservice/Makefile.kmk | 11 +-
src/VBox/Main/webservice/vboxweb.cpp | 19 +-
src/VBox/Main/webservice/vboxweb.h | 7 +-
src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp | 64 +
src/VBox/NetworkServices/NetLib/ComHostUtils.cpp | 42 -
src/VBox/NetworkServices/NetLib/utils.h | 1 -
src/VBox/RDP/client-1.8.3/ssl.c | 65 +
src/VBox/RDP/client-1.8.3/tcp.c | 11 +
src/VBox/Runtime/Makefile.kmk | 17 +-
src/VBox/Runtime/VBox/VBoxRTDeps.cpp | 14 +-
src/VBox/Runtime/VBox/VBoxRTImp.def | 1 +
src/VBox/Runtime/common/crypto/digest-builtin.cpp | 18 +-
src/VBox/Runtime/common/crypto/pkix-verify.cpp | 184 +-
src/VBox/Runtime/common/ldr/ldrPE.cpp | 66 +-
src/VBox/Runtime/common/misc/lockvalidator.cpp | 6 +-
src/VBox/Runtime/common/time/timesup.cpp | 4 +
src/VBox/Runtime/common/time/timesupref.cpp | 15 +
src/VBox/Runtime/common/time/timesupref.h | 24 +-
...nt-generic.cpp => mppresent-generic-online.cpp} | 12 +-
src/VBox/Runtime/include/internal/mp.h | 82 +
src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c | 15 +-
src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp | 231 +-
src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h | 59 +-
src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp | 1194 ++++++-
.../Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp | 189 --
src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp | 16 +-
src/VBox/Runtime/r3/win/VBoxRT-openssl-1.1plus.def | 214 ++
src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def | 1707 ----------
src/VBox/Runtime/r3/win/VBoxRT-openssl-pre-1.1.def | 242 ++
src/VBox/Runtime/r3/win/VBoxRT-openssl.def | 3253 --------------------
src/VBox/Runtime/r3/win/mp-win.cpp | 776 ++++-
src/VBox/Runtime/testcase/Makefile.kmk | 2 +-
src/VBox/Runtime/testcase/tstRTMp-1.cpp | 11 +-
src/VBox/Storage/Makefile.kmk | 3 +-
src/VBox/VMM/VMMAll/TMAllVirtual.cpp | 2 +
src/VBox/VMM/VMMR3/CFGM.cpp | 6 +-
src/libs/Makefile.kmk | 6 +-
src/libs/xpcom18a4/python/gen_python_deps.py | 6 +-
207 files changed, 8979 insertions(+), 9003 deletions(-)
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/DD_glc.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/DD_glh.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/Linux_i386_exports.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/Linux_i386_exports_dri.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/NULLfuncs.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/cr_gl.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/defs.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/defs64.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/entrypoints.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/feedback/feedback.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/feedback/feedback_funcs.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/feedback/feedback_state.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/feedback/feedbackspu_proto.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/getprocaddress.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/pack/pack.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/pack/packspu_beginend.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/pack/packspu_flush.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/pack/packspu_proto.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/passthrough/passthrough.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/tsfuncs.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/windows_exports.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/windows_getprocaddress.py
mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/windows_i386_exports.py
create mode 100644 src/VBox/Devices/Samples/DevPlayground.cpp
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/error/error.py
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/packer/opcodes.py
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/packer/pack_header.py
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/packer/pack_swap.py
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/packer/packer_bbox.py
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/spu_loader/dispatch.py
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/spu_loader/dispatchheader.py
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/spu_loader/glloader.py
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/spu_loader/spuchange.py
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/spu_loader/spucopy.py
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/state_tracker/gendiffcode.py
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/state_tracker/get_components.py
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/state_tracker/state_funcs.py
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/state_tracker/state_isenabled.py
mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/util/debug_opcodes.py
mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/crserverlib/get_sizes.py
mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/crserverlib/server_dispatch.py
mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/crserverlib/server_dispatch_header.py
mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/crserverlib/server_get.py
mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/crserverlib/server_retval.py
mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/unpacker/unpack.py
mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/unpacker/unpack_extend.py
mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/unpacker/unpack_header.py
copy src/VBox/Runtime/generic/{mppresent-generic.cpp => mppresent-generic-online.cpp} (87%)
create mode 100644 src/VBox/Runtime/include/internal/mp.h
delete mode 100644 src/VBox/Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp
create mode 100644 src/VBox/Runtime/r3/win/VBoxRT-openssl-1.1plus.def
delete mode 100644 src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def
create mode 100644 src/VBox/Runtime/r3/win/VBoxRT-openssl-pre-1.1.def
delete mode 100644 src/VBox/Runtime/r3/win/VBoxRT-openssl.def
--
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