[Pkg-virtualbox-commits] [virtualbox] branch master updated (e952411 -> c7e6b1a)
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Fri Sep 12 15:31:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a change to branch master
in repository virtualbox.
from e952411 Release to unstable.
adds 747414b Imported Upstream version 4.3.16-dfsg
new 526e19f Merge tag 'upstream/4.3.16-dfsg'
new c7e6b1a New upstream release, patch refresh
The 2 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 | 61 +-
debian/changelog | 7 +
debian/patches/02-gsoap-build-fix.patch | 2 +-
debian/patches/06-xsession.patch | 31 +-
debian/patches/18-system-xorg.patch | 4 +-
debian/patches/29-fix-ftbfs-as-needed.patch | 2 +-
debian/patches/36-fix-vnc-version-string.patch | 2 +-
doc/manual/en_US/user_AdvancedTopics.xml | 473 +-
doc/manual/user_ChangeLogImpl.xml | 196 +
include/VBox/ExtPack/ExtPack.h | 44 +-
include/VBox/VBoxOGLTest.h | 3 +-
include/VBox/VBoxVideoHost3D.h | 33 +
include/VBox/com/string.h | 10 +-
include/VBox/err.h | 17 +-
include/VBox/err.mac | 6 +
include/VBox/sup.h | 18 +-
include/VBox/vd-ifs.h | 80 +
include/VBox/vd.h | 52 +-
include/VBox/vmm/hm.h | 6 +-
include/VBox/vmm/hm_vmx.h | 3 +-
include/VBox/vmm/hm_vmx.mac | 3 +-
include/VBox/vmm/pdmifs.h | 125 +-
include/VBox/vmm/vmapi.h | 1 +
include/VBox/vusb.h | 8 +-
include/iprt/asm-math.h | 2 +-
include/iprt/asmdefs.mac | 55 +
include/iprt/asn1-generator-asn1-decoder.h | 2 +
include/iprt/asn1-generator-init.h | 1 +
include/iprt/asn1-generator-pass.h | 20 +
include/iprt/asn1.h | 24 +-
include/iprt/bignum.h | 34 +-
include/iprt/crypto/pkcs7.h | 208 +-
include/iprt/crypto/tsp.h | 136 +
include/iprt/crypto/x509.h | 7 +-
include/iprt/err.h | 19 +
include/iprt/err.mac | 9 +
include/iprt/ldr.h | 72 +-
include/iprt/list.h | 24 +
include/iprt/mangling.h | 60 +
include/iprt/memsafer.h | 30 +-
include/iprt/net.h | 65 +-
include/iprt/nt/nt-and-windows.h | 17 +
include/iprt/nt/nt.h | 996 +-
include/iprt/thread.h | 6 +
include/iprt/types.h | 28 +-
include/iprt/uint128.h | 722 +-
include/iprt/x86.h | 13 +-
include/iprt/x86.mac | 2 +
src/VBox/Additions/common/VBoxGuest/linux/Makefile | 4 +-
.../Additions/common/VBoxGuestLib/Makefile.kmk | 19 +
.../common/VBoxGuestLib/VBoxGuestR3Lib.cpp | 97 +-
.../VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp | 23 +-
.../VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp | 16 +
.../common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp | 2 +-
src/VBox/Additions/common/crOpenGL/load.c | 12 +
src/VBox/Additions/common/crOpenGL/pack/packspu.h | 2 +
.../common/crOpenGL/pack/packspu_context.c | 5 +
.../common/crOpenGL/pack/packspu_getstring.c | 109 +-
.../Additions/common/crOpenGL/pack/packspu_misc.c | 56 +
.../Additions/common/crOpenGL/pack/packspu_net.c | 3 +-
.../Additions/common/crOpenGL/pack/packspu_special | 5 +-
src/VBox/Additions/linux/drm/Makefile.module | 2 +-
src/VBox/Additions/linux/drm/vboxvideo_drm.c | 4 -
.../Additions/linux/sharedfolders/Makefile.module | 2 +-
src/VBox/Additions/x11/Installer/98vboxadd-xclient | 34 +-
src/VBox/Additions/x11/undefined_xfree86 | 1187 +
src/VBox/Additions/x11/undefined_xfree86_modules | 16 +
.../x11/{vboxvideo/undefined => undefined_xorg} | 119 +-
src/VBox/Additions/x11/vboxmouse/Makefile.kmk | 4 +-
src/VBox/Additions/x11/vboxmouse/undefined | 114 -
src/VBox/Additions/x11/vboxmouse/undefined_extra | 18 -
src/VBox/Additions/x11/vboxvideo/Makefile.kmk | 20 +-
src/VBox/Additions/x11/vboxvideo/undefined | 6 +
src/VBox/Additions/x11/vboxvideo/undefined_extra | 19 -
src/VBox/Additions/x11/vboxvideo/vboxutils.c | 2 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo.c | 3 +-
src/VBox/Devices/EFI/DevSmc.cpp | 1 +
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_VDMA.cpp | 90 +-
src/VBox/Devices/Makefile.kmk | 8 +-
.../en_US => src/VBox/Devices/Misc}/Makefile.kup | 0
src/VBox/Devices/Misc/VirtualKD.cpp | 277 +
src/VBox/Devices/Network/DrvNAT.cpp | 48 +-
src/VBox/Devices/Network/SrvIntNetR0.cpp | 295 +-
src/VBox/Devices/Network/slirp/bootp.c | 3 +
src/VBox/Devices/Network/slirp/ip_input.c | 17 +
src/VBox/Devices/Network/slirp/libslirp.h | 7 +-
src/VBox/Devices/Network/slirp/slirp.c | 36 +-
src/VBox/Devices/Network/slirp/slirp_dns.c | 7 +
src/VBox/Devices/Network/slirp/socket.c | 175 +-
src/VBox/Devices/Network/slirp/socket.h | 13 +
src/VBox/Devices/Network/slirp/udp.c | 57 +-
src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm | 3858 +-
.../Devices/PC/BIOS/VBoxBiosAlternative.md5sum | 2 +-
src/VBox/Devices/PC/BIOS/floppy.c | 11 +-
src/VBox/Devices/PC/DevAPIC.cpp | 2 +-
src/VBox/Devices/PC/DevPcBios.cpp | 2 +-
src/VBox/Devices/PC/ipxe/README.vbox | 8 +
src/VBox/Devices/PC/ipxe/iPxeBiosBin.rom | Bin 52224 -> 53248 bytes
.../PC/ipxe/src/arch/i386/drivers/net/undiload.c | 8 +-
.../src/arch/i386/firmware/pcbios/bios_console.c | 9 +-
.../PC/ipxe/src/arch/i386/image/bootsector.c | 9 +-
.../Devices/PC/ipxe/src/arch/i386/image/elfboot.c | 7 +-
src/VBox/Devices/PC/ipxe/src/arch/i386/image/nbi.c | 16 +-
.../PC/ipxe/src/arch/i386/interface/pxe/pxe_call.c | 8 +-
.../src/arch/i386/interface/pxeparent/pxeparent.c | 8 +-
src/VBox/Devices/PC/vbox.dsl | 2 +-
src/VBox/Devices/Samples/DrvStorageFilter.cpp | 9 +-
src/VBox/Devices/Storage/DevAHCI.cpp | 132 +-
src/VBox/Devices/Storage/DrvBlock.cpp | 38 +
src/VBox/Devices/Storage/DrvDiskIntegrity.cpp | 109 +-
src/VBox/Devices/Storage/DrvHostBase.cpp | 39 +
src/VBox/Devices/Storage/DrvVD.cpp | 257 +-
src/VBox/Devices/USB/DevOHCI.cpp | 2 -
src/VBox/Devices/USB/DrvVUSBRootHub.cpp | 160 +-
src/VBox/Devices/USB/VUSBDevice.cpp | 446 +-
src/VBox/Devices/USB/VUSBInternal.h | 82 +-
src/VBox/Devices/USB/VUSBReadAhead.cpp | 178 +-
src/VBox/Devices/USB/VUSBUrb.cpp | 124 +-
.../Devices/USB/darwin/USBProxyDevice-darwin.cpp | 169 +-
.../Devices/USB/freebsd/USBProxyDevice-freebsd.cpp | 3 +-
.../Devices/USB/linux/USBProxyDevice-linux.cpp | 357 +-
src/VBox/Devices/USB/win/USBProxyDevice-win.cpp | 4 -
src/VBox/Devices/build/VBoxDD.cpp | 7 +-
src/VBox/Devices/build/VBoxDD.h | 6 +-
src/VBox/Frontends/Common/VBoxKeyboard/xkbtoscan.h | 31 +-
.../Frontends/VBoxManage/VBoxManageModifyVM.cpp | 154 +-
src/VBox/Frontends/VirtualBox/Makefile.kmk | 3 +-
.../Frontends/VirtualBox/nls/ApprovedLanguages.kmk | 2 +
src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 14333 ++---
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts | 122 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts | 1823 +-
.../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts | 24 +-
src/VBox/Frontends/VirtualBox/nls/qt_eu.ts | 3677 +-
.../VirtualBox/src/converter/UIConverterBackend.h | 3 +
.../src/converter/UIConverterBackendGlobal.cpp | 32 +
.../Frontends/VirtualBox/src/globals/UIDefs.cpp | 1 +
src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h | 9 +
.../VirtualBox/src/globals/VBoxGlobal.cpp | 82 +
.../Frontends/VirtualBox/src/globals/VBoxGlobal.h | 9 +
src/VBox/Frontends/VirtualBox/src/hardenedmain.cpp | 2 +-
src/VBox/Frontends/VirtualBox/src/main.cpp | 5 +
.../VirtualBox/src/platform/darwin/Info.plist | 1 +
.../src/platform/darwin/UICocoaApplication.h | 44 +-
.../src/platform/darwin/UICocoaApplication.mm | 163 +-
.../VirtualBox/src/platform/darwin/VM-Info.plist | 1 +
.../src/platform/darwin/vmstarter-Info.plist | 1 +
.../VirtualBox/src/runtime/UIKeyboardHandler.cpp | 26 +-
.../VirtualBox/src/runtime/UIMachineLogic.cpp | 22 +-
.../VirtualBox/src/runtime/UIMachineLogic.h | 13 +-
.../VirtualBox/src/runtime/UIMachineView.cpp | 8 +-
.../VirtualBox/src/runtime/UIMachineWindow.cpp | 16 +-
.../VirtualBox/src/runtime/UIMachineWindow.h | 1 -
.../VirtualBox/src/runtime/UIMouseHandler.cpp | 3 +-
.../Frontends/VirtualBox/src/runtime/UISession.cpp | 18 +-
.../Frontends/VirtualBox/src/runtime/UISession.h | 18 +-
.../fullscreen/UIMachineLogicFullscreen.cpp | 193 +-
.../runtime/fullscreen/UIMachineLogicFullscreen.h | 31 +-
.../fullscreen/UIMachineWindowFullscreen.cpp | 156 +-
.../src/runtime/normal/UIMachineLogicNormal.h | 3 +
.../src/runtime/normal/UIMachineViewNormal.cpp | 31 +-
.../src/runtime/normal/UIMachineViewNormal.h | 4 +-
.../src/runtime/normal/UIMachineWindowNormal.cpp | 34 +-
.../src/runtime/normal/UIMachineWindowNormal.h | 2 +-
.../src/runtime/scale/UIMachineLogicScale.h | 3 +
.../src/runtime/scale/UIMachineViewScale.cpp | 29 +-
.../src/runtime/scale/UIMachineViewScale.h | 3 +
.../runtime/seamless/UIMachineLogicSeamless.cpp | 30 +-
.../src/runtime/seamless/UIMachineLogicSeamless.h | 9 +-
.../runtime/seamless/UIMachineWindowSeamless.cpp | 52 +-
.../VirtualBox/src/widgets/UIMiniToolBar.cpp | 147 +-
.../VirtualBox/src/widgets/UIMiniToolBar.h | 24 +-
src/VBox/GuestHost/OpenGL/include/chromium.h | 6 +
src/VBox/GuestHost/OpenGL/include/cr_dump.h | 8 +-
src/VBox/GuestHost/OpenGL/include/cr_error.h | 2 +
src/VBox/GuestHost/OpenGL/include/cr_glstate.h | 15 +
src/VBox/GuestHost/OpenGL/include/cr_pack.h | 64 +-
src/VBox/GuestHost/OpenGL/include/cr_protocol.h | 4 +-
src/VBox/GuestHost/OpenGL/include/cr_server.h | 9 +
src/VBox/GuestHost/OpenGL/include/cr_sortarray.h | 102 +
src/VBox/GuestHost/OpenGL/include/cr_unpack.h | 1 +
.../GuestHost/OpenGL/include/state/cr_texture.h | 1 +
src/VBox/GuestHost/OpenGL/packer/opcodes.py | 2 +
src/VBox/GuestHost/OpenGL/packer/pack_beginend.c | 7 +-
.../GuestHost/OpenGL/packer/pack_bufferobject.c | 1 +
src/VBox/GuestHost/OpenGL/packer/pack_context.c | 4 +
src/VBox/GuestHost/OpenGL/packer/pack_init.c | 6 +-
src/VBox/GuestHost/OpenGL/packer/pack_lists.c | 7 +
src/VBox/GuestHost/OpenGL/packer/pack_pixels.c | 2 +
src/VBox/GuestHost/OpenGL/packer/pack_program.c | 3 +
src/VBox/GuestHost/OpenGL/packer/pack_shaders.c | 12 +
.../GuestHost/OpenGL/packer/pack_swap_texture.c | 1 +
src/VBox/GuestHost/OpenGL/packer/pack_texture.c | 1 +
src/VBox/GuestHost/OpenGL/packer/packer.py | 11 +
src/VBox/GuestHost/OpenGL/spu_loader/spuload.c | 3 +
src/VBox/GuestHost/OpenGL/state_tracker/state.h | 1 +
.../GuestHost/OpenGL/state_tracker/state_diff.c | 39 +-
.../OpenGL/state_tracker/state_framebuffer.c | 2 +-
.../GuestHost/OpenGL/state_tracker/state_init.c | 76 +-
.../GuestHost/OpenGL/state_tracker/state_lists.c | 6 +
.../GuestHost/OpenGL/state_tracker/state_texture.c | 64 +-
src/VBox/GuestHost/OpenGL/util/error.c | 95 +-
src/VBox/GuestHost/OpenGL/util/sortarray.cpp | 414 +
src/VBox/HostDrivers/Support/Makefile.kmk | 45 +-
src/VBox/HostDrivers/Support/SUPDrv.c | 34 +-
src/VBox/HostDrivers/Support/SUPDrvInternal.h | 4 +-
src/VBox/HostDrivers/Support/SUPLib.cpp | 18 +-
src/VBox/HostDrivers/Support/SUPLibInternal.h | 53 +-
src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp | 262 +-
.../Support/SUPR3HardenedMainTemplate.cpp | 9 +
.../HostDrivers/Support/SUPR3HardenedNoCrt.cpp | 29 +-
.../HostDrivers/Support/SUPR3HardenedVerify.cpp | 301 +-
.../HostDrivers/Support/darwin/SUPDrv-darwin.cpp | 13 +-
.../HostDrivers/Support/freebsd/SUPDrv-freebsd.c | 13 +-
src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c | 22 +-
src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp | 12 +-
.../HostDrivers/Support/solaris/SUPDrv-solaris.c | 11 +-
src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp | 174 +-
.../Support/win/SUPHardenedVerify-win.h | 113 +-
.../Support/win/SUPHardenedVerifyImage-win.cpp | 1208 +-
.../Support/win/SUPHardenedVerifyProcess-win.cpp | 1175 +-
src/VBox/HostDrivers/Support/win/SUPLib-win.cpp | 2 +-
.../Support/win/SUPR3HardenedMain-win.cpp | 4121 +-
.../Support/win/SUPR3HardenedMainA-win.asm | 88 +
.../Support/win/SUPR3HardenedMainImports-win.cpp | 607 +
.../Support/win/import-template-kernel32.h | 28 +
.../Support/win/import-template-ntdll.h | 71 +
src/VBox/HostDrivers/Support/win/winstub.com | Bin 0 -> 128 bytes
.../VBoxNetAdp/linux/VBoxNetAdp-linux.c | 3 +
src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp | 22 +-
src/VBox/HostServices/SharedOpenGL/Makefile.kmk | 5 +-
.../SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp | 83 +-
.../SharedOpenGL/crserver/crservice.cpp | 17 +-
.../HostServices/SharedOpenGL/crserverlib/server.h | 1 +
.../SharedOpenGL/crserverlib/server_config.c | 2 +
.../SharedOpenGL/crserverlib/server_lists.c | 33 +-
.../SharedOpenGL/crserverlib/server_main.c | 13 +
.../SharedOpenGL/crserverlib/server_misc.c | 41 +-
.../SharedOpenGL/crserverlib/server_muralfbo.cpp | 15 +-
.../SharedOpenGL/crserverlib/server_presenter.cpp | 522 +-
.../SharedOpenGL/crserverlib/server_retval.py | 51 +-
.../SharedOpenGL/crserverlib/server_stream.c | 14 +-
.../SharedOpenGL/crserverlib/server_window.c | 11 +-
.../HostServices/SharedOpenGL/render/renderspu.c | 206 +-
.../HostServices/SharedOpenGL/render/renderspu.h | 44 +-
.../SharedOpenGL/render/renderspu_cocoa_helper.m | 973 +-
.../SharedOpenGL/render/renderspu_glx.c | 17 +-
.../SharedOpenGL/render/renderspu_init.c | 4 +-
.../HostServices/SharedOpenGL/unpacker/unpack.py | 43 +-
src/VBox/Installer/linux/distributions_rpm | 1 +
src/VBox/Installer/linux/rpm/rules | 4 +-
.../win/InstallHelper/VBoxInstallHelper.cpp | 48 +-
src/VBox/Installer/win/Makefile.kmk | 5 +-
src/VBox/Installer/win/VBoxKey.wxi | 2 +-
src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi | 13 +-
src/VBox/Installer/win/VirtualBox.wxs | 4 +-
src/VBox/Main/Makefile.kmk | 14 +-
src/VBox/Main/glue/string.cpp | 5 +-
src/VBox/Main/include/AutoCaller.h | 5 +-
src/VBox/Main/include/ConsoleImpl.h | 49 +-
src/VBox/Main/include/DisplayImpl.h | 4 +-
src/VBox/Main/include/ExtPackManagerImpl.h | 4 +-
src/VBox/Main/include/HostImpl.h | 4 +-
src/VBox/Main/include/MachineImpl.h | 1 +
src/VBox/Main/include/MediumImpl.h | 6 +-
src/VBox/Main/include/SessionImpl.h | 4 +-
src/VBox/Main/include/SystemPropertiesImpl.h | 6 +-
src/VBox/Main/include/VirtualBoxImpl.h | 7 +-
src/VBox/Main/include/objectslist.h | 20 +-
src/VBox/Main/src-all/EventImpl.cpp | 25 +-
src/VBox/Main/src-all/ExtPackManagerImpl.cpp | 54 +-
src/VBox/Main/src-all/VirtualBoxBase.cpp | 19 +-
src/VBox/Main/src-client/ConsoleImpl.cpp | 201 +-
src/VBox/Main/src-client/ConsoleImpl2.cpp | 28 +-
src/VBox/Main/src-client/DisplayImpl.cpp | 36 +-
src/VBox/Main/src-client/EbmlWriter.cpp | 8 +-
src/VBox/Main/src-client/SessionImpl.cpp | 29 +-
src/VBox/Main/src-server/HostImpl.cpp | 37 +-
src/VBox/Main/src-server/MachineImpl.cpp | 169 +-
src/VBox/Main/src-server/MachineImplCloneVM.cpp | 5 +-
src/VBox/Main/src-server/MediumImpl.cpp | 280 +-
src/VBox/Main/src-server/SnapshotImpl.cpp | 4 +-
src/VBox/Main/src-server/SystemPropertiesImpl.cpp | 19 +-
src/VBox/Main/src-server/VirtualBoxImpl.cpp | 70 +-
src/VBox/Main/webservice/Makefile.kmk | 17 +-
src/VBox/NetworkServices/NAT/RTWinPoll.cpp | 50 +-
src/VBox/NetworkServices/NAT/proxy.c | 33 +-
src/VBox/NetworkServices/NAT/pxtcp.c | 8 +-
src/VBox/NetworkServices/NAT/pxudp.c | 170 +-
src/VBox/NetworkServices/NAT/winutils.h | 6 +-
src/VBox/Runtime/Makefile.kmk | 186 +-
src/VBox/Runtime/common/asn1/asn1-cursor.cpp | 106 +-
src/VBox/Runtime/common/asn1/asn1-dump.cpp | 9 +-
.../Runtime/common/asn1/asn1-ut-boolean-decode.cpp | 1 +
.../Runtime/common/asn1/asn1-ut-core-decode.cpp | 1 +
.../Runtime/common/asn1/asn1-ut-dyntype-decode.cpp | 14 +
.../Runtime/common/asn1/asn1-ut-integer-decode.cpp | 1 +
.../Runtime/common/asn1/asn1-ut-null-decode.cpp | 1 +
.../Runtime/common/asn1/asn1-ut-objid-decode.cpp | 1 +
src/VBox/Runtime/common/asn1/asn1-ut-objid.cpp | 27 +-
.../common/asn1/asn1-ut-octetstring-decode.cpp | 1 +
.../Runtime/common/asn1/asn1-ut-string-decode.cpp | 1 +
.../Runtime/common/asn1/asn1-ut-time-decode.cpp | 4 +-
.../Runtime/common/crypto/pkcs7-asn1-decoder.cpp | 117 +-
src/VBox/Runtime/common/crypto/pkcs7-core.cpp | 148 +
src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp | 20 +-
src/VBox/Runtime/common/crypto/pkcs7-template.h | 62 +-
src/VBox/Runtime/common/crypto/pkcs7-verify.cpp | 416 +-
.../Runtime/common/crypto/pkix-signature-rsa.cpp | 33 +-
.../Runtime/common/crypto/spc-asn1-decoder.cpp | 5 +-
.../{pkcs7-core.cpp => tsp-asn1-decoder.cpp} | 25 +-
.../common/crypto/{pkcs7-core.cpp => tsp-core.cpp} | 24 +-
.../common/crypto/{pkcs7-core.cpp => tsp-init.cpp} | 25 +-
.../VBox/Runtime/common/crypto/tsp-internal.h | 13 +-
.../crypto/{pkcs7-core.cpp => tsp-sanity.cpp} | 24 +-
src/VBox/Runtime/common/crypto/tsp-template.h | 98 +
.../Runtime/common/crypto/x509-asn1-decoder.cpp | 5 +-
src/VBox/Runtime/common/crypto/x509-certpaths.cpp | 46 +-
src/VBox/Runtime/common/crypto/x509-core.cpp | 3 +-
src/VBox/Runtime/common/crypto/x509-template.h | 2 +-
src/VBox/Runtime/common/ldr/ldr.cpp | 2 +-
.../Runtime/common/ldr/ldrELFRelocatable.cpp.h | 93 +-
src/VBox/Runtime/common/ldr/ldrEx.cpp | 96 +-
src/VBox/Runtime/common/ldr/ldrNative.cpp | 1 +
src/VBox/Runtime/common/ldr/ldrPE.cpp | 399 +-
src/VBox/Runtime/common/ldr/ldrkStuff.cpp | 12 +-
src/VBox/Runtime/common/math/RTUInt128MulByU64.asm | 82 +
src/VBox/Runtime/common/math/bignum-amd64-x86.asm | 845 +
src/VBox/Runtime/common/math/bignum.cpp | 1284 +-
src/VBox/Runtime/common/misc/http.cpp | 9 +-
src/VBox/Runtime/common/string/strformatrt.cpp | 2 +-
src/VBox/Runtime/generic/memsafer-generic.cpp | 53 +-
src/VBox/Runtime/include/internal/bignum.mac | 54 +
src/VBox/Runtime/include/internal/ldr.h | 39 +-
src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c | 17 +-
src/VBox/Runtime/r3/alloc-ef.cpp | 10 +-
src/VBox/Runtime/r3/memsafer-r3.cpp | 632 +
src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def | 1 -
src/VBox/Runtime/r3/win/alloc-win.cpp | 4 +-
src/VBox/Runtime/r3/win/ntdll-mini-implib.def | 36 +-
src/VBox/Runtime/testcase/Makefile.kmk | 5 +
src/VBox/Runtime/testcase/tstLdr-2.cpp | 2 +-
src/VBox/Runtime/testcase/tstLdr-4.cpp | 6 +-
src/VBox/Runtime/testcase/tstLdr.cpp | 3 +-
.../Runtime/testcase/tstRTBigNum-div-test-data.h | 55296 +++++++++++++++++++
.../testcase/tstRTBigNum-uint128-div-test-data.h | 16384 ++++++
src/VBox/Runtime/testcase/tstRTBigNum.cpp | 914 +-
src/VBox/Runtime/testcase/tstRTMemSafer.cpp | 164 +
src/VBox/Runtime/tools/RTSignTool.cpp | 33 +-
src/VBox/Storage/VD.cpp | 586 +-
src/VBox/Storage/VHD.cpp | 10 +-
src/VBox/Storage/testcase/tstVDIo.cpp | 2 +
src/VBox/VMM/VMMAll/HMAll.cpp | 13 +
src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h | 26 +-
src/VBox/VMM/VMMAll/IEMAllCImplStrInstr.cpp.h | 1 +
src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h | 8 +-
src/VBox/VMM/VMMAll/PGMAllPhys.cpp | 24 +-
src/VBox/VMM/VMMR0/CPUMR0A.asm | 110 +-
src/VBox/VMM/VMMR0/HMR0.cpp | 2 +
src/VBox/VMM/VMMR0/HMR0A.asm | 11 +
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 49 +-
src/VBox/VMM/VMMR3/CPUM.cpp | 39 +-
src/VBox/VMM/VMMR3/PDMLdr.cpp | 10 +-
src/VBox/VMM/VMMR3/VM.cpp | 15 +
src/VBox/VMM/VMMRC/CPUMRCA.asm | 7 +-
src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac | 4 +-
src/VBox/VMM/include/CPUMInternal.h | 2 +
src/VBox/VMM/include/CPUMInternal.mac | 2 +
src/VBox/VMM/include/HMInternal.h | 5 +-
.../extensions/dconnect/src/ipcDConnectService.cpp | 57 +-
src/recompiler/VBoxREMWrapper.cpp | 2 +-
374 files changed, 107999 insertions(+), 18013 deletions(-)
create mode 100644 include/iprt/crypto/tsp.h
create mode 100644 src/VBox/Additions/x11/undefined_xfree86
create mode 100644 src/VBox/Additions/x11/undefined_xfree86_modules
copy src/VBox/Additions/x11/{vboxvideo/undefined => undefined_xorg} (61%)
delete mode 100644 src/VBox/Additions/x11/vboxmouse/undefined
delete mode 100644 src/VBox/Additions/x11/vboxmouse/undefined_extra
delete mode 100644 src/VBox/Additions/x11/vboxvideo/undefined_extra
copy {doc/manual/en_US => src/VBox/Devices/Misc}/Makefile.kup (100%)
create mode 100644 src/VBox/Devices/Misc/VirtualKD.cpp
create mode 100644 src/VBox/Devices/PC/ipxe/README.vbox
create mode 100644 src/VBox/GuestHost/OpenGL/include/cr_sortarray.h
create mode 100644 src/VBox/GuestHost/OpenGL/util/sortarray.cpp
create mode 100644 src/VBox/HostDrivers/Support/win/SUPR3HardenedMainImports-win.cpp
create mode 100644 src/VBox/HostDrivers/Support/win/import-template-kernel32.h
create mode 100644 src/VBox/HostDrivers/Support/win/import-template-ntdll.h
create mode 100644 src/VBox/HostDrivers/Support/win/winstub.com
copy src/VBox/Runtime/common/crypto/{pkcs7-core.cpp => tsp-asn1-decoder.cpp} (73%)
copy src/VBox/Runtime/common/crypto/{pkcs7-core.cpp => tsp-core.cpp} (76%)
copy src/VBox/Runtime/common/crypto/{pkcs7-core.cpp => tsp-init.cpp} (73%)
copy include/iprt/asn1-generator-asn1-decoder.h => src/VBox/Runtime/common/crypto/tsp-internal.h (78%)
copy src/VBox/Runtime/common/crypto/{pkcs7-core.cpp => tsp-sanity.cpp} (73%)
create mode 100644 src/VBox/Runtime/common/crypto/tsp-template.h
create mode 100644 src/VBox/Runtime/common/math/RTUInt128MulByU64.asm
create mode 100644 src/VBox/Runtime/common/math/bignum-amd64-x86.asm
create mode 100644 src/VBox/Runtime/include/internal/bignum.mac
create mode 100644 src/VBox/Runtime/r3/memsafer-r3.cpp
create mode 100644 src/VBox/Runtime/testcase/tstRTBigNum-div-test-data.h
create mode 100644 src/VBox/Runtime/testcase/tstRTBigNum-uint128-div-test-data.h
create mode 100644 src/VBox/Runtime/testcase/tstRTMemSafer.cpp
--
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