# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Jan 3, 2025 2:49:17 PM Mon, 20 Aug 2018 10:47:03 GMT vboxsync [73779] * trunk/src/VBox/Runtime/common/dbg/dbgstackdumpself.cpp (modified) IPRT/Dbg: Added simple stack formatter for the current thread. [doxygen] Mon, 20 Aug 2018 10:36:51 GMT vboxsync [73777] * trunk/src/VBox/Devices/Serial/UartCore.cpp (modified) Devices/Serial/UartCore.cpp: Fix character timeout indication ... Mon, 20 Aug 2018 10:36:22 GMT vboxsync [73776] * trunk/src/VBox/Runtime/common/dbg/dbgstackdumpself.cpp (modified) IPRT/Dbg: Added simple stack formatter for the current thread. [doxgyen] Mon, 20 Aug 2018 10:27:35 GMT vboxsync [73775] * trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp (modified) VUSB/Linux: Fixed double reap of discarded URBs, causing potential ... Mon, 20 Aug 2018 06:44:55 GMT vboxsync [73770] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Revert r124436 (VMCLEAR is needed for setting launch ... Sun, 19 Aug 2018 19:07:19 GMT vboxsync [73768] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/SerialPortImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/SerialPortImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main,FE/VBoxManage: Allow changing the UART type of the serial ports ... Sun, 19 Aug 2018 16:58:49 GMT vboxsync [73767] * trunk/src/VBox/Devices/build/VBoxDD.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD.h (modified) Serial: Remove the old serial code and switch over to the new one by ... Sun, 19 Aug 2018 16:55:11 GMT vboxsync [73766] * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Serial/DevSerial.cpp (moved) * trunk/src/VBox/Devices/Serial/DrvChar.cpp (moved) * trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp (moved) * trunk/src/VBox/Devices/testcase/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) Serial: Remove the old serial code and switch over to the new one by ... Sun, 19 Aug 2018 13:50:09 GMT vboxsync [73764] * trunk/src/VBox/Runtime/common/dbg/dbgstackdumpself.cpp (modified) IPRT/Dbg: Added simple stack formatter for the current thread. [build] Sun, 19 Aug 2018 13:49:00 GMT vboxsync [73763] * trunk/src/VBox/Runtime/common/dbg/dbgstackdumpself.cpp (modified) IPRT/Dbg: Added simple stack formatter for the current thread. [bugfix] Sun, 19 Aug 2018 13:43:17 GMT vboxsync [73762] * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/Runtime/common/misc/assert.cpp (modified) IPRT/assert: Provide call stack dump on 64-bit windows (ring-3). ... Sun, 19 Aug 2018 13:42:25 GMT vboxsync [73761] * trunk/include/iprt/dbg.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/dbg/dbgstackdumpself-amd64-x86.asm (added) * trunk/src/VBox/Runtime/common/dbg/dbgstackdumpself.cpp (added) IPRT/Dbg: Added simple stack formatter for the current thread. Sun, 19 Aug 2018 13:41:26 GMT vboxsync [73760] * trunk/src/VBox/Runtime/common/dbg/dbgmodexports.cpp (modified) IPRT/dbgmodexports: paranoia. Sun, 19 Aug 2018 13:41:04 GMT vboxsync [73759] * trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp (modified) IPRT/RTLdrQueryProp[Ex]: Fixed passing a uint32_t when querying ... Sun, 19 Aug 2018 13:40:03 GMT vboxsync [73758] * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) IPRT/ldrPE: Fixed bug in Seg+Offset -> RVA translation method. Sat, 18 Aug 2018 05:27:26 GMT vboxsync [73757] * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) MachineImplMoveVM.cpp: Try fix doxygen burn on Win64dep. Sat, 18 Aug 2018 05:13:26 GMT vboxsync [73756] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/VBox/vmm/iem.h (modified) * trunk/src/VBox/VMM/VMMAll/HMVMXAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 VMCLEAR skeleton. Sat, 18 Aug 2018 04:49:35 GMT vboxsync [73755] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 Added missing iemCImpl_vmptrst. Sat, 18 Aug 2018 04:48:52 GMT vboxsync [73754] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HVMXMR0: const nit. Sat, 18 Aug 2018 04:41:54 GMT vboxsync [73753] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: We shouldn't need to VMCLEAR before VMPTRLD before ... Sat, 18 Aug 2018 04:04:56 GMT vboxsync [73752] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/VBox/vmm/iem.h (modified) * trunk/src/VBox/VMM/VMMAll/HMVMXAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 Implement VMPTRST, added decoded ... Sat, 18 Aug 2018 01:07:16 GMT vboxsync [73751] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT: No MD4 in RuntimeR0Drv on windows, of course. Sat, 18 Aug 2018 00:25:57 GMT vboxsync [73749] * trunk/include/iprt/crypto/key.h (modified) * trunk/include/iprt/crypto/pem.h (modified) * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Runtime/common/crypto/key-file.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pemfile.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCrPkix-1.cpp (modified) IPRT/crypto: Implemented reading of PEM encrypted RSA keys. bugref:9152 Fri, 17 Aug 2018 19:40:33 GMT vboxsync [73748] * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) DevPcBios: Fixed typo in logging code. Fri, 17 Aug 2018 18:27:04 GMT vboxsync [73747] * trunk/src/VBox/NetworkServices/NAT/proxy.c (modified) One more header. Fri, 17 Aug 2018 18:17:59 GMT vboxsync [73746] * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/NetworkServices/NAT/proxy.c (modified) NAT/NATNet: Disable Nagle algorighm on the host using TCP_NODELAY ... Fri, 17 Aug 2018 18:12:20 GMT vboxsync [73745] * trunk/include/VBox/vmm/cpum.h (modified) * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/HMVMXAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp (modified) VMM: Nested VMX: bugref:9180 Implement VMPTRLD. Fri, 17 Aug 2018 18:12:14 GMT vboxsync [73744] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/Machine: bugref:8612: fix build without extpack support (very ... Fri, 17 Aug 2018 17:56:34 GMT vboxsync [73743] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/ProgressImpl.h (modified) * trunk/src/VBox/Main/src-all/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImplCloneVM.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) Main/Progress+Appliance+Machine: Turn ... Fri, 17 Aug 2018 16:56:39 GMT vboxsync [73742] * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) VMM: Nested VMX: bugref:9180 Build fix. Fri, 17 Aug 2018 16:54:52 GMT vboxsync [73741] * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) VMM/CPUM: Nested VMX: bugref:9180 build fix. Fri, 17 Aug 2018 16:52:08 GMT vboxsync [73740] * trunk/doc/manual/en_US/user_VBoxManage.xml (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main: bugref:8612: add implementaion of Machine::applyDefault() in ... Fri, 17 Aug 2018 16:34:25 GMT vboxsync [73739] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) VMM: Nested VMX: bugref:9180 Use GCPhysVmcs to keep track of whether ... Fri, 17 Aug 2018 15:09:50 GMT vboxsync [73738] * trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) FE/Qt: VirtualBox Manager UI: Integrating Network Manager toolbar ... Fri, 17 Aug 2018 13:54:02 GMT vboxsync [73737] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp (modified) DevVGA-SVGA: simplified creation of per context device windows; ... Fri, 17 Aug 2018 13:51:09 GMT vboxsync [73736] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp (modified) DevVGA-SVGA: simplified creation of per context device windows; ... Fri, 17 Aug 2018 12:57:53 GMT vboxsync [73735] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolSelector.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolSelector.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UIToolsPaneGlobal.cpp (modified) FE/Qt: UIActionPool* and UIMediumManager classes: Move Network ... Fri, 17 Aug 2018 12:43:50 GMT vboxsync [73734] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolSelector.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.h (modified) FE/Qt: Media Manager: Fix few small action related aspects. Fri, 17 Aug 2018 12:31:24 GMT vboxsync [73733] * trunk/src/VBox/Main/src-server/CloudProviderManagerImpl.cpp (modified) Main/CloudProviderManager: fix accidentally introduced last second ... Fri, 17 Aug 2018 11:41:47 GMT vboxsync [73732] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 Set the current VMCS pointer to ... Fri, 17 Aug 2018 09:45:50 GMT vboxsync [73731] * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) Audio/DrvAudio: No need to re-query the backend stream's writable ... Fri, 17 Aug 2018 09:39:17 GMT vboxsync [73730] * trunk/src/VBox/Devices/Audio/AudioMixer.cpp (modified) * trunk/src/VBox/Devices/Audio/AudioMixer.h (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp (modified) Audio: Implemented PDMAUDIOSTREAMCMD_DROP; at the moment only the ... Fri, 17 Aug 2018 09:04:00 GMT vboxsync [73729] * trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp (modified) Audio/DrvHostDSound.cpp: Renaming, logging, formatting. Fri, 17 Aug 2018 08:14:49 GMT vboxsync [73728] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h (modified) FE/Qt: bugref:9152: Export Appliance wizard: Fixes and improvement ... Fri, 17 Aug 2018 07:55:12 GMT vboxsync [73727] * trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp (modified) Audio/DrvHostDSound.cpp: Also do the playback data transfer in the ... Fri, 17 Aug 2018 06:00:28 GMT vboxsync [73726] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 Check physical address limit on the ... Thu, 16 Aug 2018 18:54:12 GMT vboxsync [73724] * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp (modified) VMMDev: multimonitor resize for Windows guests, bugref:8444 Thu, 16 Aug 2018 18:18:48 GMT vboxsync [73723] * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp (modified) build fix for r124400 Thu, 16 Aug 2018 18:09:40 GMT vboxsync [73722] * trunk/src/VBox/Devices/Serial/DrvCharNew.cpp (modified) Devices/Serial: Crash fix Thu, 16 Aug 2018 18:09:07 GMT vboxsync [73721] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.h (modified) FE/Qt: VirtualBox Manager UI: Integrating Media Manager toolbar into ... Thu, 16 Aug 2018 17:57:44 GMT vboxsync [73720] * trunk/src/VBox/Runtime/r3/win/serialport-win.cpp (modified) Runtime/serialport-win.cpp: Fixes, can't use CancelIo because it ... Thu, 16 Aug 2018 17:51:19 GMT vboxsync [73719] * trunk/src/VBox/Main/src-server/OCIProfile.cpp (modified) Main/Cloud: fix copyright header and todo Thu, 16 Aug 2018 16:14:06 GMT vboxsync [73718] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolSelector.cpp (modified) build fix for r124396 Thu, 16 Aug 2018 16:00:08 GMT vboxsync [73717] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolSelector.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolSelector.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UIToolsPaneGlobal.cpp (modified) FE/Qt: UIActionPool* and UIMediumManager classes: Move Medium Manager ... Thu, 16 Aug 2018 15:58:57 GMT vboxsync [73716] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/CloudProviderManagerImpl.h (moved) * trunk/src/VBox/Main/include/CloudUserProfilesImpl.h (deleted) * trunk/src/VBox/Main/include/ExtPackManagerImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp (modified) * trunk/src/VBox/Main/src-all/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/src-server/CloudProviderManagerImpl.cpp (moved) * trunk/src/VBox/Main/src-server/OCIProfile.cpp (moved) * trunk/src/VBox/Main/src-server/UnattendedScript.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main/CloudProviderManager+CloudProvider+CloudProfile: Introduce ... Thu, 16 Aug 2018 15:35:27 GMT vboxsync [73715] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h (modified) FE/Qt: UIActionPool: Merging polymorph action functionality to ... Thu, 16 Aug 2018 14:35:39 GMT vboxsync [73714] * trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp (modified) * trunk/src/VBox/Devices/Audio/AudioMixBuffer.h (modified) Audio/MixBuf: Added AudioMixBufUsedBytes(). Thu, 16 Aug 2018 13:37:24 GMT vboxsync [73713] * trunk/src/VBox/Devices/Serial/DrvCharNew.cpp (modified) * trunk/src/VBox/Devices/Serial/UartCore.cpp (modified) Devices/Serial: Remove giving the amount of available data to write ... Thu, 16 Aug 2018 13:32:54 GMT vboxsync [73712] * trunk/include/VBox/vmm/pdmserialifs.h (modified) * trunk/src/VBox/Devices/Serial/DrvCharNew.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvHostSerialNew.cpp (modified) * trunk/src/VBox/Devices/Serial/UartCore.cpp (modified) Devices/Serial: Remove giving the amount of available data to write ... Thu, 16 Aug 2018 10:25:44 GMT vboxsync [73711] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 Fix typo in r124389. Thu, 16 Aug 2018 10:23:05 GMT vboxsync [73710] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 Implement construction of VM-exit ... Thu, 16 Aug 2018 10:22:12 GMT vboxsync [73708] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Nested VMX: bugref:9180 Add missing VM-exit instruction ... Thu, 16 Aug 2018 09:40:01 GMT vboxsync [73706] * trunk/src/VBox/Runtime/common/crypto/pkix-sign.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkix-verify.cpp (modified) IPRT: Better fix for missing md4 failure; adding information status ... Thu, 16 Aug 2018 09:31:18 GMT vboxsync [73705] * trunk/include/iprt/crypto/digest.h (modified) * trunk/include/iprt/crypto/pkix.h (modified) * trunk/include/iprt/err.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/md4.h (copied) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/checksum/alt-md4.cpp (added) * trunk/src/VBox/Runtime/common/checksum/md4str.cpp (copied) * trunk/src/VBox/Runtime/common/checksum/openssl-md4.cpp (copied) * trunk/src/VBox/Runtime/common/crypto/digest-builtin.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/digest-core.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkix-signature-rsa.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkix-verify.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-1.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTDigest-2.cpp (modified) IPRT: Better fix for missing md4 failure; adding information status ... Thu, 16 Aug 2018 09:29:48 GMT vboxsync [73704] * trunk/src/VBox/Runtime/common/string/base64.cpp (modified) IPRT/base64.cpp: nit Thu, 16 Aug 2018 09:27:22 GMT vboxsync [73703] * trunk/src/VBox/Runtime/r3/memsafer-r3.cpp (modified) IPRT/r3/memsafer: Switched to individual scrambling words for each ... Thu, 16 Aug 2018 08:40:38 GMT vboxsync [73702] * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) FE/Qt: bugref: 9040 Create manager UI log files with `delete share` ... Thu, 16 Aug 2018 07:38:13 GMT vboxsync [73701] * trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp (modified) Audio/DrvAudioCommon.cpp: The default is Little Endian in ... Thu, 16 Aug 2018 03:03:15 GMT vboxsync [73700] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) http-curl.cpp: fix accidental trailing whitespace. Wed, 15 Aug 2018 20:26:03 GMT vboxsync [73699] * trunk/include/iprt/http.h (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) http-curl.cpp: add a few thin wrappers for some curl options. Wed, 15 Aug 2018 17:12:09 GMT vboxsync [73698] * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) VMMDev: Reporting only updated mode hints in multimonitor display ... Wed, 15 Aug 2018 15:58:48 GMT vboxsync [73697] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneMachine.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) FE/Qt: VirtualBox Manager UI: Integrating Log Viewer toolbar into ... Wed, 15 Aug 2018 15:36:19 GMT vboxsync [73696] * trunk/src/VBox/Devices/Audio/DrvHostOSSAudio.cpp (modified) Audio/DrvHostOSSAudio.cpp: Build fix. Wed, 15 Aug 2018 15:20:02 GMT vboxsync [73695] * trunk/src/VBox/Devices/Audio/DrvHostOSSAudio.cpp (modified) Audio/DrvHostOSSAudio.cpp: Build fix. Wed, 15 Aug 2018 15:07:32 GMT vboxsync [73694] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolRuntime.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolSelector.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneMachine.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UIToolsPaneMachine.cpp (modified) FE/Qt: UIActionPool* UIVMLogViewer* classes: Move Log Viewer to ... Wed, 15 Aug 2018 14:33:09 GMT vboxsync [73693] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp (modified) FE/Qt: Log Viewer: A bit of cleanup/rework required for integration ... Wed, 15 Aug 2018 13:27:59 GMT vboxsync [73692] * trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp (modified) Audio/DrvHostDSound.cpp: Only set acquired parameters if DirectSound ... Wed, 15 Aug 2018 13:20:00 GMT vboxsync [73691] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) FE/Qt: VirtualBox Manager UI: Properly update action visibility (s.a. ... Wed, 15 Aug 2018 10:07:15 GMT vboxsync [73690] * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) Audio: Make use of VERR_AUDIO_STREAM_COULD_NOT_CREATE when streaming ... Wed, 15 Aug 2018 09:55:52 GMT vboxsync [73689] * trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostOSSAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp (modified) Audio: Make use of VERR_AUDIO_STREAM_COULD_NOT_CREATE when streaming ... Wed, 15 Aug 2018 09:54:56 GMT vboxsync [73688] * trunk/src/VBox/Runtime/testcase/tstRTCrX509-1.cpp (modified) tstRTCrX509: Fix for new status on missing MD4. Wed, 15 Aug 2018 09:33:04 GMT vboxsync [73686] * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) Audio/DrvAudio: Logging fixes. Wed, 15 Aug 2018 09:14:08 GMT vboxsync [73685] * trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp (modified) Audio/DrvAudioVRDE: Corrected output stream buffer / period / pre- ... Wed, 15 Aug 2018 09:12:56 GMT vboxsync [73684] * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) Audio/DrvAudio: Added simple debug sanity checks for buggy acquired ... Wed, 15 Aug 2018 07:15:47 GMT vboxsync [73683] * trunk/src/VBox/Devices/Audio/AudioMixer.cpp (modified) Audio/Mixer: Logging tweaks for audioMixerSinkWriteToStreams(). Wed, 15 Aug 2018 07:14:52 GMT vboxsync [73682] * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) Audio/DrvAudio: Added support for discarding data in case a backend ... Wed, 15 Aug 2018 06:42:44 GMT vboxsync [73681] * trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp (modified) Audio/DrvHostCoreAudio: Assertion not needed in ... Wed, 15 Aug 2018 06:39:12 GMT vboxsync [73680] * trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp (modified) Audio/DrvHostCoreAudio: Cleaned up drvHostCoreAudioStreamGetWritable(). Tue, 14 Aug 2018 20:45:25 GMT vboxsync [73679] * trunk/src/VBox/Runtime/testcase/tstRTCrPkix-1.cpp (modified) IPRT,SUP,Main: Working on new crypto key handling and rsa signing. ... Tue, 14 Aug 2018 19:13:03 GMT vboxsync [73677] * trunk/include/iprt/crypto/pkix.h (modified) * trunk/src/VBox/Runtime/testcase/tstRTCrPkix-1.cpp (modified) IPRT,SUP,Main: Working on new crypto key handling and rsa signing. ... Tue, 14 Aug 2018 19:02:08 GMT vboxsync [73676] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneMachine.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.h (modified) FE/Qt: VirtualBox Manager UI: Integrating Snapshot-pane toolbar into ... Tue, 14 Aug 2018 18:55:18 GMT vboxsync [73675] * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) Audio/DrvAudio: Made sure that we don't do pre-buffer to the full ... Tue, 14 Aug 2018 18:49:28 GMT vboxsync [73674] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) FE/Qt: VirtualBox Manager UI: Properly update action visibility. Tue, 14 Aug 2018 18:43:35 GMT vboxsync [73673] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.h (modified) FE/Qt: VirtualBox Manager UI: Update actions on startup and on ... Tue, 14 Aug 2018 18:40:01 GMT vboxsync [73672] * trunk/src/VBox/Runtime/common/crypto/key-openssl.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkix-sign.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkix-verify.cpp (modified) * trunk/src/VBox/Runtime/include/internal/iprt-openssl.h (modified) IPRT,SUP,Main: Working on new crypto key handling and rsa signing. ... Tue, 14 Aug 2018 18:21:31 GMT vboxsync [73671] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolSelector.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolSelector.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneMachine.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UIToolsPaneMachine.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.h (modified) FE/Qt: UIActionPoolSelector & UISnapshotPane: Move Snapshot-pane to ... Tue, 14 Aug 2018 17:59:29 GMT vboxsync [73670] * trunk/src/VBox/Runtime/common/crypto/pkix-sign.cpp (modified) IPRT,SUP,Main: Working on new crypto key handling and rsa signing. ... Tue, 14 Aug 2018 17:52:12 GMT vboxsync [73668] * trunk/src/VBox/Runtime/common/crypto/pkix-signature-rsa.cpp (modified) IPRT,SUP,Main: Working on new crypto key handling and rsa signing. ... Tue, 14 Aug 2018 17:51:45 GMT vboxsync [73667] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIShortcutPool.cpp (modified) FE/Qt: UIShortcutPool: Don't forget to update shortcut translation ... Tue, 14 Aug 2018 17:51:20 GMT vboxsync [73666] * trunk/src/VBox/Runtime/common/crypto/x509-verify.cpp (modified) IPRT,SUP,Main: Working on new crypto key handling and rsa signing. ...