# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Jan 10, 2025 6:21:18 AM Mon, 17 Sep 2018 17:53:42 GMT vboxsync [74322] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) FE/Qt: VirtualBox Manager: Restore previously chosen tool when ... Mon, 17 Sep 2018 17:46:19 GMT vboxsync [74321] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneMachine.cpp (modified) FE/Qt: VirtualBox Manager: Remove tools description text underscoring. Mon, 17 Sep 2018 17:45:41 GMT vboxsync [74320] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) FE/Qt: VirtualBox Manager: Don't use actions to switch tools, do it ... Mon, 17 Sep 2018 17:35:06 GMT vboxsync [74319] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.h (modified) FE/Qt: VirtualBox Manager todo fix: Disable machine tools for ... Mon, 17 Sep 2018 16:19:38 GMT vboxsync [74318] * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.cpp (modified) FE/Qt: VirtualBox Manager: Background/foreground fixes for disabled ... Mon, 17 Sep 2018 15:58:19 GMT vboxsync [74316] * trunk/src/VBox/Storage/Makefile.kmk (modified) Storage/VDFilterCrypt: Implemented IPRT based crypto alternative, ... Mon, 17 Sep 2018 15:57:18 GMT vboxsync [74315] * trunk/src/VBox/Runtime/common/crypto/cipher-openssl.cpp (modified) IPRT/crypto: Simple symmetric cipher abstraction with just was we ... Mon, 17 Sep 2018 15:54:12 GMT vboxsync [74314] * trunk/src/VBox/Runtime/common/crypto/cipher-openssl.cpp (modified) IPRT/crypto: Simple symmetric cipher abstraction with just was we ... Mon, 17 Sep 2018 15:50:55 GMT vboxsync [74313] * trunk/include/iprt/crypto/cipher.h (added) * trunk/include/iprt/err.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/common/crypto/cipher-openssl.cpp (added) * trunk/src/VBox/Runtime/include/internal/magics.h (modified) IPRT/crypto: Simple symmetric cipher abstraction with just was we ... Mon, 17 Sep 2018 14:47:59 GMT vboxsync [74312] * trunk/configure (modified) * trunk/include/iprt/crypto/misc.h (added) * trunk/include/iprt/err.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/crypto/RTCrPkcs5Pbkdf2Hmac-openssl.cpp (added) * trunk/src/VBox/Runtime/common/crypto/RTCrRandBytes-openssl.cpp (added) * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (modified) IPRT/crypto: Added RTCrRandBytes and RTCrPkcs5Pbkdf2Hmac. The latter ... Mon, 17 Sep 2018 14:39:14 GMT vboxsync [74311] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualMachineItem.cpp (modified) FE/Qt: VirtualBox Manager todo fix: Wipe out old show running VM ... Mon, 17 Sep 2018 13:49:35 GMT vboxsync [74310] * trunk/src/VBox/VMM/VMMAll/HMVMXAll.cpp (modified) VMX: Removed assertion, needs to be a run-time check. See bugref:9244 Mon, 17 Sep 2018 13:26:22 GMT vboxsync [74309] * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) Devices/Storage/DrvVD: Don't ignore the IgnoreFlushAsync option Mon, 17 Sep 2018 13:19:54 GMT vboxsync [74308] * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) Devices/Storage/DrvVD: Don't ignore the IgnoreFlush and FlushInterval ... Mon, 17 Sep 2018 12:41:15 GMT vboxsync [74307] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Use a macro while importing guest-state from VM-exit ... Mon, 17 Sep 2018 11:44:43 GMT vboxsync [74305] * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp (modified) FE/Qt: VBoxGlobal todo fix: Make sure url argument list being cleared ... Mon, 17 Sep 2018 10:48:43 GMT vboxsync [74304] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits. Mon, 17 Sep 2018 09:33:58 GMT vboxsync [74303] * trunk/include/VBox/vmm/cpum.mac (modified) * trunk/include/VBox/vmm/cpumctx.h (modified) * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) * trunk/src/VBox/VMM/include/CPUMInternal.mac (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) VMM/CPUM, IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits. Mon, 17 Sep 2018 04:41:32 GMT vboxsync [74302] * trunk/include/iprt/crypto/ssl.h (modified) * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (modified) scm fixes Mon, 17 Sep 2018 04:16:38 GMT vboxsync [74301] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h (modified) VMM/IEM: Nested SVM: bugref:7243 Comment nit. Sun, 16 Sep 2018 19:50:16 GMT vboxsync [74300] * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (modified) IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added ... Sun, 16 Sep 2018 18:35:40 GMT vboxsync [74299] * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (modified) IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added ... Sun, 16 Sep 2018 15:49:06 GMT vboxsync [74298] * trunk/src/VBox/Runtime/tools/Makefile.kmk (modified) bldRTSignTool is apparently needed by extpack builds on windows. ... Sun, 16 Sep 2018 15:38:56 GMT vboxsync [74296] * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (modified) IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added ... Sun, 16 Sep 2018 15:36:08 GMT vboxsync [74295] * trunk/include/iprt/asn1.h (modified) * trunk/include/iprt/crypto/key.h (modified) * trunk/include/iprt/crypto/rc4.h (added) * trunk/include/iprt/crypto/ssl.h (added) * trunk/include/iprt/err.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/common/crypto/key-create-rsa-openssl.cpp (added) * trunk/src/VBox/Runtime/common/crypto/key.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/rc4-openssl.cpp (added) * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (added) * trunk/src/VBox/Runtime/include/internal/magics.h (modified) * trunk/src/VBox/Runtime/tools/Makefile.kmk (modified) IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added ... Sat, 15 Sep 2018 18:49:36 GMT vboxsync [74293] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: RuntimeBldProg build fix for OS/2, 3rd try. Sat, 15 Sep 2018 17:15:28 GMT vboxsync [74292] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: RuntimeBldProg build fix for OS/2. [oops] Sat, 15 Sep 2018 17:13:16 GMT vboxsync [74291] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: RuntimeBldProg build fix for OS/2. Sat, 15 Sep 2018 17:09:58 GMT vboxsync [74290] * trunk/src/VBox/Main/Makefile.kmk (modified) Main/Makefile.kmk: Reduce VBoxAPIWrap sources when VBOX_ONLY_EXTPACK ... Sat, 15 Sep 2018 05:08:07 GMT vboxsync [74289] * trunk/src/VBox/VMM/VMMAll/HMVMXAll.cpp (modified) VMM/HM: Nested VMX: bugref:9180 space/doxygen. Sat, 15 Sep 2018 05:07:26 GMT vboxsync [74288] * trunk/src/VBox/VMM/VMMAll/HMVMXAll.cpp (modified) VMM/HMVMXAll: Nested VMX: bugref:9180 Doxygen fix. Sat, 15 Sep 2018 04:29:24 GMT vboxsync [74287] * trunk/include/VBox/vmm/cpumctx.h (modified) * trunk/include/VBox/vmm/hm.h (modified) * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMAll/HMVMXAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) VMM/IEM, HM, CPUM: Nested VMX: bugref:9180 vmlaunch/vmresume bits. Fri, 14 Sep 2018 23:15:32 GMT vboxsync [74285] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: Trying to reduce sources in RuntimeBldProg (win). ... Fri, 14 Sep 2018 23:04:29 GMT vboxsync [74284] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: Trying to reduce sources in RuntimeBldProg (win). ... Fri, 14 Sep 2018 22:52:20 GMT vboxsync [74283] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: Trying to reduce sources in RuntimeBldProg ... Fri, 14 Sep 2018 19:09:39 GMT vboxsync [74282] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) VBoxRTImp-gcc.def: scm nit. bugref:9152 Fri, 14 Sep 2018 18:24:54 GMT vboxsync [74280] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) VBoxRTImp-vcc*.def: scm nits. bugref:9152 Fri, 14 Sep 2018 18:20:05 GMT vboxsync [74279] * trunk/src/libs/xpcom18a4/Config.kmk (modified) hrumpf. Fri, 14 Sep 2018 18:15:36 GMT vboxsync [74278] * trunk/Config.kmk (modified) * trunk/src/libs/xpcom18a4/Config.kmk (modified) Config.kmk/xpcom: Try shut up -Wnon-virtual-dtor warnings on older ... Fri, 14 Sep 2018 16:08:36 GMT vboxsync [74277] * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) tstRTCRest-1: Fixed crash in testStringMap. bugref:9167 Fri, 14 Sep 2018 16:04:37 GMT vboxsync [74276] * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: adjusted double testcase for unix systems. bugref:9167 Fri, 14 Sep 2018 15:51:17 GMT vboxsync [74275] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) VBoxRTImp-gcc.def: regen comment fix. bugref:9152 Fri, 14 Sep 2018 15:50:34 GMT vboxsync [74274] * trunk/src/libs/xpcom18a4/VBoxXPCOM-mangled.def (modified) VBoxXPCOM-mangled.def: Fixed underscore removal. bugref:9152 Fri, 14 Sep 2018 15:48:47 GMT vboxsync [74273] * trunk/src/libs/xpcom18a4/VBoxXPCOM.def (modified) libs/xpcom: Regenerated VBoxXPCOM.def using the same sed expression. ... Fri, 14 Sep 2018 15:46:37 GMT vboxsync [74272] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.cpp (modified) FE/Qt: VirtualBox Manager UI: A bit of build fixes for Linux and macOS. Fri, 14 Sep 2018 15:17:12 GMT vboxsync [74271] * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) * trunk/src/libs/xpcom18a4/VBoxXPCOM-mangled.def (added) libs/xpcom: Sdded a import library def-file for the ... Fri, 14 Sep 2018 14:25:56 GMT vboxsync [74269] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (added) IPRT: Added .def files for gcc compilers listing the RTCString and ... Fri, 14 Sep 2018 14:17:43 GMT vboxsync [74268] * trunk/src/libs/xpcom18a4/VBoxXPCOM.def (added) .kmk: LIB_XPCOM_IMP and prepping for building extpacks with implibs ... Fri, 14 Sep 2018 14:08:33 GMT vboxsync [74267] * trunk/Config.kmk (modified) * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) .kmk: LIB_XPCOM_IMP and prepping for building extpacks with implibs ... Fri, 14 Sep 2018 13:51:42 GMT vboxsync [74266] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) IPRT/rest: Updated C++ def files with REST classes and sed command ... Fri, 14 Sep 2018 13:42:41 GMT vboxsync [74265] * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.h (modified) FE/Qt: VirtualBox Manager UI: Saving/restoring selected tools to/from ... Fri, 14 Sep 2018 13:32:20 GMT vboxsync [74264] * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.h (modified) FE/Qt: VirtualBox Manager UI: A bit of cleanup for Tools-pane model. Fri, 14 Sep 2018 12:53:18 GMT vboxsync [74263] * trunk/include/iprt/cpp/restbase.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: Reimplement RTCRestArrayBase::fromString and adjusted ... Fri, 14 Sep 2018 12:49:31 GMT vboxsync [74262] * trunk/include/iprt/cpp/ministring.h (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) * trunk/src/VBox/Runtime/common/string/ministring.cpp (modified) IPRT/RTCString: Added find(char,size_t) and find(RTCString const ... Fri, 14 Sep 2018 11:48:47 GMT vboxsync [74261] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp (modified) DevVGA-SVGA3d: corrected guest pitch; comments. Fri, 14 Sep 2018 11:11:00 GMT vboxsync [74260] * 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: Remove old way of saving/restoring tool ... Fri, 14 Sep 2018 07:59:16 GMT vboxsync [74259] * trunk/src/VBox/Additions/solaris/Installer/postinstall.sh (modified) Additions/Solaris: adjust installer now that vboxvideo is upstream. ... Fri, 14 Sep 2018 04:20:16 GMT vboxsync [74258] * trunk/include/VBox/vmm/cpumctx.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/IEMAllCImplVmxInstr.cpp.h (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) VMM/IEM, CPUM: Nested VMX: bugref:9180 vmlaunch/vmresume bits. Thu, 13 Sep 2018 23:42:37 GMT vboxsync [74257] * trunk/src/VBox/Main/.scm-settings (modified) Main: scm fix Thu, 13 Sep 2018 18:42:00 GMT vboxsync [74256] * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.cpp (modified) FE/Qt: Fix comment formatting. Thu, 13 Sep 2018 17:48:55 GMT vboxsync [74255] * trunk/src/VBox/Runtime/common/dbg/dbgstackdumpself-amd64-x86.asm (modified) IPRT/dbgstackdumpself: Another shot at the solaris linking issue. ... Thu, 13 Sep 2018 17:22:07 GMT vboxsync [74254] * trunk/src/VBox/Runtime/r3/darwin/krnlmod-darwin.cpp (modified) IPRT/krnlmod-darwin: Load and resolve IOKit dependency manually as it ... Thu, 13 Sep 2018 17:22:06 GMT vboxsync [74253] * trunk/include/iprt/ldr.h (modified) * trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp (modified) IPRT/ldr: Added RTLDRLOAD_FLAGS_NO_SUFFIX flag for enabling loading ... Thu, 13 Sep 2018 17:22:06 GMT vboxsync [74252] * trunk/src/VBox/Runtime/common/dbg/dbgstackdumpself.cpp (modified) * trunk/src/VBox/Runtime/tools/RTKrnlModInfo.cpp (modified) IPRT/dbgstackdumpself: Another shot at the solaris linking issue. ... Thu, 13 Sep 2018 16:35:23 GMT vboxsync [74251] * trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp (modified) IRPT/rest,http: Use header callbacks for capturing header values in ... Thu, 13 Sep 2018 16:33:17 GMT vboxsync [74250] * trunk/include/iprt/cpp/restbase.h (modified) * trunk/include/iprt/cpp/restclient.h (modified) * trunk/include/iprt/http.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IRPT/rest,http: Use header callbacks for capturing header values in ... Thu, 13 Sep 2018 16:24:26 GMT vboxsync [74249] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (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/manager/tools (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooser.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooser.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerKeyboard.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerKeyboard.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerMouse.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerMouse.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItem.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItem.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGlobal.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGlobal.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemMachine.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemMachine.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserView.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserView.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.h (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerKeyboard.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerKeyboard.h (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerMouse.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerMouse.h (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.h (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.h (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsView.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsView.h (copied) FE/Qt: VirtualBox Manager UI: Replace Tools-tabbar with Tools-pane ... Thu, 13 Sep 2018 15:53:11 GMT vboxsync [74248] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) FE/Qt: VirtualBox Manager UI: Unify palette color tones; adjust ... Thu, 13 Sep 2018 15:49:23 GMT vboxsync [74247] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) FE/Qt: VirtualBox Manager UI: Properly load last selected tool group. Thu, 13 Sep 2018 15:42:21 GMT vboxsync [74246] * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooser.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooser.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItem.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemMachine.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.h (modified) FE/Qt: VirtualBox Manager UI: Small Chooser pane cleanup. Thu, 13 Sep 2018 15:23:38 GMT vboxsync [74245] * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.cpp (modified) FE/Qt: QISplitter: Apply same colors to all handles, not just to ... Thu, 13 Sep 2018 14:21:37 GMT vboxsync [74244] * trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp (modified) IPRT/rest: RTCRestArrayBase::serializeAsJson - don't emut comma after ... Thu, 13 Sep 2018 14:14:54 GMT vboxsync [74243] * trunk/src/VBox/Main/src-all/VBoxAPI-start-alternative.d (modified) VBoxAPI-start-alternative.d: whatever. bugref:9152 Thu, 13 Sep 2018 14:13:41 GMT vboxsync [74242] * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/dtrace/lib/vbox-types.d (modified) VMM: dtrace fixes Thu, 13 Sep 2018 13:29:14 GMT vboxsync [74238] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/src-all/VBoxAPI-end-alternative.d (copied) * trunk/src/VBox/Main/src-all/VBoxAPI-start-alternative.d (copied) Main: Attempt at making dtrace 1.6.2 happy. bugref:9152 Thu, 13 Sep 2018 13:08:34 GMT vboxsync [74237] * trunk/src/VBox/Runtime/tools/Makefile.kmk (modified) IPRT/tools/Makefile.kmk: extpacks fix. bugref:9152 Thu, 13 Sep 2018 12:27:04 GMT vboxsync [74236] * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp (modified) WDDM: Miniport driver: Assert -> AssertBreak Thu, 13 Sep 2018 12:24:33 GMT vboxsync [74235] * trunk/Config.kmk (modified) * trunk/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/dbg/dbgstackdumpself.cpp (modified) Config.kmk,Makefile.kmk,iprt: extpack solaris build hacking. Thu, 13 Sep 2018 00:30:51 GMT vboxsync [74232] * trunk/include/iprt/cpp/restclient.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp (modified) IPRT/rest: fix typo in method name Wed, 12 Sep 2018 23:42:29 GMT vboxsync [74230] * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) xpcom18a4/Makefile.kmk,extpacks.sh: Skip python and java bridges when ... Wed, 12 Sep 2018 23:28:58 GMT vboxsync [74229] * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) xpcom18a4/Makefile.kmk,extpacks.sh: Skip python and java bridges when ... Wed, 12 Sep 2018 16:52:21 GMT vboxsync [74228] * trunk/src/VBox/Runtime/common/rest/rest-binary.cpp (modified) IPRT/rest: RTCRestBinaryParameter::assignCopy - don't forget to also ... Wed, 12 Sep 2018 16:49:05 GMT vboxsync [74227] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMAll/HMVMXAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits. Wed, 12 Sep 2018 15:42:18 GMT vboxsync [74226] * trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp (modified) DnD/VBoxClient: Don't use nested function macros here, makes certain ... Wed, 12 Sep 2018 15:35:39 GMT vboxsync [74225] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMX: Custom debug build warning fix for Windows hosts. Wed, 12 Sep 2018 14:19:07 GMT vboxsync [74223] * trunk/src/libs/Makefile.kmk (modified) * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) libs/Makefile.kmk,xpcom18a4/Makefile.kmk: VBOX_ONLY_EXTPACK updates. ... Wed, 12 Sep 2018 13:30:00 GMT vboxsync [74222] * trunk/include/iprt/http.h (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/http: Implemented header callbacks. bugref:9167 Wed, 12 Sep 2018 12:28:35 GMT vboxsync [74221] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) IPRT: Updated stable exports. bugref:9152 [typo] Wed, 12 Sep 2018 12:26:16 GMT vboxsync [74220] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (added) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (added) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) IPRT: Updated stable exports. bugref:9152 Wed, 12 Sep 2018 11:40:50 GMT vboxsync [74219] * trunk/include/VBox/ExtPack/ExtPack.h (modified) * trunk/src/VBox/Main/include/ExtPackManagerImpl.h (modified) * trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp (modified) Main/ExtPack: Add another extpack helper function related to ... Wed, 12 Sep 2018 11:31:09 GMT vboxsync [74218] * trunk/src/VBox/Main/Makefile.kmk (modified) Main/Makefile.kmk: Adjustments for VBOX_ONLY_EXTPACKS. bugref:9152 Wed, 12 Sep 2018 11:14:39 GMT vboxsync [74217] * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) bugref:9152. Progress implementation. Rearranging the code. Wed, 12 Sep 2018 10:43:04 GMT vboxsync [74216] * trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp (modified) FE/Qt: UISelectorWindow Qt 5.11 build fix. Wed, 12 Sep 2018 10:15:25 GMT vboxsync [74215] * trunk/src/VBox/HostServices/DragAndDrop/dndmanager.cpp (modified) DnD/HostService: Doxygen build fix. Wed, 12 Sep 2018 10:04:30 GMT vboxsync [74214] * trunk/src/VBox/Main/include/CloudProviderManagerImpl.h (modified) CloudProviderManagerImpl.cpp: Another build fix for ... Wed, 12 Sep 2018 10:04:12 GMT vboxsync [74213] * trunk/src/VBox/HostServices/DragAndDrop/service.cpp (modified) * trunk/src/VBox/HostServices/common/client.cpp (modified) * trunk/src/VBox/HostServices/common/message.cpp (modified) DnD: SCM build fixes. Wed, 12 Sep 2018 10:01:34 GMT vboxsync [74212] * trunk/src/VBox/Main/src-server/CloudProviderManagerImpl.cpp (modified) CloudProviderManagerImpl.cpp: Another build fix for ... Wed, 12 Sep 2018 09:52:38 GMT vboxsync [74211] * trunk/src/VBox/HostServices/DragAndDrop/dndmanager.cpp (modified) * trunk/src/VBox/HostServices/DragAndDrop/dndmanager.h (modified) * trunk/src/VBox/HostServices/DragAndDrop/service.cpp (modified) DnD/HostService: Renaming, documentation. Wed, 12 Sep 2018 09:51:09 GMT vboxsync [74210] * trunk/src/VBox/Makefile.kmk (modified) VBox/Makefile.kmk: first go at fixing extpack build when ... Wed, 12 Sep 2018 09:48:13 GMT vboxsync [74209] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) IEM/VMX: Fix task switch triggered by INTn instruction (bugref:9244).