[Pkg-virtualbox-commits] [virtualbox] branch upstream updated (747414b -> f10ef2a)
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Tue Oct 14 13:59:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a change to branch upstream
in repository virtualbox.
from 747414b Imported Upstream version 4.3.16-dfsg
new f10ef2a Imported Upstream version 4.3.18-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:
.dir-locals.el | 7 +
Config.kmk | 15 +-
Makefile.kmk | 162 +-
doc/manual/en_US/SDKRef.xml | 2 +-
doc/manual/en_US/user_AdvancedTopics.xml | 20 +
doc/manual/en_US/user_Security.xml | 7 +
doc/manual/user_ChangeLogImpl.xml | 150 +-
include/VBox/err.h | 23 +
include/VBox/ostypes.h | 2 +
include/VBox/vd-ifs.h | 134 +-
include/iprt/asm.h | 2 +-
include/iprt/asn1.h | 3 +
include/iprt/mangling.h | 4 +
include/iprt/nt/nt.h | 398 +-
include/iprt/path.h | 26 +
include/iprt/string.h | 46 +
.../Additions/common/VBoxGuest/VBoxGuest-win.cpp | 11 +
.../Additions/common/VBoxGuest/VBoxGuest-win.h | 1 +
src/VBox/Additions/linux/Makefile.kmk | 2 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo.c | 5 +-
src/VBox/Debugger/DBGPlugInSolaris.cpp | 4 +-
src/VBox/Devices/Bus/DevPCI.cpp | 1 -
src/VBox/Devices/EFI/DevSmc.cpp | 2 +
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd | Bin 1048576 -> 1048576 bytes
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd | Bin 1048576 -> 1048576 bytes
src/VBox/Devices/Graphics/DevVGA_VBVA.cpp | 3 +
src/VBox/Devices/Makefile.kmk | 22 +-
src/VBox/Devices/Network/DrvNAT.cpp | 12 +-
src/VBox/Devices/Network/slirp/slirp_dns.c | 7 -
src/VBox/Devices/PC/BIOS/ahci.c | 2 +-
src/VBox/Devices/PC/BIOS/ata.c | 4 +-
src/VBox/Devices/PC/BIOS/scsi.c | 2 +-
src/VBox/Devices/PC/DevACPI.cpp | 237 +-
src/VBox/Devices/PC/DevSMC.cpp | 630 ---
src/VBox/Devices/Storage/DevAHCI.cpp | 42 +-
src/VBox/Devices/Storage/DrvDiskIntegrity.cpp | 10 +
src/VBox/Devices/USB/DevOHCI.cpp | 43 +-
src/VBox/Devices/USB/DrvVUSBRootHub.cpp | 6 +-
src/VBox/Devices/USB/VUSBDevice.cpp | 135 +-
src/VBox/Devices/USB/VUSBInternal.h | 59 +-
src/VBox/Devices/USB/VUSBUrb.cpp | 4 +-
.../Devices/USB/linux/USBProxyDevice-linux.cpp | 24 +-
src/VBox/Devices/build/VBoxDD.cpp | 2 -
src/VBox/Devices/build/VBoxDD2.cpp | 5 -
src/VBox/Devices/build/VBoxDD2.h | 3 -
src/VBox/Devices/testcase/tstDeviceStructSize.cpp | 2 +-
.../Devices/testcase/tstDeviceStructSizeRC.cpp | 23 +-
.../Frontends/VBoxManage/VBoxManageGuestCtrl.cpp | 30 +-
src/VBox/Frontends/VirtualBox/Makefile.kmk | 3 +-
.../Frontends/VirtualBox/src/VBoxFBOverlay.cpp | 2 +-
.../VirtualBox/src/extensions/QIFileDialog.cpp | 12 +-
.../Frontends/VirtualBox/src/globals/UIDefs.cpp | 3 +
src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h | 6 +-
.../VirtualBox/src/globals/VBoxGlobal.cpp | 136 +-
.../Frontends/VirtualBox/src/globals/VBoxGlobal.h | 5 +-
.../src/platform/darwin/VBoxUtils-darwin-cocoa.mm | 6 +
.../src/platform/darwin/VBoxUtils-darwin.cpp | 5 +
.../src/platform/darwin/VBoxUtils-darwin.h | 2 +
.../VirtualBox/src/runtime/UIMachineLogic.cpp | 7 +-
.../VirtualBox/src/runtime/UIMachineLogic.h | 4 +-
.../VirtualBox/src/runtime/UIMachineView.h | 4 +-
.../VirtualBox/src/runtime/UIMachineWindow.cpp | 7 +
.../VirtualBox/src/runtime/UIMachineWindow.h | 5 +-
.../Frontends/VirtualBox/src/runtime/UISession.cpp | 4 +-
.../fullscreen/UIMachineLogicFullscreen.cpp | 129 +-
.../runtime/fullscreen/UIMachineLogicFullscreen.h | 13 +-
.../runtime/fullscreen/UIMachineViewFullscreen.cpp | 7 +-
.../runtime/fullscreen/UIMachineViewFullscreen.h | 4 +-
.../fullscreen/UIMachineWindowFullscreen.cpp | 70 +-
.../runtime/fullscreen/UIMachineWindowFullscreen.h | 5 +
.../src/runtime/normal/UIMachineViewNormal.cpp | 9 +-
.../src/runtime/normal/UIMachineViewNormal.h | 4 +-
.../src/runtime/normal/UIMachineWindowNormal.cpp | 15 +
.../runtime/seamless/UIMachineLogicSeamless.cpp | 15 +-
.../src/runtime/seamless/UIMachineLogicSeamless.h | 4 +-
.../src/runtime/seamless/UIMachineViewSeamless.cpp | 9 +-
.../src/runtime/seamless/UIMachineViewSeamless.h | 4 +-
.../runtime/seamless/UIMachineWindowSeamless.cpp | 103 +-
.../src/runtime/seamless/UIMachineWindowSeamless.h | 24 +-
.../src/widgets/UIApplianceEditorWidget.h | 2 +-
.../VirtualBox/src/widgets/UIMiniToolBar.cpp | 52 +-
.../VirtualBox/src/widgets/UIMiniToolBar.h | 12 +
.../wizards/exportappliance/UIWizardExportApp.cpp | 2 +-
src/VBox/HostDrivers/Support/Makefile.kmk | 7 +
src/VBox/HostDrivers/Support/SUPDrvIOC.h | 17 +-
src/VBox/HostDrivers/Support/SUPLib.cpp | 5 +-
src/VBox/HostDrivers/Support/SUPLibInternal.h | 33 +-
src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp | 270 +-
.../HostDrivers/Support/SUPR3HardenedVerify.cpp | 17 +-
.../HostDrivers/Support/darwin/SUPLib-darwin.cpp | 2 +-
.../HostDrivers/Support/freebsd/SUPLib-freebsd.cpp | 2 +-
.../HostDrivers/Support/linux/SUPLib-linux.cpp | 2 +-
src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp | 2 +-
.../HostDrivers/Support/solaris/SUPLib-solaris.cpp | 2 +-
...NtCreateSection-template-amd64-syscall-type-1.h | 78 -
.../NtCreateSection-template-x86-syscall-type-1.h | 286 --
src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp | 954 ++++-
.../Support/win/SUPHardenedVerify-win.h | 54 +-
.../Support/win/SUPHardenedVerifyImage-win.cpp | 354 +-
.../Support/win/SUPHardenedVerifyProcess-win.cpp | 233 +-
src/VBox/HostDrivers/Support/win/SUPLib-win.cpp | 137 +-
.../Support/win/SUPR3HardenedMain-win.cpp | 4060 +++++++++++++-------
.../Support/win/SUPR3HardenedMainA-win.asm | 117 +-
.../Support/win/SUPR3HardenedMainImports-win.cpp | 326 +-
.../Support/win/SUPR3HardenedNoCrt-win.cpp | 294 +-
.../HostDrivers/Support/win/VBoxSupLib-win.cpp | 2 +-
.../Support/win/import-template-kernel32.h | 12 +-
.../Support/win/import-template-ntdll.h | 46 +-
.../SharedOpenGL/crserverlib/server_getshaders.c | 2 +-
src/VBox/Installer/win/Makefile.kmk | 53 +-
src/VBox/Installer/win/VBoxMergeNetFltSeq.wxi | 8 +-
src/VBox/Main/cbinding/LegacyVBoxXPCOMCGlue.c | 4 +-
src/VBox/Main/cbinding/VBoxCAPIGlue.c | 4 +-
src/VBox/Main/cbinding/capiidl.xsl | 10 +-
src/VBox/Main/cbinding/tstCAPIGlue.c | 4 +-
src/VBox/Main/include/ConsoleEvents.h | 154 -
src/VBox/Main/include/KeyboardImpl.h | 4 -
src/VBox/Main/include/MachineImpl.h | 2 +-
src/VBox/Main/include/MouseImpl.h | 1 -
src/VBox/Main/src-client/GuestCtrlPrivate.cpp | 5 +
src/VBox/Main/src-server/ApplianceImplExport.cpp | 22 +-
src/VBox/Main/src-server/ApplianceImplImport.cpp | 9 +-
src/VBox/Main/src-server/MachineImpl.cpp | 12 +-
src/VBox/Main/src-server/MediumImpl.cpp | 3 +-
src/VBox/Main/xml/Settings.cpp | 6 +-
src/VBox/NetworkServices/NAT/proxy.c | 2 +-
.../NetLib/VBoxNetPortForwardString.cpp | 6 +-
src/VBox/Runtime/Makefile.kmk | 15 +
...ult-allocator.cpp => asn1-efence-allocator.cpp} | 54 +-
src/VBox/Runtime/common/asn1/asn1-ut-string.cpp | 6 +-
src/VBox/Runtime/common/crypto/store-inmem.cpp | 6 +-
src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp | 1 +
src/VBox/Runtime/common/ldr/ldrMemory.cpp | 2 +-
src/VBox/Runtime/common/ldr/ldrPE.cpp | 2 +-
src/VBox/Runtime/common/string/strformat.cpp | 2 +-
src/VBox/Runtime/common/string/utf-16.cpp | 14 +
src/VBox/Runtime/common/time/time.cpp | 2 +-
src/VBox/Runtime/generic/RTPathAbs-generic.cpp | 358 ++
.../generic/RTPathGetCurrentDrive-generic.cpp | 106 +
.../RTPathGetCurrentOnDrive-generic.cpp} | 76 +-
src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c | 9 +-
src/VBox/Runtime/r3/memsafer-r3.cpp | 10 +
src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp | 10 +-
src/VBox/Runtime/r3/nt/fs-nt.cpp | 24 +-
src/VBox/Runtime/r3/nt/internal-r3-nt.h | 78 +-
src/VBox/Runtime/r3/nt/pathint-nt.cpp | 237 +-
src/VBox/Runtime/r3/posix/path-posix.cpp | 218 --
.../Runtime/r3/win/RTSystemQueryOSInfo-win.cpp | 1 +
src/VBox/Runtime/r3/win/init-win.cpp | 3 +
src/VBox/Runtime/r3/win/internal-r3-win.h | 1 +
src/VBox/Runtime/r3/win/ntdll-mini-implib.def | 27 +-
src/VBox/Runtime/r3/win/path-win.cpp | 22 +-
src/VBox/Runtime/testcase/tstRTPath.cpp | 2 +-
src/VBox/Storage/VHD.cpp | 2 +-
src/VBox/Storage/testcase/BuiltinTests.h | 41 +
src/VBox/Storage/testcase/Makefile.kmk | 80 +-
src/VBox/Storage/testcase/VDMemDisk.cpp | 1 +
src/VBox/Storage/testcase/VDScript.cpp | 393 +-
src/VBox/Storage/testcase/VDScript.h | 69 +
src/VBox/Storage/testcase/VDScriptAst.cpp | 18 +-
src/VBox/Storage/testcase/VDScriptAst.h | 129 +
src/VBox/Storage/testcase/tstVDCompact.vd | 30 +-
src/VBox/Storage/testcase/tstVDCopy.vd | 18 +-
src/VBox/Storage/testcase/tstVDDiscard.vd | 8 +-
src/VBox/Storage/testcase/tstVDIo.cpp | 233 +-
src/VBox/Storage/testcase/tstVDIo.vd | 16 +-
src/VBox/Storage/testcase/tstVDMultBackends.vd | 60 +
src/VBox/Storage/testcase/tstVDResize.vd | 21 +-
src/VBox/Storage/testcase/tstVDShareable.vd | 9 +-
src/VBox/VMM/VMMAll/IOMAllMMIO.cpp | 2 +-
src/VBox/VMM/VMMR0/HMSVMR0.cpp | 17 +-
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 22 +-
src/VBox/VMM/VMMR3/MMPagePool.cpp | 2 +-
src/VBox/VMM/VMMR3/PGMPhys.cpp | 2 +-
src/VBox/VMM/VMMR3/PGMPool.cpp | 4 +-
src/VBox/VMM/VMMR3/PGMSavedState.cpp | 6 +-
src/VBox/VMM/VMMR3/STAM.cpp | 3 +-
src/VBox/VMM/testcase/tstAnimate.cpp | 2 +-
src/bldprogs/VBoxCPP.cpp | 4 +-
src/bldprogs/scmdiff.cpp | 2 +-
180 files changed, 8527 insertions(+), 4604 deletions(-)
create mode 100644 .dir-locals.el
delete mode 100644 src/VBox/Devices/PC/DevSMC.cpp
delete mode 100644 src/VBox/HostDrivers/Support/win/NtCreateSection-template-amd64-syscall-type-1.h
delete mode 100644 src/VBox/HostDrivers/Support/win/NtCreateSection-template-x86-syscall-type-1.h
delete mode 100644 src/VBox/Main/include/ConsoleEvents.h
copy src/VBox/Runtime/common/asn1/{asn1-default-allocator.cpp => asn1-efence-allocator.cpp} (55%)
create mode 100644 src/VBox/Runtime/generic/RTPathAbs-generic.cpp
create mode 100644 src/VBox/Runtime/generic/RTPathGetCurrentDrive-generic.cpp
copy src/VBox/Runtime/{common/path/RTPathCopyComponents.cpp => generic/RTPathGetCurrentOnDrive-generic.cpp} (54%)
create mode 100644 src/VBox/Storage/testcase/BuiltinTests.h
create mode 100644 src/VBox/Storage/testcase/tstVDMultBackends.vd
--
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