[Pkg-virtualbox-commits] [virtualbox] 02/03: Merge tag 'upstream/5.0.0_beta3-dfsg' into experimental
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Fri May 8 07:25:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch experimental
in repository virtualbox.
commit 1a0e7858067d4595d9f81e43b622cc5a5d6e8ecf
Merge: 3225978 d23b4f4
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri May 8 09:15:56 2015 +0200
Merge tag 'upstream/5.0.0_beta3-dfsg' into experimental
Upstream version 5.0.0~beta3-dfsg
Config.kmk | 21 +-
Makefile.kmk | 22 +-
configure | 138 +-
doc/manual/Makefile.kmk | 10 +-
doc/manual/en_US/SDKRef.xml | 204 +-
doc/manual/en_US/user_AdvancedTopics.xml | 182 +
doc/manual/en_US/user_BasicConcepts.xml | 51 +-
doc/manual/en_US/user_Installation.xml | 17 +
doc/manual/en_US/user_Networking.xml | 37 +-
doc/manual/en_US/user_Technical.xml | 4 +-
doc/manual/en_US/user_Troubleshooting.xml | 2 +-
doc/manual/en_US/user_VBoxManage.xml | 237 +-
doc/manual/user_ChangeLogImpl.xml | 43 +-
include/VBox/GuestHost/DragAndDrop.h | 71 +-
include/VBox/HGSMI/HGSMI.h | 216 +-
include/VBox/HostServices/DragAndDropSvc.h | 474 ++-
include/VBox/HostServices/GuestControlSvc.h | 12 +-
include/VBox/HostServices/Service.h | 128 +-
include/VBox/VBoxGuestLib.h | 69 +-
include/VBox/com/ptr.h | 9 +
include/VBox/dbus-calls.h | 2 +
include/VBox/dbus.h | 2 +-
include/VBox/err.h | 169 +-
include/VBox/hgcmsvc.h | 28 +-
include/VBox/intnet.h | 39 +-
include/VBox/settings.h | 1 +
include/VBox/vmm/cpum.h | 2 +-
include/VBox/vmm/cpumctx.h | 33 +
include/VBox/vmm/hm.h | 6 +-
include/VBox/vmm/hm_svm.h | 20 +-
include/VBox/vmm/iem.h | 1 +
include/VBox/vmm/mm.h | 4 +
include/VBox/vmm/pdmaudioifs.h | 36 +-
include/VBox/vmm/pgm.h | 59 +-
include/VBox/vmm/rem.h | 12 +-
include/VBox/vmm/ssm.h | 62 +-
include/iprt/asm-amd64-x86.h | 59 +-
include/iprt/cdefs.h | 11 +
include/iprt/env.h | 105 +-
include/iprt/err.h | 82 +-
include/iprt/getopt.h | 9 +-
include/iprt/list-off32.h | 502 +++
include/iprt/log.h | 2 +-
include/iprt/mangling.h | 11 +
include/iprt/process.h | 8 +-
include/iprt/thread.h | 2 +-
include/iprt/x86.h | 44 +-
src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp | 4 +-
.../Additions/common/VBoxGuest/VBoxGuestInternal.h | 2 +-
.../common/VBoxGuestLib/GenericRequest.cpp | 2 +-
src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp | 2 +-
.../Additions/common/VBoxGuestLib/HGCMInternal.cpp | 2 +-
src/VBox/Additions/common/VBoxGuestLib/Init.cpp | 2 +-
src/VBox/Additions/common/VBoxGuestLib/Mouse.cpp | 2 +-
.../Additions/common/VBoxGuestLib/PhysHeap.cpp | 2 +-
src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp | 2 +-
src/VBox/Additions/common/VBoxGuestLib/SysHlp.h | 2 +-
.../Additions/common/VBoxGuestLib/VBGLInternal.h | 2 +-
.../Additions/common/VBoxGuestLib/VBoxGuestLog.h | 1 +
.../common/VBoxGuestLib/VBoxGuestR0LibCrOgl.cpp | 1 +
.../common/VBoxGuestLib/VBoxGuestR0LibCrOgl.h | 1 +
.../VBoxGuestLib/VBoxGuestR0LibSharedFolders.c | 2 +-
.../VBoxGuestLib/VBoxGuestR0LibSharedFolders.h | 1 +
.../VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp | 953 +++--
src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp | 1 +
.../VBoxGuestLib/VbglR0CanUsePhysPageList.cpp | 2 +-
.../VBoxService/VBoxServiceControlProcess.cpp | 72 +-
.../VBoxService/VBoxServiceControlSession.cpp | 110 +-
.../common/VBoxService/VBoxServiceToolBox.cpp | 77 +-
src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp | 4 +-
src/VBox/Additions/common/crOpenGL/DD_glc.py | 0
src/VBox/Additions/common/crOpenGL/DD_glh.py | 0
src/VBox/Additions/common/crOpenGL/NULLfuncs.py | 0
src/VBox/Additions/common/crOpenGL/context.c | 15 +-
src/VBox/Additions/common/crOpenGL/cr_gl.py | 0
src/VBox/Additions/common/crOpenGL/entrypoints.py | 0
.../Additions/common/crOpenGL/feedback/feedback.py | 0
.../common/crOpenGL/feedback/feedback_funcs.py | 0
.../common/crOpenGL/feedback/feedback_state.py | 0
.../common/crOpenGL/feedback/feedbackspu_proto.py | 0
.../Additions/common/crOpenGL/getprocaddress.py | 0
src/VBox/Additions/common/crOpenGL/icd_drv.c | 24 +-
src/VBox/Additions/common/crOpenGL/pack/pack.py | 0
.../common/crOpenGL/pack/packspu_beginend.py | 0
.../common/crOpenGL/pack/packspu_context.c | 45 +-
.../common/crOpenGL/pack/packspu_flush.py | 0
.../Additions/common/crOpenGL/pack/packspu_get.py | 0
.../Additions/common/crOpenGL/pack/packspu_init.c | 10 +-
.../common/crOpenGL/pack/packspu_proto.py | 0
.../common/crOpenGL/passthrough/passthrough.py | 0
src/VBox/Additions/common/crOpenGL/stub.c | 2 +-
src/VBox/Additions/common/crOpenGL/stub.h | 2 +-
src/VBox/Additions/common/crOpenGL/stub_common.py | 0
src/VBox/Additions/common/crOpenGL/tsfuncs.py | 0
src/VBox/Additions/common/crOpenGL/wgl.c | 13 +-
.../common/crOpenGL/windows_getprocaddress.py | 0
src/VBox/Additions/freebsd/Makefile.kmk | 2 +-
src/VBox/Additions/linux/Makefile.kmk | 2 +-
src/VBox/Additions/x11/VBoxClient/VBoxClient.h | 1 +
src/VBox/Additions/x11/VBoxClient/draganddrop.cpp | 410 +-
src/VBox/Additions/x11/VBoxClient/hostversion.cpp | 3 +-
src/VBox/Additions/x11/VBoxClient/main.cpp | 25 +-
src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp | 1 +
src/VBox/Additions/x11/VBoxClient/seamless-x11.h | 1 +
src/VBox/Additions/x11/VBoxClient/seamless.cpp | 1 +
src/VBox/Additions/x11/VBoxClient/seamless.h | 1 +
.../VBoxClient/testcase/tstSeamlessX11-auto.cpp | 1 +
.../x11/VBoxClient/testcase/tstSeamlessX11.cpp | 1 +
src/VBox/Additions/x11/undefined_xorg | 3 +-
src/VBox/Additions/x11/vboxmouse/vboxmouse.c | 1 +
src/VBox/Additions/x11/vboxvideo/Makefile.kmk | 3 +-
src/VBox/Additions/x11/vboxvideo/getmode.c | 8 -
src/VBox/Additions/x11/vboxvideo/pointer.c | 7 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo.c | 137 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo.h | 14 +-
src/VBox/Additions/x11/vboxvideo/vbva.c | 1 +
src/VBox/Devices/Audio/AudioMixBuffer.cpp | 214 +-
src/VBox/Devices/Audio/AudioMixBuffer.h | 20 +-
src/VBox/Devices/Audio/AudioMixer.cpp | 63 +-
src/VBox/Devices/Audio/AudioMixer.h | 4 +-
src/VBox/Devices/Audio/DevIchAc97.cpp | 125 +-
src/VBox/Devices/Audio/DevIchHda.cpp | 36 +-
src/VBox/Devices/Audio/DevIchHdaCodec.cpp | 26 +-
src/VBox/Devices/Audio/DevIchHdaCodec.h | 2 +-
src/VBox/Devices/Audio/DevSB16.cpp | 583 ++-
src/VBox/Devices/Audio/DrvAudio.cpp | 17 +-
src/VBox/Devices/Audio/DrvAudio.h | 4 +-
src/VBox/Devices/Audio/DrvAudioCommon.cpp | 8 +-
src/VBox/Devices/Audio/DrvHostALSAAudio.cpp | 26 +-
src/VBox/Devices/Audio/DrvHostDSound.cpp | 4 +-
src/VBox/Devices/Audio/DrvHostNullAudio.cpp | 26 +-
src/VBox/Devices/Audio/DrvHostOSSAudio.cpp | 34 +-
src/VBox/Devices/Audio/DrvHostPulseAudio.cpp | 22 +-
.../Devices/Audio/testcase/tstAudioMixBuffer.cpp | 358 +-
src/VBox/Devices/EFI/DevSmc.cpp | 93 +-
.../BaseTools/Source/C/PyEfiCompressor/setup.py | 0
.../Firmware/BaseTools/Source/C/PyUtility/setup.py | 0
.../BaseTools/Source/Python/AutoGen/AutoGen.py | 0
.../BaseTools/Source/Python/AutoGen/BuildEngine.py | 0
.../BaseTools/Source/Python/AutoGen/GenC.py | 0
.../BaseTools/Source/Python/AutoGen/GenDepex.py | 0
.../BaseTools/Source/Python/AutoGen/GenMake.py | 0
.../BaseTools/Source/Python/AutoGen/StrGather.py | 0
.../Source/Python/AutoGen/UniClassObject.py | 0
.../Firmware/BaseTools/Source/Python/BPDG/BPDG.py | 0
.../BaseTools/Source/Python/BPDG/GenVpd.py | 0
.../BaseTools/Source/Python/BPDG/StringTable.py | 0
.../BaseTools/Source/Python/Common/Database.py | 0
.../Source/Python/Common/DecClassObject.py | 0
.../BaseTools/Source/Python/Common/Dictionary.py | 0
.../Source/Python/Common/DscClassObject.py | 0
.../Source/Python/Common/EdkIIWorkspace.py | 0
.../Source/Python/Common/EdkIIWorkspaceBuild.py | 0
.../BaseTools/Source/Python/Common/EdkLogger.py | 0
.../BaseTools/Source/Python/Common/Expression.py | 0
.../Source/Python/Common/FdfClassObject.py | 0
.../Source/Python/Common/InfClassObject.py | 0
.../Source/Python/Common/MigrationUtilities.py | 0
.../BaseTools/Source/Python/Common/Misc.py | 0
.../BaseTools/Source/Python/Common/Parsing.py | 0
.../BaseTools/Source/Python/Common/String.py | 0
.../Source/Python/Common/TargetTxtClassObject.py | 0
.../Source/Python/Common/ToolDefClassObject.py | 0
.../Source/Python/CommonDataClass/ModuleClass.py | 0
.../Source/Python/CommonDataClass/PackageClass.py | 0
.../Source/Python/CommonDataClass/PlatformClass.py | 0
.../Firmware/BaseTools/Source/Python/Ecc/CLexer.py | 0
.../BaseTools/Source/Python/Ecc/CParser.py | 0
.../Firmware/BaseTools/Source/Python/Ecc/Check.py | 0
.../Source/Python/Ecc/CodeFragmentCollector.py | 0
.../BaseTools/Source/Python/Ecc/Configuration.py | 0
.../BaseTools/Source/Python/Ecc/Database.py | 0
.../Firmware/BaseTools/Source/Python/Ecc/Ecc.py | 0
.../BaseTools/Source/Python/Ecc/Exception.py | 0
.../BaseTools/Source/Python/Ecc/FileProfile.py | 0
.../BaseTools/Source/Python/Ecc/MetaDataParser.py | 0
.../Python/Ecc/MetaFileWorkspace/MetaDataTable.py | 0
.../Python/Ecc/MetaFileWorkspace/MetaFileParser.py | 0
.../Python/Ecc/MetaFileWorkspace/MetaFileTable.py | 0
.../BaseTools/Source/Python/Ecc/Xml/__init__.py | 0
.../EFI/Firmware/BaseTools/Source/Python/Ecc/c.py | 0
.../Firmware/BaseTools/Source/Python/Eot/CLexer.py | 0
.../BaseTools/Source/Python/Eot/CParser.py | 0
.../Source/Python/Eot/CodeFragmentCollector.py | 0
.../BaseTools/Source/Python/Eot/Database.py | 0
.../Firmware/BaseTools/Source/Python/Eot/Eot.py | 0
.../BaseTools/Source/Python/Eot/EotGlobalData.py | 0
.../BaseTools/Source/Python/Eot/FileProfile.py | 0
.../BaseTools/Source/Python/Eot/FvImage.py | 0
.../BaseTools/Source/Python/Eot/InfParserLite.py | 0
.../Firmware/BaseTools/Source/Python/Eot/Parser.py | 0
.../EFI/Firmware/BaseTools/Source/Python/Eot/c.py | 0
.../Source/Python/GenFds/AprioriSection.py | 0
.../BaseTools/Source/Python/GenFds/Capsule.py | 0
.../BaseTools/Source/Python/GenFds/CapsuleData.py | 0
.../Source/Python/GenFds/ComponentStatement.py | 0
.../Source/Python/GenFds/CompressSection.py | 0
.../BaseTools/Source/Python/GenFds/DataSection.py | 0
.../BaseTools/Source/Python/GenFds/DepexSection.py | 0
.../BaseTools/Source/Python/GenFds/EfiSection.py | 0
.../Firmware/BaseTools/Source/Python/GenFds/Fd.py | 0
.../BaseTools/Source/Python/GenFds/FdfParser.py | 0
.../Firmware/BaseTools/Source/Python/GenFds/Ffs.py | 0
.../Source/Python/GenFds/FfsFileStatement.py | 0
.../Source/Python/GenFds/FfsInfStatement.py | 0
.../Firmware/BaseTools/Source/Python/GenFds/Fv.py | 0
.../Source/Python/GenFds/FvImageSection.py | 0
.../BaseTools/Source/Python/GenFds/GenFds.py | 0
.../Source/Python/GenFds/GenFdsGlobalVariable.py | 0
.../BaseTools/Source/Python/GenFds/GuidSection.py | 0
.../Source/Python/GenFds/OptRomFileStatement.py | 0
.../Source/Python/GenFds/OptRomInfStatement.py | 0
.../BaseTools/Source/Python/GenFds/OptionRom.py | 0
.../BaseTools/Source/Python/GenFds/Region.py | 0
.../BaseTools/Source/Python/GenFds/Rule.py | 0
.../Source/Python/GenFds/RuleComplexFile.py | 0
.../Source/Python/GenFds/RuleSimpleFile.py | 0
.../BaseTools/Source/Python/GenFds/Section.py | 0
.../BaseTools/Source/Python/GenFds/UiSection.py | 0
.../BaseTools/Source/Python/GenFds/VerSection.py | 0
.../Firmware/BaseTools/Source/Python/GenFds/Vtf.py | 0
.../Python/GenPatchPcdTable/GenPatchPcdTable.py | 0
.../Source/Python/PatchPcdValue/PatchPcdValue.py | 0
.../Source/Python/Table/TableDataModel.py | 0
.../BaseTools/Source/Python/Table/TableDec.py | 0
.../BaseTools/Source/Python/Table/TableDsc.py | 0
.../Source/Python/Table/TableEotReport.py | 0
.../BaseTools/Source/Python/Table/TableFdf.py | 0
.../BaseTools/Source/Python/Table/TableFile.py | 0
.../BaseTools/Source/Python/Table/TableFunction.py | 0
.../Source/Python/Table/TableIdentifier.py | 0
.../BaseTools/Source/Python/Table/TableInf.py | 0
.../BaseTools/Source/Python/Table/TablePcd.py | 0
.../BaseTools/Source/Python/Table/TableQuery.py | 0
.../BaseTools/Source/Python/Table/TableReport.py | 0
.../Source/Python/TargetTool/TargetTool.py | 0
.../Firmware/BaseTools/Source/Python/Trim/Trim.py | 0
.../BaseTools/Source/Python/UPT/BuildVersion.py | 0
.../Source/Python/UPT/Core/DependencyRules.py | 0
.../Python/UPT/Core/DistributionPackageClass.py | 0
.../BaseTools/Source/Python/UPT/Core/IpiDb.py | 0
.../Source/Python/UPT/Core/PackageFile.py | 0
.../BaseTools/Source/Python/UPT/Core/__init__.py | 0
.../Source/Python/UPT/GenMetaFile/GenDecFile.py | 0
.../Source/Python/UPT/GenMetaFile/GenInfFile.py | 0
.../Python/UPT/GenMetaFile/GenMetaFileMisc.py | 0
.../Source/Python/UPT/GenMetaFile/GenXmlFile.py | 0
.../Source/Python/UPT/GenMetaFile/__init__.py | 0
.../BaseTools/Source/Python/UPT/InstallPkg.py | 0
.../Source/Python/UPT/Library/CommentGenerating.py | 0
.../Source/Python/UPT/Library/CommentParsing.py | 0
.../Source/Python/UPT/Library/DataType.py | 0
.../Python/UPT/Library/ExpressionValidate.py | 0
.../Source/Python/UPT/Library/GlobalData.py | 0
.../BaseTools/Source/Python/UPT/Library/Misc.py | 0
.../Source/Python/UPT/Library/ParserValidate.py | 0
.../BaseTools/Source/Python/UPT/Library/Parsing.py | 0
.../BaseTools/Source/Python/UPT/Library/String.py | 0
.../Source/Python/UPT/Library/Xml/XmlRoutines.py | 0
.../Source/Python/UPT/Library/Xml/__init__.py | 0
.../Source/Python/UPT/Library/__init__.py | 0
.../BaseTools/Source/Python/UPT/Logger/Log.py | 0
.../Source/Python/UPT/Logger/StringTable.py | 0
.../BaseTools/Source/Python/UPT/Logger/__init__.py | 0
.../Firmware/BaseTools/Source/Python/UPT/MkPkg.py | 0
.../Source/Python/UPT/Object/POM/CommonObject.py | 0
.../Source/Python/UPT/Object/POM/ModuleObject.py | 0
.../Source/Python/UPT/Object/POM/PackageObject.py | 0
.../Source/Python/UPT/Object/POM/__init__.py | 0
.../Source/Python/UPT/Object/Parser/DecObject.py | 0
.../Python/UPT/Object/Parser/InfBinaryObject.py | 0
.../UPT/Object/Parser/InfBuildOptionObject.py | 0
.../UPT/Object/Parser/InfDefineCommonObject.py | 0
.../Python/UPT/Object/Parser/InfDefineObject.py | 0
.../Python/UPT/Object/Parser/InfDepexObject.py | 0
.../Python/UPT/Object/Parser/InfGuidObject.py | 0
.../UPT/Object/Parser/InfLibraryClassesObject.py | 0
.../Source/Python/UPT/Object/Parser/InfMisc.py | 0
.../Python/UPT/Object/Parser/InfPackagesObject.py | 0
.../Python/UPT/Object/Parser/InfPcdObject.py | 0
.../Python/UPT/Object/Parser/InfPpiObject.py | 0
.../Python/UPT/Object/Parser/InfProtocolObject.py | 0
.../Python/UPT/Object/Parser/InfSoucesObject.py | 0
.../UPT/Object/Parser/InfUserExtensionObject.py | 0
.../Source/Python/UPT/Object/Parser/__init__.py | 0
.../BaseTools/Source/Python/UPT/Object/__init__.py | 0
.../Source/Python/UPT/Parser/DecParser.py | 0
.../Source/Python/UPT/Parser/DecParserMisc.py | 0
.../Source/Python/UPT/Parser/InfAsBuiltProcess.py | 0
.../Python/UPT/Parser/InfBinarySectionParser.py | 0
.../UPT/Parser/InfBuildOptionSectionParser.py | 0
.../Python/UPT/Parser/InfDefineSectionParser.py | 0
.../Python/UPT/Parser/InfDepexSectionParser.py | 0
.../UPT/Parser/InfGuidPpiProtocolSectionParser.py | 0
.../Python/UPT/Parser/InfLibrarySectionParser.py | 0
.../Python/UPT/Parser/InfPackageSectionParser.py | 0
.../Source/Python/UPT/Parser/InfParser.py | 0
.../Source/Python/UPT/Parser/InfParserMisc.py | 0
.../Python/UPT/Parser/InfPcdSectionParser.py | 0
.../Source/Python/UPT/Parser/InfSectionParser.py | 0
.../Python/UPT/Parser/InfSourceSectionParser.py | 0
.../BaseTools/Source/Python/UPT/Parser/__init__.py | 0
.../Python/UPT/PomAdapter/DecPomAlignment.py | 0
.../Python/UPT/PomAdapter/InfPomAlignment.py | 0
.../Python/UPT/PomAdapter/InfPomAlignmentMisc.py | 0
.../Source/Python/UPT/PomAdapter/__init__.py | 0
.../Firmware/BaseTools/Source/Python/UPT/RmPkg.py | 0
.../Firmware/BaseTools/Source/Python/UPT/UPT.py | 0
.../UPT/UnitTest/CommentGeneratingUnitTest.py | 0
.../Python/UPT/UnitTest/CommentParsingUnitTest.py | 0
.../Source/Python/UPT/UnitTest/DecParserTest.py | 0
.../Python/UPT/UnitTest/DecParserUnitTest.py | 0
.../Python/UPT/UnitTest/InfBinarySectionTest.py | 0
.../BaseTools/Source/Python/UPT/Xml/CommonXml.py | 0
.../Source/Python/UPT/Xml/GuidProtocolPpiXml.py | 0
.../BaseTools/Source/Python/UPT/Xml/IniToXml.py | 0
.../Source/Python/UPT/Xml/ModuleSurfaceAreaXml.py | 0
.../Source/Python/UPT/Xml/PackageSurfaceAreaXml.py | 0
.../BaseTools/Source/Python/UPT/Xml/PcdXml.py | 0
.../BaseTools/Source/Python/UPT/Xml/XmlParser.py | 0
.../Source/Python/UPT/Xml/XmlParserMisc.py | 0
.../BaseTools/Source/Python/UPT/Xml/__init__.py | 0
.../Source/Python/Workspace/BuildClassObject.py | 0
.../Source/Python/Workspace/MetaDataTable.py | 0
.../Source/Python/Workspace/MetaFileParser.py | 0
.../Source/Python/Workspace/MetaFileTable.py | 0
.../Source/Python/Workspace/WorkspaceDatabase.py | 0
.../BaseTools/Source/Python/build/BuildReport.py | 0
.../BaseTools/Source/Python/build/build.py | 0
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 | 18 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum | 2 +-
src/VBox/Devices/Graphics/BIOS/vberom.asm | 1 -
src/VBox/Devices/Graphics/DevVGA-SVGA.cpp | 78 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp | 67 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp | 5 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.h | 1 +
src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp | 8 +-
src/VBox/Devices/Graphics/DevVGA.cpp | 42 +-
src/VBox/Devices/Graphics/DevVGA.h | 15 +-
src/VBox/Devices/Graphics/DevVGA_VBVA.cpp | 11 +-
src/VBox/Devices/Graphics/DevVGA_VDMA.cpp | 2 +
src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp | 886 ++---
src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h | 46 +-
src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.cpp | 1 +
src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.h | 1 +
src/VBox/Devices/Input/PS2Dev.h | 1 +
src/VBox/Devices/Input/PS2K.cpp | 1 +
src/VBox/Devices/Input/UsbMouse.cpp | 1 +
src/VBox/Devices/Makefile.kmk | 38 +-
src/VBox/Devices/Network/DevE1000.cpp | 3 +-
src/VBox/Devices/Network/DevINIP.cpp | 175 +-
src/VBox/Devices/Network/DevPCNet.cpp | 46 +-
src/VBox/Devices/Network/DrvNAT.cpp | 8 +-
src/VBox/Devices/Network/DrvNetShaper.cpp | 8 +-
src/VBox/Devices/Network/SrvIntNetR0.cpp | 296 +-
src/VBox/Devices/Network/lwip/CHANGELOG | 680 ----
src/VBox/Devices/Network/lwip/COPYING | 33 -
src/VBox/Devices/Network/lwip/FILES | 4 -
src/VBox/Devices/Network/lwip/Makefile.kmk | 49 -
src/VBox/Devices/Network/lwip/Makefile.kup | 0
src/VBox/Devices/Network/lwip/README | 74 -
src/VBox/Devices/Network/lwip/README.vbox | 1 -
src/VBox/Devices/Network/lwip/doc/FILES | 5 -
src/VBox/Devices/Network/lwip/doc/contrib.txt | 62 -
src/VBox/Devices/Network/lwip/doc/rawapi.txt | 419 --
src/VBox/Devices/Network/lwip/doc/savannah.txt | 135 -
src/VBox/Devices/Network/lwip/doc/snmp_agent.txt | 172 -
src/VBox/Devices/Network/lwip/doc/sys_arch.txt | 201 -
src/VBox/Devices/Network/lwip/src/FILES | 13 -
src/VBox/Devices/Network/lwip/src/api/api_lib.c | 722 ----
src/VBox/Devices/Network/lwip/src/api/api_msg.c | 807 ----
src/VBox/Devices/Network/lwip/src/api/err.c | 59 -
src/VBox/Devices/Network/lwip/src/api/sockets.c | 1367 -------
src/VBox/Devices/Network/lwip/src/api/tcpip.c | 224 --
src/VBox/Devices/Network/lwip/src/core/dhcp.c | 1464 -------
src/VBox/Devices/Network/lwip/src/core/inet.c | 537 ---
src/VBox/Devices/Network/lwip/src/core/inet6.c | 168 -
src/VBox/Devices/Network/lwip/src/core/ipv4/icmp.c | 202 -
src/VBox/Devices/Network/lwip/src/core/ipv4/ip.c | 516 ---
.../Devices/Network/lwip/src/core/ipv4/ip_addr.c | 78 -
.../Devices/Network/lwip/src/core/ipv4/ip_frag.c | 388 --
src/VBox/Devices/Network/lwip/src/core/ipv6/README | 1 -
.../Devices/Network/lwip/src/core/ipv6/icmp6.c | 184 -
src/VBox/Devices/Network/lwip/src/core/ipv6/ip6.c | 386 --
.../Devices/Network/lwip/src/core/ipv6/ip6_addr.c | 90 -
src/VBox/Devices/Network/lwip/src/core/mem.c | 414 --
src/VBox/Devices/Network/lwip/src/core/memp.c | 238 --
src/VBox/Devices/Network/lwip/src/core/netif.c | 325 --
src/VBox/Devices/Network/lwip/src/core/pbuf.c | 961 -----
src/VBox/Devices/Network/lwip/src/core/raw.c | 326 --
.../Devices/Network/lwip/src/core/snmp/asn1_dec.c | 652 ----
.../Devices/Network/lwip/src/core/snmp/asn1_enc.c | 610 ---
src/VBox/Devices/Network/lwip/src/core/snmp/mib2.c | 4021 --------------------
.../Network/lwip/src/core/snmp/mib_structs.c | 1185 ------
.../Devices/Network/lwip/src/core/snmp/msg_in.c | 1458 -------
.../Devices/Network/lwip/src/core/snmp/msg_out.c | 687 ----
src/VBox/Devices/Network/lwip/src/core/stats.c | 115 -
src/VBox/Devices/Network/lwip/src/core/sys.c | 294 --
src/VBox/Devices/Network/lwip/src/core/tcp.c | 1182 ------
src/VBox/Devices/Network/lwip/src/core/tcp_in.c | 1209 ------
src/VBox/Devices/Network/lwip/src/core/tcp_out.c | 727 ----
src/VBox/Devices/Network/lwip/src/core/udp.c | 661 ----
.../Network/lwip/src/include/ipv4/lwip/icmp.h | 112 -
.../Network/lwip/src/include/ipv4/lwip/inet.h | 99 -
.../Network/lwip/src/include/ipv4/lwip/ip.h | 154 -
.../Network/lwip/src/include/ipv4/lwip/ip_addr.h | 160 -
.../Network/lwip/src/include/ipv4/lwip/ip_frag.h | 49 -
.../Network/lwip/src/include/ipv6/lwip/icmp.h | 90 -
.../Network/lwip/src/include/ipv6/lwip/inet.h | 62 -
.../Network/lwip/src/include/ipv6/lwip/ip.h | 96 -
.../Network/lwip/src/include/ipv6/lwip/ip_addr.h | 59 -
.../Devices/Network/lwip/src/include/lwip/api.h | 159 -
.../Network/lwip/src/include/lwip/api_msg.h | 94 -
.../Devices/Network/lwip/src/include/lwip/arch.h | 216 --
.../Devices/Network/lwip/src/include/lwip/debug.h | 87 -
.../Devices/Network/lwip/src/include/lwip/def.h | 47 -
.../Devices/Network/lwip/src/include/lwip/dhcp.h | 223 --
.../Devices/Network/lwip/src/include/lwip/err.h | 70 -
.../Devices/Network/lwip/src/include/lwip/mem.h | 69 -
.../Devices/Network/lwip/src/include/lwip/memp.h | 63 -
.../Devices/Network/lwip/src/include/lwip/netif.h | 165 -
.../Devices/Network/lwip/src/include/lwip/opt.h | 722 ----
.../Devices/Network/lwip/src/include/lwip/pbuf.h | 113 -
.../Devices/Network/lwip/src/include/lwip/raw.h | 74 -
.../Devices/Network/lwip/src/include/lwip/sio.h | 63 -
.../Devices/Network/lwip/src/include/lwip/snmp.h | 309 --
.../Network/lwip/src/include/lwip/snmp_asn1.h | 90 -
.../Network/lwip/src/include/lwip/snmp_msg.h | 292 --
.../Network/lwip/src/include/lwip/snmp_structs.h | 253 --
.../Network/lwip/src/include/lwip/sockets.h | 271 --
.../Devices/Network/lwip/src/include/lwip/stats.h | 158 -
.../Devices/Network/lwip/src/include/lwip/sys.h | 187 -
.../Devices/Network/lwip/src/include/lwip/tcp.h | 531 ---
.../Devices/Network/lwip/src/include/lwip/tcpip.h | 75 -
.../Devices/Network/lwip/src/include/lwip/udp.h | 106 -
.../Network/lwip/src/include/netif/etharp.h | 129 -
.../Network/lwip/src/include/netif/loopif.h | 39 -
.../Network/lwip/src/include/netif/slipif.h | 42 -
src/VBox/Devices/Network/lwip/src/netif/FILES | 27 -
src/VBox/Devices/Network/lwip/src/netif/etharp.c | 892 -----
.../Devices/Network/lwip/src/netif/ethernetif.c | 326 --
src/VBox/Devices/Network/lwip/src/netif/loopif.c | 119 -
src/VBox/Devices/Network/lwip/src/netif/ppp/auth.c | 927 -----
src/VBox/Devices/Network/lwip/src/netif/ppp/auth.h | 94 -
src/VBox/Devices/Network/lwip/src/netif/ppp/chap.c | 872 -----
src/VBox/Devices/Network/lwip/src/netif/ppp/chap.h | 167 -
.../Devices/Network/lwip/src/netif/ppp/chpms.c | 398 --
.../Devices/Network/lwip/src/netif/ppp/chpms.h | 64 -
src/VBox/Devices/Network/lwip/src/netif/ppp/fsm.c | 838 ----
src/VBox/Devices/Network/lwip/src/netif/ppp/fsm.h | 187 -
src/VBox/Devices/Network/lwip/src/netif/ppp/ipcp.c | 1377 -------
src/VBox/Devices/Network/lwip/src/netif/ppp/ipcp.h | 126 -
src/VBox/Devices/Network/lwip/src/netif/ppp/lcp.c | 1991 ----------
src/VBox/Devices/Network/lwip/src/netif/ppp/lcp.h | 169 -
.../Devices/Network/lwip/src/netif/ppp/magic.c | 79 -
.../Devices/Network/lwip/src/netif/ppp/magic.h | 64 -
src/VBox/Devices/Network/lwip/src/netif/ppp/md5.c | 306 --
src/VBox/Devices/Network/lwip/src/netif/ppp/md5.h | 55 -
src/VBox/Devices/Network/lwip/src/netif/ppp/pap.c | 608 ---
src/VBox/Devices/Network/lwip/src/netif/ppp/pap.h | 129 -
src/VBox/Devices/Network/lwip/src/netif/ppp/ppp.c | 1631 --------
src/VBox/Devices/Network/lwip/src/netif/ppp/ppp.h | 446 ---
.../Devices/Network/lwip/src/netif/ppp/pppdebug.h | 89 -
.../Devices/Network/lwip/src/netif/ppp/randm.c | 242 --
.../Devices/Network/lwip/src/netif/ppp/randm.h | 81 -
src/VBox/Devices/Network/lwip/src/netif/ppp/vj.c | 633 ---
src/VBox/Devices/Network/lwip/src/netif/ppp/vj.h | 155 -
.../Devices/Network/lwip/src/netif/ppp/vjbsdhdr.h | 76 -
src/VBox/Devices/Network/lwip/src/netif/slipif.c | 213 --
.../Network/lwip/vbox/include/arch/bpstruct.h | 1 -
.../Devices/Network/lwip/vbox/include/arch/cc.h | 48 -
.../Network/lwip/vbox/include/arch/epstruct.h | 1 -
.../Devices/Network/lwip/vbox/include/arch/perf.h | 7 -
.../Network/lwip/vbox/include/arch/sys_arch.h | 33 -
.../Devices/Network/lwip/vbox/include/lwipopts.h | 300 --
src/VBox/Devices/Network/lwip/vbox/sys_arch.c | 445 ---
.../Devices/Network/slirp/libalias/alias_dns.c | 1 -
src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative.md5sum | 2 +-
src/VBox/Devices/Storage/DevAHCI.cpp | 2 +-
src/VBox/Devices/Storage/DevFdc.cpp | 129 +-
src/VBox/Devices/Storage/DrvHostFloppy.cpp | 1 +
src/VBox/Devices/Storage/DrvVD.cpp | 18 +-
src/VBox/Devices/Storage/PIIX3ATABmDma.h | 1 +
src/VBox/Devices/Storage/UsbMsd.cpp | 2 +-
src/VBox/Devices/Storage/swab.h | 1 +
src/VBox/Devices/USB/DevOHCI.cpp | 6 +
src/VBox/Devices/USB/VUSBDevice.cpp | 3 +-
src/VBox/Devices/VMMDev/VMMDev.cpp | 17 +-
src/VBox/Disassembler/DisasmFormatYasm.cpp | 41 +-
.../VBoxDTrace/onnv/cmd/dtrace/demo/mkdemo.pl | 0
.../dtrace/test/tst/common/funcs/tst.index.d.out | 0
.../dtrace/test/tst/common/funcs/tst.substr.d.out | 0
.../dtrace/test/tst/common/ip/tst.ipv4localtcp.ksh | 0
.../dtrace/test/tst/common/ip/tst.ipv4localudp.ksh | 0
.../test/tst/common/ip/tst.ipv4remotetcp.ksh | 0
.../test/tst/common/ip/tst.ipv4remoteudp.ksh | 0
.../test/tst/common/ip/tst.localtcpstate.ksh | 0
.../test/tst/common/ip/tst.remotetcpstate.ksh | 0
.../scripting/err.D_MACRO_UNDEF.invalidargs.d | 0
.../tst/common/scripting/err.D_OP_LVAL.rdonly.d | 0
.../common/scripting/err.D_OP_WRITE.usepidmacro.d | 0
.../test/tst/common/scripting/err.D_SYNTAX.inval.d | 0
.../test/tst/common/scripting/err.D_SYNTAX.pid.d | 0
.../dtrace/test/tst/common/scripting/tst.arg0.d | 0
.../dtrace/test/tst/common/scripting/tst.assign.d | 0
.../dtrace/test/tst/common/scripting/tst.basic.d | 0
.../dtrace/test/tst/common/scripting/tst.egid.d | 0
.../dtrace/test/tst/common/scripting/tst.euid.d | 0
.../cmd/dtrace/test/tst/common/scripting/tst.gid.d | 0
.../dtrace/test/tst/common/scripting/tst.pgid.d | 0
.../cmd/dtrace/test/tst/common/scripting/tst.pid.d | 0
.../dtrace/test/tst/common/scripting/tst.ppid.d | 0
.../dtrace/test/tst/common/scripting/tst.projid.d | 0
.../dtrace/test/tst/common/scripting/tst.quite.d | 0
.../cmd/dtrace/test/tst/common/scripting/tst.sid.d | 0
.../dtrace/test/tst/common/scripting/tst.taskid.d | 0
.../dtrace/test/tst/common/scripting/tst.trace.d | 0
.../cmd/dtrace/test/tst/common/scripting/tst.uid.d | 0
.../err.D_ACT_SPEC.SpeculateWithBreakPoint.d | 0
.../err.D_ACT_SPEC.SpeculateWithChill.d | 0
.../err.D_ACT_SPEC.SpeculateWithCopyOut.d | 0
.../err.D_ACT_SPEC.SpeculateWithCopyOutStr.d | 0
.../err.D_ACT_SPEC.SpeculateWithPanic.d | 0
.../err.D_ACT_SPEC.SpeculateWithRaise.d | 0
.../speculation/err.D_ACT_SPEC.SpeculateWithStop.d | 0
.../dtrace/test/tst/common/usdt/tst.corruptenv.ksh | 0
.../onnv/lib/libdtrace/common/mkerrtags.sh | 0
src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp | 268 +-
src/VBox/Frontends/VBoxManage/VBoxManage.h | 26 +-
.../Frontends/VBoxManage/VBoxManageAppliance.cpp | 3 +
.../Frontends/VBoxManage/VBoxManageGuestCtrl.cpp | 3173 ++++++++-------
.../Frontends/VBoxManage/VBoxManageGuestCtrl.h | 8 +-
.../VBoxManage/VBoxManageGuestCtrlListener.cpp | 48 +-
src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp | 2 +-
src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp | 2 +-
.../Frontends/VBoxManage/VBoxManageModifyVM.cpp | 8 +-
src/VBox/Frontends/VBoxSDL/Framebuffer.cpp | 1 +
src/VBox/Frontends/VBoxSDL/Framebuffer.h | 1 +
src/VBox/Frontends/VBoxSDL/Helper.cpp | 1 +
src/VBox/Frontends/VBoxSDL/Helper.h | 1 +
src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp | 7 +
src/VBox/Frontends/VBoxSDL/VBoxSDL.h | 1 +
src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.h | 1 +
src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp | 1 +
src/VBox/Frontends/VirtualBox/Makefile.kmk | 2 +
src/VBox/Frontends/VirtualBox/VirtualBox1.qrc | 1 +
.../Frontends/VirtualBox/VirtualBox1_hidpi.qrc | 10 +
src/VBox/Frontends/VirtualBox/VirtualBox2.qrc | 2 +-
.../Frontends/VirtualBox/VirtualBox2_hidpi.qrc | 30 +-
.../images/hidpi/progress_clone_90px_hidpi.png | Bin 0 -> 18751 bytes
.../images/hidpi/progress_delete_90px_hidpi.png | Bin 0 -> 23048 bytes
.../images/hidpi/progress_dnd_gh_90px_hidpi.png | Bin 0 -> 16387 bytes
.../images/hidpi/progress_dnd_hg_90px_hidpi.png | Bin 0 -> 15317 bytes
.../images/hidpi/progress_export_90px_hidpi.png | Bin 0 -> 23241 bytes
.../images/hidpi/progress_import_90px_hidpi.png | Bin 0 -> 24803 bytes
...progress_install_guest_additions_90px_hidpi.png | Bin 0 -> 21651 bytes
.../hidpi/progress_media_create_90px_hidpi.png | Bin 0 -> 16752 bytes
.../hidpi/progress_media_delete_90px_hidpi.png | Bin 0 -> 17215 bytes
.../progress_network_interface_90px_hidpi.png | Bin 0 -> 4301 bytes
.../images/hidpi/progress_poweroff_90px_hidpi.png | Bin 0 -> 18732 bytes
.../progress_reading_appliance_90px_hidpi.png | Bin 0 -> 24756 bytes
.../images/hidpi/progress_refresh_90px_hidpi.png | Bin 0 -> 27797 bytes
.../images/hidpi/progress_settings_90px_hidpi.png | Bin 0 -> 22889 bytes
.../hidpi/progress_snapshot_create_90px_hidpi.png | Bin 0 -> 20206 bytes
.../hidpi/progress_snapshot_discard_90px_hidpi.png | Bin 0 -> 8012 bytes
.../hidpi/progress_snapshot_restore_90px_hidpi.png | Bin 0 -> 8700 bytes
.../images/hidpi/progress_start_90px_hidpi.png | Bin 0 -> 21443 bytes
.../hidpi/progress_state_restore_90px_hidpi.png | Bin 0 -> 30626 bytes
.../hidpi/progress_state_save_90px_hidpi.png | Bin 0 -> 31955 bytes
.../VirtualBox/images/progress_settings_90px.png | Bin 0 -> 9371 bytes
src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts | 1782 ++++++---
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts | 780 +++-
.../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts | 780 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts | 756 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts | 784 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts | 943 ++++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_en.ts | 10 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts | 748 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 857 +++--
.../Frontends/VirtualBox/nls/VirtualBox_fa_IR.ts | 765 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts | 860 +++--
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts | 787 +++-
.../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts | 854 ++++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts | 777 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts | 783 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts | 1520 ++++++--
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts | 746 +++-
.../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts | 831 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts | 746 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts | 781 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts | 750 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts | 835 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts | 830 +++-
.../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts | 1526 +++++---
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts | 840 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts | 750 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts | 824 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts | 783 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts | 781 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts | 1160 ++++--
src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts | 782 +++-
.../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts | 850 +++--
.../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts | 1559 +++++---
.../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts | 1288 ++++---
src/VBox/Frontends/VirtualBox/nls/qt_bg.ts | 444 +--
src/VBox/Frontends/VirtualBox/nls/qt_it.ts | 76 +-
src/VBox/Frontends/VirtualBox/nls/qt_zh_TW.ts | 32 +-
src/VBox/Frontends/VirtualBox/shaders/cconvAYUV.c | 1 +
.../Frontends/VirtualBox/shaders/cconvAYUV_void.c | 1 +
.../Frontends/VirtualBox/shaders/cconvApplyAYUV.c | 1 +
src/VBox/Frontends/VirtualBox/shaders/cconvBGR.c | 1 +
.../Frontends/VirtualBox/shaders/cconvBGR_void.c | 1 +
src/VBox/Frontends/VirtualBox/shaders/cconvUYVY.c | 1 +
.../Frontends/VirtualBox/shaders/cconvUYVY_void.c | 1 +
src/VBox/Frontends/VirtualBox/shaders/cconvYUY2.c | 1 +
.../Frontends/VirtualBox/shaders/cconvYUY2_void.c | 1 +
src/VBox/Frontends/VirtualBox/shaders/cconvYV12.c | 1 +
.../Frontends/VirtualBox/shaders/cconvYV12_void.c | 1 +
src/VBox/Frontends/VirtualBox/shaders/ckeyDst.c | 1 +
src/VBox/Frontends/VirtualBox/shaders/ckeyDst2.c | 1 +
.../Frontends/VirtualBox/shaders/ckeyDst_void.c | 1 +
.../Frontends/VirtualBox/shaders/mainOverlay.c | 1 +
.../VirtualBox/shaders/mainOverlayNoCKey.c | 1 +
.../VirtualBox/shaders/mainOverlayNoDiscard.c | 1 +
.../VirtualBox/shaders/mainOverlayNoDiscard2.c | 1 +
src/VBox/Frontends/VirtualBox/shaders/splitBGRA.c | 1 +
.../VirtualBox/src/UIMediumTypeChangeDialog.h | 1 +
src/VBox/Frontends/VirtualBox/src/UIVMInfoDialog.h | 1 +
src/VBox/Frontends/VirtualBox/src/UIVMLogViewer.h | 1 +
src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h | 1 +
src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h | 1 +
.../Frontends/VirtualBox/src/VBoxFBOverlayCommon.h | 1 +
.../VirtualBox/src/VBoxGlobalSettings.cpp | 6 -
.../Frontends/VirtualBox/src/VBoxGlobalSettings.h | 9 +-
.../Frontends/VirtualBox/src/VBoxLicenseViewer.h | 1 +
.../VirtualBox/src/VBoxSnapshotDetailsDlg.h | 1 +
.../Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.h | 1 +
.../VirtualBox/src/converter/UIConverter.h | 1 +
.../VirtualBox/src/converter/UIConverterBackend.h | 1 +
.../VirtualBox/src/extensions/QIAdvancedSlider.h | 1 +
.../VirtualBox/src/extensions/QIAdvancedToolBar.h | 1 +
.../VirtualBox/src/extensions/QIArrowButtonPress.h | 1 +
.../src/extensions/QIArrowButtonSwitch.h | 1 +
.../VirtualBox/src/extensions/QIArrowSplitter.h | 1 +
.../Frontends/VirtualBox/src/extensions/QIDialog.h | 1 +
.../VirtualBox/src/extensions/QIDialogButtonBox.h | 1 +
.../VirtualBox/src/extensions/QIFileDialog.h | 1 +
.../Frontends/VirtualBox/src/extensions/QILabel.h | 1 +
.../VirtualBox/src/extensions/QILabelSeparator.h | 1 +
.../VirtualBox/src/extensions/QILineEdit.h | 1 +
.../VirtualBox/src/extensions/QIListView.h | 1 +
.../VirtualBox/src/extensions/QIMainDialog.h | 1 +
.../Frontends/VirtualBox/src/extensions/QIMenu.h | 1 +
.../VirtualBox/src/extensions/QIMessageBox.h | 1 +
.../VirtualBox/src/extensions/QIProcess.h | 1 +
.../VirtualBox/src/extensions/QIRichTextLabel.h | 1 +
.../VirtualBox/src/extensions/QIRichToolButton.h | 1 +
.../VirtualBox/src/extensions/QISplitter.h | 1 +
.../VirtualBox/src/extensions/QIStatusBar.h | 1 +
.../src/extensions/QIStatusBarIndicator.h | 1 +
.../VirtualBox/src/extensions/QITabWidget.h | 1 +
.../VirtualBox/src/extensions/QITableView.h | 1 +
.../VirtualBox/src/extensions/QIToolButton.h | 1 +
.../VirtualBox/src/extensions/QITreeView.h | 1 +
.../VirtualBox/src/extensions/QITreeWidget.h | 1 +
.../VirtualBox/src/extensions/QIWidgetValidator.h | 1 +
.../src/extensions/graphics/QIGraphicsWidget.h | 1 +
.../VirtualBox/src/extradata/UIExtraDataDefs.cpp | 1 -
.../VirtualBox/src/extradata/UIExtraDataDefs.h | 3 +-
.../src/extradata/UIExtraDataManager.cpp | 21 +-
.../VirtualBox/src/extradata/UIExtraDataManager.h | 9 +-
.../Frontends/VirtualBox/src/globals/CIShared.h | 1 +
.../Frontends/VirtualBox/src/globals/COMDefs.h | 1 +
.../VirtualBox/src/globals/QIWithRetranslateUI.h | 1 +
.../VirtualBox/src/globals/UIActionPool.cpp | 97 +-
.../VirtualBox/src/globals/UIActionPool.h | 60 +-
.../VirtualBox/src/globals/UIAnimationFramework.h | 1 +
src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h | 1 +
.../Frontends/VirtualBox/src/globals/UIIconPool.h | 1 +
.../VirtualBox/src/globals/UIImageTools.h | 1 +
.../VirtualBox/src/globals/UIMainEventListener.cpp | 13 +-
.../VirtualBox/src/globals/UIMainEventListener.h | 3 +
.../VirtualBox/src/globals/UIMessageCenter.cpp | 63 +-
.../VirtualBox/src/globals/UIMessageCenter.h | 14 +-
.../VirtualBox/src/globals/UIModalWindowManager.h | 1 +
.../VirtualBox/src/globals/UIPopupCenter.h | 1 +
.../VirtualBox/src/globals/UIShortcutPool.h | 1 +
.../VirtualBox/src/globals/UIThreadPool.h | 1 +
.../VirtualBox/src/globals/VBoxGlobal.cpp | 32 +-
.../Frontends/VirtualBox/src/globals/VBoxGlobal.h | 16 +
.../Frontends/VirtualBox/src/globals/VBoxUtils.h | 1 +
.../Frontends/VirtualBox/src/globals/VBoxVersion.h | 1 +
src/VBox/Frontends/VirtualBox/src/main.cpp | 2 +
.../Frontends/VirtualBox/src/medium/UIMedium.cpp | 32 +-
.../Frontends/VirtualBox/src/medium/UIMedium.h | 10 +
.../Frontends/VirtualBox/src/medium/UIMediumDefs.h | 1 +
.../VirtualBox/src/medium/UIMediumEnumerator.cpp | 27 +-
.../VirtualBox/src/medium/UIMediumEnumerator.h | 1 +
.../VirtualBox/src/medium/UIMediumManager.cpp | 23 +-
.../VirtualBox/src/medium/UIMediumManager.h | 1 +
.../Frontends/VirtualBox/src/net/UIDownloader.h | 1 +
.../VirtualBox/src/net/UIDownloaderAdditions.h | 1 +
.../VirtualBox/src/net/UIDownloaderExtensionPack.h | 1 +
.../VirtualBox/src/net/UIDownloaderUserManual.h | 1 +
.../VirtualBox/src/net/UINetworkCustomer.h | 1 +
.../Frontends/VirtualBox/src/net/UINetworkDefs.h | 1 +
.../VirtualBox/src/net/UINetworkManager.h | 1 +
.../VirtualBox/src/net/UINetworkManagerDialog.h | 1 +
.../VirtualBox/src/net/UINetworkManagerIndicator.h | 1 +
.../Frontends/VirtualBox/src/net/UINetworkReply.h | 1 +
.../VirtualBox/src/net/UINetworkRequest.h | 1 +
.../VirtualBox/src/net/UINetworkRequestWidget.h | 1 +
.../Frontends/VirtualBox/src/net/UIUpdateDefs.h | 1 +
.../Frontends/VirtualBox/src/net/UIUpdateManager.h | 1 +
.../VirtualBox/src/objects/UIRichTextString.cpp | 233 ++
.../VirtualBox/src/objects/UIRichTextString.h | 114 +
.../VirtualBox/src/platform/UIDesktopServices.h | 1 +
.../src/platform/darwin/CocoaEventHelper.h | 1 +
.../src/platform/darwin/DarwinKeyboard.h | 1 +
.../src/platform/darwin/UICocoaApplication.h | 1 +
.../src/platform/darwin/UICocoaSpecialControls.h | 1 +
.../platform/darwin/UIDesktopServices_darwin_p.h | 1 +
.../src/platform/darwin/UIWindowMenuManager.h | 1 +
.../src/platform/darwin/VBoxCocoaHelper.h | 1 +
.../src/platform/darwin/VBoxUtils-darwin.h | 1 +
.../VirtualBox/src/platform/os2/VBoxHlp.h | 1 +
.../VirtualBox/src/platform/win/VBoxUtils-win.h | 1 +
.../VirtualBox/src/platform/x11/VBoxX11Helper.h | 1 +
.../VirtualBox/src/platform/x11/XKeyboard.h | 1 +
src/VBox/Frontends/VirtualBox/src/precomp.cpp | 1 +
.../VirtualBox/src/runtime/UIActionPoolRuntime.h | 1 +
.../runtime/UIAddDiskEncryptionPasswordDialog.h | 1 +
.../VirtualBox/src/runtime/UIConsoleEventHandler.h | 1 +
.../Frontends/VirtualBox/src/runtime/UIDnDDrag.cpp | 15 +-
.../VirtualBox/src/runtime/UIDnDHandler.cpp | 27 +-
.../VirtualBox/src/runtime/UIFrameBuffer.cpp | 7 +-
.../VirtualBox/src/runtime/UIFrameBuffer.h | 1 +
.../VirtualBox/src/runtime/UIIndicatorsPool.h | 1 +
.../VirtualBox/src/runtime/UIKeyboardHandler.cpp | 4 +-
.../VirtualBox/src/runtime/UIKeyboardHandler.h | 1 +
.../Frontends/VirtualBox/src/runtime/UIMachine.h | 1 +
.../VirtualBox/src/runtime/UIMachineDefs.h | 1 +
.../VirtualBox/src/runtime/UIMachineLogic.cpp | 30 +-
.../VirtualBox/src/runtime/UIMachineLogic.h | 16 +-
.../VirtualBox/src/runtime/UIMachineView.cpp | 36 +-
.../VirtualBox/src/runtime/UIMachineView.h | 4 +
.../VirtualBox/src/runtime/UIMachineWindow.cpp | 35 +-
.../VirtualBox/src/runtime/UIMachineWindow.h | 1 +
.../VirtualBox/src/runtime/UIMenuBarEditorWindow.h | 1 +
.../VirtualBox/src/runtime/UIMouseHandler.cpp | 3 +-
.../VirtualBox/src/runtime/UIMouseHandler.h | 1 +
.../VirtualBox/src/runtime/UIMultiScreenLayout.cpp | 18 -
.../VirtualBox/src/runtime/UIMultiScreenLayout.h | 2 +-
.../Frontends/VirtualBox/src/runtime/UISession.cpp | 88 +-
.../Frontends/VirtualBox/src/runtime/UISession.h | 23 +-
.../VirtualBox/src/runtime/UISlidingToolBar.h | 1 +
.../src/runtime/UIStatusBarEditorWindow.h | 1 +
.../VirtualBox/src/runtime/UIVMCloseDialog.h | 1 +
.../fullscreen/UIKeyboardHandlerFullscreen.h | 1 +
.../fullscreen/UIMachineLogicFullscreen.cpp | 66 +-
.../runtime/fullscreen/UIMachineLogicFullscreen.h | 13 +-
.../runtime/fullscreen/UIMachineViewFullscreen.h | 1 +
.../runtime/fullscreen/UIMachineWindowFullscreen.h | 1 +
.../src/runtime/normal/UIKeyboardHandlerNormal.h | 1 +
.../src/runtime/normal/UIMachineLogicNormal.cpp | 4 +
.../src/runtime/normal/UIMachineLogicNormal.h | 1 +
.../src/runtime/normal/UIMachineViewNormal.h | 1 +
.../src/runtime/normal/UIMachineWindowNormal.h | 1 +
.../src/runtime/scale/UIKeyboardHandlerScale.h | 1 +
.../src/runtime/scale/UIMachineLogicScale.h | 1 +
.../src/runtime/scale/UIMachineViewScale.h | 1 +
.../src/runtime/scale/UIMachineWindowScale.h | 1 +
.../runtime/seamless/UIKeyboardHandlerSeamless.h | 1 +
.../runtime/seamless/UIMachineLogicSeamless.cpp | 4 +
.../src/runtime/seamless/UIMachineLogicSeamless.h | 1 +
.../src/runtime/seamless/UIMachineViewSeamless.h | 1 +
.../src/runtime/seamless/UIMachineWindowSeamless.h | 1 +
.../src/selector/UIActionPoolSelector.cpp | 95 +-
.../VirtualBox/src/selector/UIActionPoolSelector.h | 11 +-
.../VirtualBox/src/selector/UISelectorWindow.cpp | 174 +-
.../VirtualBox/src/selector/UISelectorWindow.h | 6 +
.../VirtualBox/src/selector/UIVMDesktop.h | 1 +
.../Frontends/VirtualBox/src/selector/UIVMItem.cpp | 70 +-
.../Frontends/VirtualBox/src/selector/UIVMItem.h | 2 +
.../src/selector/UIVirtualBoxEventHandler.cpp | 6 +-
.../src/selector/UIVirtualBoxEventHandler.h | 3 +
.../VirtualBox/src/selector/VBoxSnapshotsWgt.h | 1 +
.../src/selector/graphics/chooser/UIGChooser.h | 1 +
.../graphics/chooser/UIGChooserHandlerKeyboard.h | 1 +
.../graphics/chooser/UIGChooserHandlerMouse.h | 1 +
.../src/selector/graphics/chooser/UIGChooserItem.h | 1 +
.../graphics/chooser/UIGChooserItemGroup.h | 1 +
.../graphics/chooser/UIGChooserItemMachine.cpp | 2 +-
.../graphics/chooser/UIGChooserItemMachine.h | 1 +
.../selector/graphics/chooser/UIGChooserModel.cpp | 8 +-
.../selector/graphics/chooser/UIGChooserModel.h | 1 +
.../src/selector/graphics/chooser/UIGChooserView.h | 1 +
.../src/selector/graphics/details/UIGDetails.h | 1 +
.../selector/graphics/details/UIGDetailsElement.h | 1 +
.../graphics/details/UIGDetailsElements.cpp | 99 +-
.../selector/graphics/details/UIGDetailsElements.h | 1 +
.../selector/graphics/details/UIGDetailsGroup.h | 1 +
.../src/selector/graphics/details/UIGDetailsItem.h | 1 +
.../selector/graphics/details/UIGDetailsModel.h | 1 +
.../selector/graphics/details/UIGDetailsSet.cpp | 1 +
.../src/selector/graphics/details/UIGDetailsSet.h | 1 +
.../src/selector/graphics/details/UIGDetailsView.h | 1 +
.../selector/graphics/details/UIGMachinePreview.h | 1 +
.../VirtualBox/src/settings/UISettingsDefs.h | 1 +
.../VirtualBox/src/settings/UISettingsDialog.cpp | 80 +-
.../VirtualBox/src/settings/UISettingsDialog.h | 14 +-
.../src/settings/UISettingsDialogSpecific.cpp | 24 +
.../src/settings/UISettingsDialogSpecific.h | 7 +
.../VirtualBox/src/settings/UISettingsPage.h | 15 +
.../src/settings/UISettingsSerializer.cpp | 192 +-
.../VirtualBox/src/settings/UISettingsSerializer.h | 63 +-
.../VirtualBox/src/settings/VBoxSettingsSelector.h | 1 +
.../src/settings/global/UIGlobalSettingsDisplay.h | 1 +
.../settings/global/UIGlobalSettingsExtension.h | 1 +
.../settings/global/UIGlobalSettingsGeneral.cpp | 19 +-
.../src/settings/global/UIGlobalSettingsGeneral.h | 4 +-
.../src/settings/global/UIGlobalSettingsGeneral.ui | 27 +-
.../src/settings/global/UIGlobalSettingsInput.h | 1 +
.../src/settings/global/UIGlobalSettingsLanguage.h | 1 +
.../src/settings/global/UIGlobalSettingsNetwork.h | 1 +
.../global/UIGlobalSettingsNetworkDetailsHost.h | 1 +
.../global/UIGlobalSettingsNetworkDetailsNAT.h | 1 +
.../global/UIGlobalSettingsPortForwardingDlg.h | 1 +
.../src/settings/global/UIGlobalSettingsProxy.h | 1 +
.../src/settings/global/UIGlobalSettingsUpdate.h | 1 +
.../src/settings/machine/UIMachineSettingsAudio.h | 1 +
.../settings/machine/UIMachineSettingsDisplay.cpp | 121 +-
.../settings/machine/UIMachineSettingsDisplay.h | 21 +-
.../settings/machine/UIMachineSettingsDisplay.ui | 98 +-
.../settings/machine/UIMachineSettingsGeneral.cpp | 56 +-
.../settings/machine/UIMachineSettingsGeneral.h | 1 +
.../machine/UIMachineSettingsInterface.cpp | 75 +-
.../settings/machine/UIMachineSettingsInterface.h | 34 +-
.../settings/machine/UIMachineSettingsInterface.ui | 103 +-
.../settings/machine/UIMachineSettingsNetwork.h | 1 +
.../settings/machine/UIMachineSettingsParallel.h | 1 +
.../machine/UIMachineSettingsPortForwardingDlg.h | 1 +
.../src/settings/machine/UIMachineSettingsSF.h | 1 +
.../settings/machine/UIMachineSettingsSFDetails.h | 1 +
.../settings/machine/UIMachineSettingsSerial.cpp | 4 +-
.../src/settings/machine/UIMachineSettingsSerial.h | 1 +
.../settings/machine/UIMachineSettingsSerial.ui | 11 +-
.../settings/machine/UIMachineSettingsStorage.cpp | 23 +
.../settings/machine/UIMachineSettingsStorage.h | 4 +
.../settings/machine/UIMachineSettingsStorage.ui | 22 +-
.../src/settings/machine/UIMachineSettingsSystem.h | 1 +
.../src/settings/machine/UIMachineSettingsUSB.cpp | 8 +-
.../src/settings/machine/UIMachineSettingsUSB.h | 1 +
.../machine/UIMachineSettingsUSBFilterDetails.h | 1 +
.../src/widgets/UIApplianceEditorWidget.h | 1 +
.../src/widgets/UIApplianceExportEditorWidget.h | 1 +
.../src/widgets/UIApplianceImportEditorWidget.h | 1 +
src/VBox/Frontends/VirtualBox/src/widgets/UIBar.h | 1 +
.../Frontends/VirtualBox/src/widgets/UIBootTable.h | 1 +
.../VirtualBox/src/widgets/UIFilmContainer.cpp | 0
.../VirtualBox/src/widgets/UIFilmContainer.h | 1 +
.../VirtualBox/src/widgets/UIHostComboEditor.h | 1 +
.../VirtualBox/src/widgets/UIHotKeyEditor.h | 1 +
.../VirtualBox/src/widgets/UILineTextEdit.h | 1 +
.../Frontends/VirtualBox/src/widgets/UIMenuBar.h | 1 +
.../VirtualBox/src/widgets/UIMiniToolBar.h | 1 +
.../VirtualBox/src/widgets/UINameAndSystemEditor.h | 1 +
.../Frontends/VirtualBox/src/widgets/UIPopupBox.h | 1 +
.../Frontends/VirtualBox/src/widgets/UIPopupPane.h | 1 +
.../VirtualBox/src/widgets/UIPopupPaneButtonPane.h | 1 +
.../VirtualBox/src/widgets/UIPopupPaneTextPane.h | 1 +
.../VirtualBox/src/widgets/UIPopupStack.h | 1 +
.../VirtualBox/src/widgets/UIPopupStackViewport.h | 1 +
.../VirtualBox/src/widgets/UIPortForwardingTable.h | 1 +
.../VirtualBox/src/widgets/UIProgressDialog.cpp | 111 +-
.../VirtualBox/src/widgets/UIProgressDialog.h | 59 +-
.../VirtualBox/src/widgets/UISpacerWidgets.h | 1 +
.../VirtualBox/src/widgets/UISpecialControls.h | 1 +
.../Frontends/VirtualBox/src/widgets/UIToolBar.h | 1 +
.../VirtualBox/src/widgets/UIWarningPane.h | 1 +
.../src/widgets/VBoxFilePathSelectorWidget.h | 1 +
.../VirtualBox/src/widgets/VBoxGuestRAMSlider.h | 1 +
.../VirtualBox/src/widgets/VBoxMediaComboBox.h | 1 +
.../src/widgets/VBoxOSTypeSelectorButton.h | 1 +
.../src/widgets/graphics/UIGraphicsButton.h | 1 +
.../src/widgets/graphics/UIGraphicsRotatorButton.h | 1 +
.../src/widgets/graphics/UIGraphicsTextPane.cpp | 61 +-
.../src/widgets/graphics/UIGraphicsTextPane.h | 4 +-
.../src/widgets/graphics/UIGraphicsToolBar.h | 1 +
.../src/widgets/graphics/UIGraphicsZoomButton.h | 1 +
.../Frontends/VirtualBox/src/wizards/UIWizard.h | 1 +
.../VirtualBox/src/wizards/UIWizardPage.h | 1 +
.../src/wizards/clonevd/UIWizardCloneVD.h | 1 +
.../wizards/clonevd/UIWizardCloneVDPageBasic1.h | 1 +
.../wizards/clonevd/UIWizardCloneVDPageBasic2.h | 1 +
.../wizards/clonevd/UIWizardCloneVDPageBasic3.h | 1 +
.../wizards/clonevd/UIWizardCloneVDPageBasic4.h | 1 +
.../wizards/clonevd/UIWizardCloneVDPageExpert.h | 1 +
.../src/wizards/clonevm/UIWizardCloneVM.h | 1 +
.../wizards/clonevm/UIWizardCloneVMPageBasic1.h | 1 +
.../wizards/clonevm/UIWizardCloneVMPageBasic2.h | 1 +
.../wizards/clonevm/UIWizardCloneVMPageBasic3.h | 1 +
.../wizards/clonevm/UIWizardCloneVMPageExpert.h | 1 +
.../wizards/exportappliance/UIWizardExportApp.cpp | 54 +
.../wizards/exportappliance/UIWizardExportApp.h | 1 +
.../exportappliance/UIWizardExportAppDefs.h | 1 +
.../exportappliance/UIWizardExportAppPageBasic1.h | 1 +
.../exportappliance/UIWizardExportAppPageBasic2.h | 1 +
.../exportappliance/UIWizardExportAppPageBasic3.h | 1 +
.../exportappliance/UIWizardExportAppPageBasic4.h | 1 +
.../UIWizardExportAppPageExpert.cpp | 4 +-
.../exportappliance/UIWizardExportAppPageExpert.h | 1 +
.../src/wizards/firstrun/UIWizardFirstRun.h | 1 +
.../wizards/firstrun/UIWizardFirstRunPageBasic.h | 1 +
.../wizards/importappliance/UIWizardImportApp.h | 1 +
.../importappliance/UIWizardImportAppDefs.h | 1 +
.../importappliance/UIWizardImportAppPageBasic1.h | 1 +
.../importappliance/UIWizardImportAppPageBasic2.h | 1 +
.../importappliance/UIWizardImportAppPageExpert.h | 1 +
.../VirtualBox/src/wizards/newvd/UIWizardNewVD.h | 1 +
.../src/wizards/newvd/UIWizardNewVDPageBasic1.h | 1 +
.../src/wizards/newvd/UIWizardNewVDPageBasic2.h | 1 +
.../src/wizards/newvd/UIWizardNewVDPageBasic3.h | 1 +
.../src/wizards/newvd/UIWizardNewVDPageExpert.h | 1 +
.../VirtualBox/src/wizards/newvm/UIWizardNewVM.h | 1 +
.../src/wizards/newvm/UIWizardNewVMPageBasic1.cpp | 8 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic1.h | 1 +
.../src/wizards/newvm/UIWizardNewVMPageBasic2.h | 1 +
.../src/wizards/newvm/UIWizardNewVMPageBasic3.h | 1 +
.../src/wizards/newvm/UIWizardNewVMPageExpert.h | 1 +
src/VBox/GuestHost/DragAndDrop/DnDDir.cpp | 125 +-
src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp | 227 +-
src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp | 402 ++
src/VBox/GuestHost/DragAndDrop/Makefile.kmk | 7 +-
src/VBox/GuestHost/HGSMI/HGSMICommon.cpp | 570 +--
src/VBox/GuestHost/OpenGL/error/error.py | 0
src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py | 0
src/VBox/GuestHost/OpenGL/include/chromium.h | 2 +-
src/VBox/GuestHost/OpenGL/packer/pack_current.py | 0
.../GuestHost/OpenGL/packer/pack_currentheader.py | 0
src/VBox/GuestHost/OpenGL/packer/pack_header.py | 0
src/VBox/GuestHost/OpenGL/packer/packer.py | 0
src/VBox/GuestHost/OpenGL/packer/packer_bbox.py | 0
src/VBox/GuestHost/OpenGL/spu_loader/dispatch.py | 0
.../GuestHost/OpenGL/spu_loader/dispatchheader.py | 0
src/VBox/GuestHost/OpenGL/spu_loader/glloader.py | 0
src/VBox/GuestHost/OpenGL/spu_loader/spuchange.py | 0
src/VBox/GuestHost/OpenGL/spu_loader/spucopy.py | 0
src/VBox/GuestHost/OpenGL/state_tracker/convert.py | 0
.../GuestHost/OpenGL/state_tracker/dump_gen.py | 0
.../OpenGL/state_tracker/state_current.py | 0
.../GuestHost/OpenGL/state_tracker/state_defs.py | 0
.../GuestHost/OpenGL/state_tracker/state_funcs.py | 0
.../GuestHost/OpenGL/state_tracker/state_get.py | 0
.../GuestHost/OpenGL/state_tracker/state_init.c | 32 +-
.../OpenGL/state_tracker/state_isenabled.py | 0
src/VBox/GuestHost/OpenGL/util/debug_opcodes.py | 0
src/VBox/GuestHost/OpenGL/util/error.c | 634 +--
src/VBox/GuestHost/OpenGL/util/hash.c | 5 +-
src/VBox/HostDrivers/Support/SUPDrvGip.cpp | 8 +-
src/VBox/HostDrivers/Support/SUPDrvIOC.h | 8 +-
src/VBox/HostDrivers/Support/SUPDrvSem.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPLib.cpp | 4 +-
.../HostDrivers/Support/darwin/SUPDrv-darwin.cpp | 49 +
src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c | 2 +-
.../Support/win/SUPHardenedVerifyProcess-win.cpp | 1 +
src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk | 6 +-
.../HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h | 6 +-
.../VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp | 261 +-
.../VBoxNetFlt/linux/VBoxNetFlt-linux.c | 179 +
src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c | 3 +-
.../HostDrivers/VBoxUSB/win/mon/VBoxUSBMon.inf | 9 +-
.../HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp | 62 +-
src/VBox/HostServices/DragAndDrop/dndmanager.cpp | 652 +---
src/VBox/HostServices/DragAndDrop/dndmanager.h | 52 +-
src/VBox/HostServices/DragAndDrop/service.cpp | 506 ++-
src/VBox/HostServices/GuestControl/gctrl.cpp | 2 +-
.../SharedOpenGL/crserverlib/server_dispatch.py | 0
.../crserverlib/server_dispatch_header.py | 0
.../SharedOpenGL/crserverlib/server_get.py | 0
.../SharedOpenGL/crserverlib/server_retval.py | 0
.../SharedOpenGL/crserverlib/server_simpleget.py | 0
.../HostServices/SharedOpenGL/expando/expando.py | 0
.../HostServices/SharedOpenGL/unpacker/unpack.py | 0
.../SharedOpenGL/unpacker/unpack_extend.py | 0
.../SharedOpenGL/unpacker/unpack_header.py | 0
src/VBox/Installer/linux/vboxdrv-pardus.py | 0
src/VBox/Installer/win/UserInterface.wxi | 15 +-
src/VBox/Main/Makefile.kmk | 17 +-
src/VBox/Main/cbinding/VBoxCAPIGlue.c | 2 +-
src/VBox/Main/cbinding/tstCAPIGlue.c | 2 +-
src/VBox/Main/glue/initterm.cpp | 3 +-
src/VBox/Main/glue/vboxapi.py | 28 +-
src/VBox/Main/glue/xpcom/helpers.cpp | 1 +
src/VBox/Main/idl/VirtualBox.xidl | 1668 +++++---
src/VBox/Main/idl/apiwrap-server.xsl | 41 +-
src/VBox/Main/idl/comimpl.xsl | 18 +-
src/VBox/Main/include/AdditionsFacilityImpl.h | 1 +
src/VBox/Main/include/ApplianceImpl.h | 1 +
src/VBox/Main/include/ApplianceImplPrivate.h | 5 +
src/VBox/Main/include/AudioAdapterImpl.h | 4 +
src/VBox/Main/include/AudioSnifferInterface.h | 1 +
src/VBox/Main/include/AutoCaller.h | 1 +
src/VBox/Main/include/AutoStateDep.h | 1 +
src/VBox/Main/include/AutostartDb.h | 1 +
src/VBox/Main/include/BandwidthControlImpl.h | 1 +
src/VBox/Main/include/BandwidthGroupImpl.h | 1 +
src/VBox/Main/include/ConsoleImpl.h | 4 +
src/VBox/Main/include/DisplayUtils.h | 1 +
src/VBox/Main/include/EventImpl.h | 3 +
src/VBox/Main/include/GuestCtrlImplPrivate.h | 570 ++-
src/VBox/Main/include/GuestDnDPrivate.h | 443 ++-
src/VBox/Main/include/GuestDnDSourceImpl.h | 46 +-
src/VBox/Main/include/GuestDnDTargetImpl.h | 40 +-
src/VBox/Main/include/GuestFileImpl.h | 18 +-
src/VBox/Main/include/GuestImpl.h | 22 +-
src/VBox/Main/include/GuestOSTypeImpl.h | 1 +
src/VBox/Main/include/GuestProcessImpl.h | 22 +-
src/VBox/Main/include/GuestSessionImpl.h | 159 +-
src/VBox/Main/include/HGCM.h | 1 +
src/VBox/Main/include/HGCMObjects.h | 1 +
src/VBox/Main/include/HGCMThread.h | 1 +
src/VBox/Main/include/HostPower.h | 28 +
src/VBox/Main/include/MachineImpl.h | 10 +-
src/VBox/Main/include/MachineImplCloneVM.h | 1 +
src/VBox/Main/include/Matching.h | 1 +
src/VBox/Main/include/MediumAttachmentImpl.h | 1 +
src/VBox/Main/include/ObjectState.h | 1 +
src/VBox/Main/include/RemoteUSBBackend.h | 1 +
src/VBox/Main/include/SecretKeyStore.h | 1 +
src/VBox/Main/include/SessionImpl.h | 1 +
src/VBox/Main/include/SharedFolderImpl.h | 1 +
src/VBox/Main/include/VFSExplorerImpl.h | 2 +-
src/VBox/Main/include/VMMDev.h | 1 +
src/VBox/Main/include/VirtualBoxBase.h | 8 +-
src/VBox/Main/include/VirtualBoxErrorInfoImpl.h | 1 +
src/VBox/Main/include/netif.h | 1 +
src/VBox/Main/include/objectslist.h | 1 +
src/VBox/Main/include/vbox-libhal.h | 1 +
src/VBox/Main/include/vector.h | 1 +
src/VBox/Main/include/win/resource.h | 1 +
src/VBox/Main/src-all/DisplayResampleImage.cpp | 1 +
src/VBox/Main/src-all/EventImpl.cpp | 27 +
src/VBox/Main/src-all/Logging.cpp | 1 +
src/VBox/Main/src-all/SharedFolderImpl.cpp | 1 +
src/VBox/Main/src-all/VirtualBoxBase.cpp | 112 +-
src/VBox/Main/src-all/VirtualBoxErrorInfoImpl.cpp | 1 +
src/VBox/Main/src-client/AdditionsFacilityImpl.cpp | 1 +
src/VBox/Main/src-client/ClientTokenHolder.cpp | 1 +
src/VBox/Main/src-client/ConsoleImpl.cpp | 87 +-
src/VBox/Main/src-client/ConsoleImpl2.cpp | 253 +-
.../Main/src-client/DisplaySourceBitmapImpl.cpp | 6 +-
src/VBox/Main/src-client/DrvAudioVRDE.cpp | 28 +-
src/VBox/Main/src-client/GuestCtrlImpl.cpp | 224 +-
src/VBox/Main/src-client/GuestCtrlPrivate.cpp | 261 +-
src/VBox/Main/src-client/GuestDirectoryImpl.cpp | 21 +-
src/VBox/Main/src-client/GuestDnDPrivate.cpp | 766 ++--
src/VBox/Main/src-client/GuestDnDSourceImpl.cpp | 981 ++++-
src/VBox/Main/src-client/GuestDnDTargetImpl.cpp | 905 ++++-
src/VBox/Main/src-client/GuestFileImpl.cpp | 145 +-
src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp | 103 +-
src/VBox/Main/src-client/GuestImpl.cpp | 24 +-
src/VBox/Main/src-client/GuestProcessImpl.cpp | 221 +-
src/VBox/Main/src-client/GuestSessionImpl.cpp | 1238 +++---
src/VBox/Main/src-client/GuestSessionImplTasks.cpp | 31 +-
src/VBox/Main/src-client/HGCM.cpp | 1 +
src/VBox/Main/src-client/MachineDebuggerImpl.cpp | 14 +-
src/VBox/Main/src-client/RemoteUSBBackend.cpp | 1 +
src/VBox/Main/src-client/VBoxDriversRegister.cpp | 1 +
src/VBox/Main/src-client/xpcom/module.cpp | 1 +
.../Main/src-helper-apps/VBoxExtPackHelperApp.cpp | 2 +-
src/VBox/Main/src-server/ApplianceImpl.cpp | 14 +
src/VBox/Main/src-server/ApplianceImplExport.cpp | 18 +-
src/VBox/Main/src-server/AudioAdapterImpl.cpp | 25 +
src/VBox/Main/src-server/BIOSSettingsImpl.cpp | 1 +
src/VBox/Main/src-server/BandwidthControlImpl.cpp | 1 +
src/VBox/Main/src-server/BandwidthGroupImpl.cpp | 1 +
src/VBox/Main/src-server/ClientToken.cpp | 1 +
src/VBox/Main/src-server/ClientWatcher.cpp | 1 +
src/VBox/Main/src-server/GuestOSTypeImpl.cpp | 1 +
src/VBox/Main/src-server/HostDnsService.cpp | 54 +-
src/VBox/Main/src-server/HostDnsService.h | 3 +-
src/VBox/Main/src-server/HostImpl.cpp | 40 +-
src/VBox/Main/src-server/HostPower.cpp | 1 +
.../Main/src-server/HostVideoInputDeviceImpl.cpp | 8 +-
src/VBox/Main/src-server/MachineImpl.cpp | 103 +-
src/VBox/Main/src-server/Matching.cpp | 1 +
src/VBox/Main/src-server/MediumAttachmentImpl.cpp | 1 +
src/VBox/Main/src-server/MediumImpl.cpp | 30 +-
src/VBox/Main/src-server/MediumLock.cpp | 1 +
src/VBox/Main/src-server/PerformanceImpl.cpp | 8 +-
src/VBox/Main/src-server/SerialPortImpl.cpp | 1 +
src/VBox/Main/src-server/SnapshotImpl.cpp | 73 +-
src/VBox/Main/src-server/VFSExplorerImpl.cpp | 32 +-
.../Main/src-server/darwin/HostPowerDarwin.cpp | 1 +
src/VBox/Main/src-server/linux/HostPowerLinux.cpp | 144 +
src/VBox/Main/src-server/linux/vbox-libhal.cpp | 1 +
src/VBox/Main/src-server/win/HostPowerWin.cpp | 1 +
src/VBox/Main/src-server/win/VBoxComEvents.cpp | 1 +
src/VBox/Main/src-server/win/VBoxComEvents.h | 1 +
src/VBox/Main/src-server/win/svchlp.cpp | 1 +
src/VBox/Main/src-server/win/svchlp.h | 1 +
src/VBox/Main/src-server/win/svcmain.cpp | 1 +
src/VBox/Main/src-server/xpcom/server.cpp | 34 +-
src/VBox/Main/src-server/xpcom/server.h | 1 +
src/VBox/Main/src-server/xpcom/server_module.cpp | 1 +
src/VBox/Main/testcase/tstAPI.cpp | 1 +
src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp | 1 +
src/VBox/Main/xml/Settings.cpp | 125 +-
.../NetworkServices/DHCP/NetworkManagerDhcp.cpp | 3 +-
src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp | 14 +-
src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp | 138 +-
src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp | 2 +-
.../NetworkServices/NetLib/VBoxNetBaseService.cpp | 34 +-
.../NetworkServices/NetLib/VBoxNetBaseService.h | 8 +-
.../NetLib/VBoxNetPortForwardString.cpp | 17 +-
src/VBox/RDP/client-1.8.3/vrdp/rdpusb.c | 1 +
src/VBox/Runtime/Makefile.kmk | 12 +
src/VBox/Runtime/VBox/dbus.cpp | 1 +
src/VBox/Runtime/common/asm/ASMGetXcr0.asm | 2 +
src/VBox/Runtime/common/asm/ASMSetXcr0.asm | 2 +
.../common/asm/{ASMSetXcr0.asm => ASMXRstor.asm} | 35 +-
.../common/asm/{ASMSetXcr0.asm => ASMXSave.asm} | 35 +-
.../Runtime/common/checksum/RTSha256Digest.cpp | 1 +
src/VBox/Runtime/common/dbg/dbgcfg.cpp | 4 +-
src/VBox/Runtime/common/ldr/ldrPE.cpp | 3 +-
src/VBox/Runtime/common/log/tracebuf.cpp | 26 +
src/VBox/Runtime/common/log/tracedefault.cpp | 26 +
src/VBox/Runtime/common/misc/getoptargv.cpp | 173 +-
src/VBox/Runtime/common/misc/lockvalidator.cpp | 6 +
src/VBox/Runtime/common/zip/tarvfs.cpp | 7 +-
src/VBox/Runtime/generic/env-generic.cpp | 390 +-
src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c | 2 +-
src/VBox/Runtime/r0drv/memobj-r0drv.cpp | 2 +-
.../r0drv/solaris/modulestub-r0drv-solaris.c | 26 +-
src/VBox/Runtime/r3/posix/env-posix.cpp | 7 +-
.../Runtime/r3/posix/process-creation-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/process-posix.cpp | 1 +
src/VBox/Runtime/r3/win/env-win.cpp | 14 +-
src/VBox/Runtime/r3/win/fileio-win.cpp | 7 +-
src/VBox/Runtime/r3/win/internal-r3-win.h | 26 +
src/VBox/Runtime/r3/win/localipc-win.cpp | 7 +-
src/VBox/Runtime/r3/win/process-win.cpp | 8 +-
src/VBox/Runtime/testcase/tstDarwinSched.cpp | 26 +
src/VBox/Runtime/testcase/tstLdr-3.cpp | 5 +
src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp | 502 ++-
src/VBox/Runtime/testcase/tstRTLdrMachORelocs-1.S | 126 +
.../Runtime/testcase/tstRTLdrMachORelocs-1.disas | 206 +
src/VBox/Runtime/testcase/tstRTLdrMachORelocs-1.o | Bin 0 -> 1480 bytes
src/VBox/Runtime/testcase/tstRTTcp-1.cpp | 27 +
src/VBox/Storage/VD.cpp | 5 +-
src/VBox/VMM/VMMAll/CPUMAllRegs.cpp | 71 +-
src/VBox/VMM/VMMAll/GIMAllKvm.cpp | 11 +-
src/VBox/VMM/VMMAll/IEMAll.cpp | 71 +-
src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h | 75 +
src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h | 18 +-
src/VBox/VMM/VMMAll/MMAll.cpp | 1 +
src/VBox/VMM/VMMAll/MMAllHyper.cpp | 30 +
src/VBox/VMM/VMMAll/PGMAllBth.h | 24 +-
src/VBox/VMM/VMMAll/PGMAllHandler.cpp | 271 +-
src/VBox/VMM/VMMAll/PGMAllPhys.cpp | 17 +-
src/VBox/VMM/VMMAll/PGMAllPool.cpp | 17 +-
src/VBox/VMM/VMMAll/REMAll.cpp | 18 +-
src/VBox/VMM/VMMR0/HMR0A.asm | 25 +-
src/VBox/VMM/VMMR0/HMR0Mixed.mac | 320 +-
src/VBox/VMM/VMMR0/HMSVMR0.cpp | 74 +-
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 152 +-
src/VBox/VMM/VMMR0/PGMR0.cpp | 9 +-
src/VBox/VMM/VMMR0/VMMR0.cpp | 15 +-
src/VBox/VMM/VMMR3/CPUM.cpp | 712 ++--
src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp | 146 +-
src/VBox/VMM/VMMR3/GIM.cpp | 41 +-
src/VBox/VMM/VMMR3/GIMHv.cpp | 2 +-
src/VBox/VMM/VMMR3/GIMKvm.cpp | 94 +-
src/VBox/VMM/VMMR3/IOM.cpp | 103 +-
src/VBox/VMM/VMMR3/MM.cpp | 12 +
src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp | 4 +-
src/VBox/VMM/VMMR3/PDMBlkCache.cpp | 2 +-
src/VBox/VMM/VMMR3/PDMLdr.cpp | 69 +-
src/VBox/VMM/VMMR3/PDMNetShaper.cpp | 2 +-
src/VBox/VMM/VMMR3/PGM.cpp | 91 +-
src/VBox/VMM/VMMR3/PGMHandler.cpp | 143 +-
src/VBox/VMM/VMMR3/PGMPhys.cpp | 41 +-
src/VBox/VMM/VMMR3/PGMPool.cpp | 25 +-
src/VBox/VMM/VMMR3/SSM.cpp | 366 +-
src/VBox/VMM/VMMR3/TM.cpp | 11 +-
src/VBox/VMM/VMMR3/VMM.cpp | 5 +
src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac | 108 +-
src/VBox/VMM/include/CPUMInternal.h | 7 +-
src/VBox/VMM/include/GIMInternal.h | 8 +-
src/VBox/VMM/include/GIMKvmInternal.h | 2 +-
src/VBox/VMM/include/HMInternal.h | 8 +-
src/VBox/VMM/include/HMInternal.mac | 25 +
src/VBox/VMM/include/IOMInternal.h | 10 +-
src/VBox/VMM/include/PGMInline.h | 23 -
src/VBox/VMM/include/PGMInternal.h | 104 +-
src/VBox/VMM/include/REMInternal.h | 6 +-
src/VBox/VMM/testcase/Makefile.kmk | 1 +
src/VBox/VMM/testcase/tstIEMCheckMc.cpp | 1 +
src/VBox/VMM/testcase/tstVMStruct.h | 23 +-
src/VBox/ValidationKit/common/__init__.py | 0
.../ValidationKit/common/constants/__init__.py | 0
src/VBox/ValidationKit/common/constants/result.py | 0
.../ValidationKit/common/constants/rtexitcode.py | 0
src/VBox/ValidationKit/common/constants/tbreq.py | 0
src/VBox/ValidationKit/common/constants/tbresp.py | 0
.../ValidationKit/common/constants/valueunit.py | 0
src/VBox/ValidationKit/common/utils.py | 0
src/VBox/ValidationKit/common/webutils.py | 0
src/VBox/ValidationKit/testanalysis/__init__.py | 0
src/VBox/ValidationKit/testanalysis/diff.py | 0
src/VBox/ValidationKit/testboxscript/setup.sh | 0
.../ValidationKit/testboxscript/testboxcommand.py | 0
.../ValidationKit/testboxscript/testboxcommons.py | 0
.../testboxscript/testboxconnection.py | 0
.../ValidationKit/testboxscript/testboxtasks.py | 0
.../ValidationKit/testboxscript/testboxupgrade.py | 0
.../ValidationKit/testboxscript/win/readme.txt | 2 +
src/VBox/ValidationKit/testdriver/__init__.py | 0
src/VBox/ValidationKit/testdriver/base.py | 0
src/VBox/ValidationKit/testdriver/reporter.py | 0
src/VBox/ValidationKit/testdriver/tst-txsclient.py | 0
src/VBox/ValidationKit/testdriver/txsclient.py | 0
src/VBox/ValidationKit/testdriver/vbox.py | 0
src/VBox/ValidationKit/testdriver/vboxtestvms.py | 0
src/VBox/ValidationKit/testdriver/vboxwrappers.py | 0
src/VBox/ValidationKit/testdriver/winbase.py | 0
src/VBox/ValidationKit/testmanager/__init__.py | 0
src/VBox/ValidationKit/testmanager/config.py | 0
.../ValidationKit/testmanager/core/__init__.py | 0
src/VBox/ValidationKit/testmanager/core/base.py | 0
src/VBox/ValidationKit/testmanager/core/build.py | 0
.../testmanager/core/buildblacklist.py | 0
.../ValidationKit/testmanager/core/buildsource.py | 0
.../ValidationKit/testmanager/core/coreconsts.py | 0
src/VBox/ValidationKit/testmanager/core/db.py | 0
.../ValidationKit/testmanager/core/dbobjcache.py | 0
.../testmanager/core/failurecategory.py | 0
.../testmanager/core/failurereason.py | 0
.../testmanager/core/globalresource.py | 0
src/VBox/ValidationKit/testmanager/core/report.py | 0
.../ValidationKit/testmanager/core/schedgroup.py | 0
.../testmanager/core/schedulerbase.py | 0
.../testmanager/core/schedulerbeci.py | 0
.../ValidationKit/testmanager/core/systemlog.py | 0
src/VBox/ValidationKit/testmanager/core/testbox.py | 0
.../testmanager/core/testboxcontroller.py | 0
.../testmanager/core/testboxstatus.py | 0
.../ValidationKit/testmanager/core/testcase.py | 0
.../ValidationKit/testmanager/core/testcaseargs.py | 0
.../ValidationKit/testmanager/core/testgroup.py | 0
.../ValidationKit/testmanager/core/testresults.py | 0
src/VBox/ValidationKit/testmanager/core/testset.py | 0
.../ValidationKit/testmanager/core/useraccount.py | 0
.../ValidationKit/testmanager/core/vcsrevisions.py | 0
.../testmanager/core/webservergluebase.py | 0
.../testmanager/core/webservergluecgi.py | 0
.../ValidationKit/testmanager/debug/__init__.py | 0
.../ValidationKit/testmanager/webui/__init__.py | 0
.../ValidationKit/testmanager/webui/wuiadmin.py | 0
.../testmanager/webui/wuiadminbuild.py | 0
.../testmanager/webui/wuiadminbuildblacklist.py | 0
.../testmanager/webui/wuiadminbuildcategory.py | 0
.../testmanager/webui/wuiadminbuildsource.py | 0
.../testmanager/webui/wuiadminfailurereason.py | 0
.../testmanager/webui/wuiadminglobalrsrc.py | 0
.../testmanager/webui/wuiadminschedgroup.py | 0
.../testmanager/webui/wuiadminsystemlog.py | 0
.../testmanager/webui/wuiadmintestbox.py | 0
.../testmanager/webui/wuiadmintestcase.py | 0
.../testmanager/webui/wuiadmintestgroup.py | 0
.../testmanager/webui/wuiadminuseraccount.py | 0
.../ValidationKit/testmanager/webui/wuibase.py | 0
.../testmanager/webui/wuicontentbase.py | 0
.../testmanager/webui/wuifailurecategory.py | 0
.../ValidationKit/testmanager/webui/wuigraphwiz.py | 0
.../ValidationKit/testmanager/webui/wuihlpform.py | 0
.../testmanager/webui/wuihlpgraphgooglechart.py | 0
.../testmanager/webui/wuihlpgraphmatplotlib.py | 0
.../testmanager/webui/wuihlpgraphsimple.py | 0
.../testmanager/webui/wuilogviewer.py | 0
.../ValidationKit/testmanager/webui/wuimain.py | 0
.../ValidationKit/testmanager/webui/wuireport.py | 0
.../testmanager/webui/wuitestresult.py | 0
.../testmanager/webui/wuivcshistory.py | 0
.../tests/additions/tdAddGuestCtrl.py | 302 +-
src/bldprogs/scm.cpp | 4 +-
src/libs/Makefile.kmk | 4 +-
src/libs/kStuff/kStuff/kLdr/kLdrModMachO.c | 90 +-
src/libs/xpcom18a4/nsprpub/Makefile.in | 0
src/libs/xpcom18a4/nsprpub/config/config.mk | 0
src/libs/xpcom18a4/nsprpub/config/rules.mk | 0
src/libs/xpcom18a4/python/client/__init__.py | 0
src/libs/xpcom18a4/python/file.py | 0
src/libs/xpcom18a4/python/primitives.py | 0
src/libs/xpcom18a4/python/server/__init__.py | 0
src/libs/xpcom18a4/python/server/enumerator.py | 0
src/libs/xpcom18a4/python/server/factory.py | 0
src/libs/xpcom18a4/python/server/loader.py | 0
src/libs/xpcom18a4/python/server/module.py | 0
src/libs/xpcom18a4/python/server/policy.py | 0
.../xpcom18a4/python/test/pyxpcom_test_tools.py | 0
.../xpcom18a4/python/test/test_com_exceptions.py | 0
src/libs/xpcom18a4/python/test/test_comfile.py | 0
.../test/test_component/py_test_component.py | 0
src/libs/xpcom18a4/python/test/test_components.py | 0
.../python/test/test_isupports_primitives.py | 0
src/libs/xpcom18a4/python/test/test_misc.py | 0
src/libs/xpcom18a4/python/test/test_streams.py | 0
.../xpcom18a4/python/test/test_test_component.py | 0
.../xpcom18a4/python/test/test_weakreferences.py | 0
src/libs/xpcom18a4/python/tools/regxpcom.py | 0
src/libs/xpcom18a4/python/xpt.py | 0
src/recompiler/Makefile.kmk | 2 +-
src/recompiler/VBoxREMWrapper.cpp | 24 +-
src/recompiler/VBoxRecompiler.c | 64 +-
1319 files changed, 46965 insertions(+), 62665 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