# # ChangeLog for trunk in vbox # # Generated by Trac 1.4.3.2 # Oct 4, 2024 9:53:12 AM Thu, 22 Feb 2024 18:27:15 GMT vboxsync [103539] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h (modified) FE/Qt: macOS: Runtime UI: Rework the way how machine-windows being ... Thu, 22 Feb 2024 17:06:26 GMT vboxsync [103538] * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UILoggingDefs.h (copied) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserAbstractModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networking/UINetworkReply.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/platform/nix/VBoxUtils-nix.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/platform/nix/XKeyboard-new.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/platform/win/WinKeyboard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIVMInformationDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineViewScale.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsPageValidator.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp (modified) FE/Qt: Moving out logging stuff from UIDefs.h to separate ... Thu, 22 Feb 2024 15:58:21 GMT vboxsync [103537] * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIProgressEventHandler.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIVirtualBoxClientEventHandler.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIVirtualBoxEventHandler.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIConsoleEventHandler.cpp (modified) FE/Qt: Cleanup UIDefs from assertion stuff and some global includes; ... Thu, 22 Feb 2024 15:45:12 GMT vboxsync [103536] * trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp (modified) libs/xpcom: Bump the thread pushback threshold count to 64 to avoid ... Thu, 22 Feb 2024 15:26:55 GMT vboxsync [103535] * trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp (modified) VMM/IEM: Quick hack for catching and dealing with pbInstrBuf == NULL ... Thu, 22 Feb 2024 14:42:54 GMT vboxsync [103534] * trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp (modified) libs/xpcom: Remove unused ipcLockservice and tmTransactionManager ... Thu, 22 Feb 2024 14:42:06 GMT vboxsync [103533] * trunk/src/libs/xpcom18a4/Config.kmk (modified) * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcModuleFactory.cpp (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/lock (deleted) * trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr (deleted) * trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp (modified) libs/xpcom: Remove unused ipcLockservice and tmTransactionManager ... Thu, 22 Feb 2024 14:05:31 GMT vboxsync [103532] * trunk/doc/manual/en_US/man_VBoxManage-modifynvram.xml (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyNvram.cpp (modified) * trunk/src/VBox/Main/include/AutoStateDep.h (modified) * trunk/src/VBox/Main/src-all/NvramStoreImpl.cpp (modified) * trunk/src/VBox/Main/src-server/UefiVariableStoreImpl.cpp (modified) VBoxManage: Add subcommand for enabling UEFI secure boot (and show ... Thu, 22 Feb 2024 13:13:56 GMT vboxsync [103531] * trunk/src/libs/xpcom18a4/nsprpub/pr/include/prmon.h (modified) * trunk/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptsynch.c (modified) libs/xpcom: Small cleanups, bugref:3409 Thu, 22 Feb 2024 12:11:49 GMT vboxsync [103530] * trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp (modified) Audio/VKAT: Logging nits. Thu, 22 Feb 2024 11:36:39 GMT vboxsync [103529] * trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py (modified) Validation Kit: Try using AudioDriverType_Default for >= 7.1 in ... Thu, 22 Feb 2024 11:29:39 GMT vboxsync [103528] * trunk/src/VBox/Storage/VDI.cpp (modified) * trunk/src/VBox/Storage/VHD.cpp (modified) Storage/VHD.cpp,VDI.cpp: Build fixes, bugref:3409 Thu, 22 Feb 2024 11:20:33 GMT vboxsync [103527] * trunk/src/VBox/Storage/ISCSI.cpp (modified) Storage/ISCSI.cpp: Some unused variable fixes, bugref:3409 Thu, 22 Feb 2024 11:19:16 GMT vboxsync [103526] * trunk/src/VBox/Storage/VHD.cpp (modified) Storage/VHD.cpp: Some unused variable, bugref:3409 Thu, 22 Feb 2024 11:18:23 GMT vboxsync [103525] * trunk/src/VBox/Storage/VDPlugin.cpp (modified) Storage/VDPlugin.cpp: Some unused variable, bugref:3409 Thu, 22 Feb 2024 11:17:44 GMT vboxsync [103524] * trunk/src/VBox/Storage/VDI.cpp (modified) Storage/VDI.cpp: Some unused variable and macro double expansion ... Thu, 22 Feb 2024 11:15:48 GMT vboxsync [103523] * trunk/src/VBox/Storage/VHDX.cpp (modified) Storage/VHDX.cpp: Some unused variable fixes, bugref:3409 Thu, 22 Feb 2024 11:15:20 GMT vboxsync [103522] * trunk/src/VBox/Storage/testcase/VDScript.cpp (modified) * trunk/src/VBox/Storage/testcase/tstVDIo.cpp (modified) * trunk/src/VBox/Storage/testcase/tstVDSnap.cpp (modified) * trunk/src/VBox/Storage/testcase/vbox-img.cpp (modified) Storage/testcase: Some unused variable fixes, bugref:3409 Thu, 22 Feb 2024 10:20:39 GMT vboxsync [103521] * trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py (modified) Validation Kit/tdAudioTest: More bugfixes. Thu, 22 Feb 2024 10:07:39 GMT vboxsync [103520] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) Validation Kit/testdriver: Also log the audio enabled in/out status ... Thu, 22 Feb 2024 08:43:44 GMT vboxsync [103519] * trunk/src/bldprogs/genalias.cpp (modified) bldprogs/genalias.cpp: Fix redundant condition, argc <= 5 is already ... Thu, 22 Feb 2024 08:27:01 GMT vboxsync [103518] * trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py (modified) Validation Kit/tdAudioTest: More fixes for host execution of VKAT. Thu, 22 Feb 2024 07:54:50 GMT vboxsync [103517] * trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp (modified) * trunk/src/VBox/ValidationKit/utils/audio/vkatInternal.h (modified) Audio/VKAT: Try to fix the timeout issues. Thu, 22 Feb 2024 03:52:49 GMT vboxsync [103516] * trunk/include/VBox/vmm/em.h (modified) * trunk/include/VBox/vmm/iem.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EMR3Dbg.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IEMR3.cpp (modified) VMM/IEM,EM: Add all kind of exceptions to the exit history, adding a ... Thu, 22 Feb 2024 03:51:37 GMT vboxsync [103515] * trunk/src/VBox/VMM/VMMR3/DBGF.cpp (modified) VMM/DBGF: Stop all VCpus on DBGFEVENT_DEV_STOP events. Thu, 22 Feb 2024 03:50:58 GMT vboxsync [103514] * trunk/src/VBox/VMM/include/IEMInternal.h (modified) VMM/IEM: The vex3 & vex2 byte prefixes must set the ... Thu, 22 Feb 2024 03:50:36 GMT vboxsync [103513] * trunk/src/VBox/VMM/VMMAll/IEMAllInstOneByte.cpp.h (modified) VMM/IEM: The vex3 & vex2 byte prefixes must set the ... Thu, 22 Feb 2024 01:17:13 GMT vboxsync [103512] * trunk/include/VBox/dis-x86-amd64.h (modified) DIS: Added vex group 13 and redid some or the vex prefix decoding. Thu, 22 Feb 2024 01:16:10 GMT vboxsync [103511] * trunk/src/VBox/Disassembler/DisasmCore-x86-amd64.cpp (modified) * trunk/src/VBox/Disassembler/DisasmFormatYasm.cpp (modified) * trunk/src/VBox/Disassembler/DisasmInternal-x86-amd64.h (modified) * trunk/src/VBox/Disassembler/DisasmTables-x86-amd64.cpp (modified) * trunk/src/VBox/Disassembler/testcase/tstDisasm-1A.asm (modified) DIS: Added vex group 13 and redid some or the vex prefix decoding. Wed, 21 Feb 2024 21:34:34 GMT vboxsync [103510] * trunk/Makefile.kmk (modified) parfait: Start including a baseline of reports which are either false ... Wed, 21 Feb 2024 20:07:59 GMT vboxsync [103509] * trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp (modified) Audio/VKAT: Use a new define for default timeout, improved logging a ... Wed, 21 Feb 2024 19:57:46 GMT vboxsync [103508] * trunk/include/VBox/intnet.h (modified) include/VBox/intnet.h: Fix conflicting API declarations, bugref:3409 Wed, 21 Feb 2024 19:29:19 GMT vboxsync [103507] * trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp (modified) * trunk/src/VBox/ValidationKit/utils/audio/vkatInternal.h (modified) Audio/VKAT: Use a new define for default timeout, improved logging a bit. Wed, 21 Feb 2024 19:27:20 GMT vboxsync [103506] * trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp (modified) Runtime/lockvalidator.cpp: Fix wrong comparison, bugref:3409 Wed, 21 Feb 2024 19:25:15 GMT vboxsync [103505] * trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcdclient.cpp (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp (modified) * trunk/src/libs/xpcom18a4/python/src/ErrorUtils.cpp (modified) * trunk/src/libs/xpcom18a4/python/src/VariantUtils.cpp (modified) * trunk/src/libs/xpcom18a4/vboxdeps.cpp (modified) * trunk/src/libs/xpcom18a4/xpcom/base/nsExceptionService.cpp (modified) * trunk/src/libs/xpcom18a4/xpcom/components/nsComponentManager.cpp (modified) * trunk/src/libs/xpcom18a4/xpcom/string/src/nsStringObsolete.cpp (modified) * trunk/src/libs/xpcom18a4/xpcom/tests/TestArray.cpp (modified) * trunk/src/libs/xpcom18a4/xpcom/tests/TestCRT.cpp (modified) * trunk/src/libs/xpcom18a4/xpcom/threads/nsAutoLock.cpp (modified) * trunk/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl.c (modified) * trunk/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_typelib.c (modified) * trunk/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_util.c (modified) * trunk/src/libs/xpcom18a4/xpcom/typelib/xpt/src/xpt_struct.c (modified) libs/xpcom: Fix some unused variable warnings, bugref:3409 Wed, 21 Feb 2024 18:59:41 GMT vboxsync [103504] * trunk/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_idl.c (modified) libs/xpcom/xpidl: Fix possible but harmless dangling pointer, and fix ... Wed, 21 Feb 2024 18:47:53 GMT vboxsync [103503] * trunk/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl.c (modified) * trunk/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_idl.c (modified) libs/xpcom/xpidl: Some cleanup, bugref:3409 Wed, 21 Feb 2024 15:44:42 GMT vboxsync [103502] * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) Devices/Bus/DevPCI.cpp: Remove condition which is always true, ... Wed, 21 Feb 2024 15:43:55 GMT vboxsync [103501] * trunk/src/VBox/Storage/VDI.cpp (modified) Storage/VDI.cpp: Fix harmless some parfait warnings, bugref:3409 Wed, 21 Feb 2024 15:40:32 GMT vboxsync [103500] * trunk/src/VBox/Main/src-server/generic/USBProxyBackendUsbIp.cpp (modified) Main/USBProxyBackendUsbIp.cpp: Remove some useless condition which is ... Wed, 21 Feb 2024 14:44:17 GMT vboxsync [103499] * trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py (modified) Validation Kit/tdAudioTest: Added new option "--audio-debug-img ... Wed, 21 Feb 2024 14:34:23 GMT vboxsync [103498] * trunk/Config.kmk (modified) /Config.kmk: Shut up C5039 warnings on windows when ... Wed, 21 Feb 2024 14:32:30 GMT vboxsync [103497] * trunk/Config.kmk (modified) /Config.kmk: Shut up C5039 warnings on windows when ... Wed, 21 Feb 2024 14:32:19 GMT vboxsync [103496] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.cpp (modified) FE/Qt: bugref:10450: Get rid of obsolete stuff UIDnDMIMEData; This is ... Wed, 21 Feb 2024 14:30:50 GMT vboxsync [103495] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT: Build fix for parfait/win. bugref:3409 Wed, 21 Feb 2024 13:59:44 GMT vboxsync [103494] * trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py (modified) Validation Kit/tdAudioTest: Added new option "--audio-test-timeout ... Wed, 21 Feb 2024 13:47:58 GMT vboxsync [103493] * trunk/src/VBox/Runtime/testcase/tstRTCircBuf.cpp (modified) Runtime/testcase/tstRTCircBuf: Just return if creation of the ... Wed, 21 Feb 2024 13:45:10 GMT vboxsync [103492] * trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp (modified) * trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp (modified) * trunk/src/VBox/ValidationKit/utils/audio/vkatInternal.h (modified) Audio/VKAT: Added new test option "--timeout " to specify the ... Wed, 21 Feb 2024 12:36:24 GMT vboxsync [103491] * trunk/src/VBox/Debugger/VBoxDbgConsole.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgConsole.h (modified) VBoxDbg: Fixed console output performance troubles caused by 'Courier ... Wed, 21 Feb 2024 12:33:44 GMT vboxsync [103490] * trunk/src/VBox/Debugger/DBGConsole.cpp (modified) DBGC: Quick hack to avoid misquoted command from messing up the input ... Wed, 21 Feb 2024 11:03:57 GMT vboxsync [103489] * trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcdclient.cpp (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcConfig.h (modified) libs/xpcom: VBoxSVC and the IPC daemon spawning code need to agree on ... Wed, 21 Feb 2024 10:55:12 GMT vboxsync [103488] * trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.h (modified) libs/xpcom: Remove the old multithread code because testboxes appear ... Wed, 21 Feb 2024 10:36:18 GMT vboxsync [103487] * trunk/Config.kmk (modified) Config.kmk: Add parfait and parfait-dbg build types, bugref:3409 [fix] Wed, 21 Feb 2024 10:22:29 GMT vboxsync [103486] * trunk/Config.kmk (modified) Config.kmk: Add parfait and parfait-dbg build types, bugref:3409 [scm] Wed, 21 Feb 2024 10:16:44 GMT vboxsync [103485] * trunk/Config.kmk (modified) Config.kmk: Add parfait and parfait-dbg build types, bugref:3409 Wed, 21 Feb 2024 09:06:41 GMT vboxsync [103484] * trunk/src/VBox/GuestHost/SharedClipboard/ClipboardDataObjectImpl-win.cpp (modified) Shared Clipboard: Logging nit. ​bugref:9437 Wed, 21 Feb 2024 07:19:45 GMT vboxsync [103483] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerTextEdit.cpp (modified) FE/Qt: bugref:9072. Correct double setWrapMode call, Tue, 20 Feb 2024 17:11:29 GMT vboxsync [103482] * trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp (modified) Shared Clipboard: Added a ShClTransferTransformPath() function to ... Tue, 20 Feb 2024 16:37:38 GMT vboxsync [103481] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDetailsGenerator.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDetailsGenerator.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElements.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotDetailsWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotDetailsWidget.h (modified) FE/Qt: bugref:3409: A bit of fixes for details generator stuff which ... Tue, 20 Feb 2024 15:21:35 GMT vboxsync [103480] * trunk/include/VBox/GuestHost/SharedClipboard-transfers.h (modified) * trunk/include/VBox/HostServices/VBoxClipboardSvc.h (modified) * trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/ClipboardStreamImpl-win.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-transfers.cpp (modified) Shared Clipboard: Added a ShClTransferTransformPath() function to ... Tue, 20 Feb 2024 15:12:14 GMT vboxsync [103479] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerTextEdit.cpp (modified) FE/Qt: bugref:9072. build fix. Tue, 20 Feb 2024 15:01:26 GMT vboxsync [103478] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogPage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerTextEdit.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerTextEdit.h (modified) FE/Qt: bugref:9072. Implementing buttons to navigate to the ... Tue, 20 Feb 2024 12:29:37 GMT vboxsync [103477] * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp (modified) Shared Clipboard: Formatting. bugref:9437 Tue, 20 Feb 2024 12:26:57 GMT vboxsync [103476] * trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.h (modified) libs/xpcom: Enable DCONNECT_WITH_IPRT_REQ_POOL again, bugref:5973 Tue, 20 Feb 2024 10:11:53 GMT vboxsync [103475] * trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py (modified) ValidationKit/tdUnitTest1: Exclude tstInt on darwin as it requires ... Tue, 20 Feb 2024 10:10:15 GMT vboxsync [103474] * trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp (modified) VBoxDbg: scm fix. bugref:10376 Tue, 20 Feb 2024 10:09:11 GMT vboxsync [103473] * trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp (modified) VBoxDbg: Made logging and copying to the clipboard go thru the proxy ... Tue, 20 Feb 2024 09:26:18 GMT vboxsync [103472] * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/client/public/ipcIService.idl (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/client/public/ipcdclient.h (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcConnection.h (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcConnectionUnix.cpp (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcService.cpp (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcdclient.cpp (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcCommandModule.cpp (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcd.cpp (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcConfig.cpp (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcMessage.cpp (deleted) * trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcMessage.h (deleted) * trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcMessageNew.h (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcMessagePrimitives.cpp (deleted) * trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcMessagePrimitives.h (deleted) * trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcMessageQ.h (deleted) * trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcMessageUtils.h (deleted) * trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcm.cpp (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcm.h (modified) * trunk/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptsynch.c (modified) libs/xpcom: Rewrite the IPC client side to reduce the number of ... Tue, 20 Feb 2024 09:06:22 GMT vboxsync [103471] * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp (modified) Guest Control/VBoxService: Fixed reallocation in ... Tue, 20 Feb 2024 08:40:42 GMT vboxsync [103470] * trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py (modified) ValidationKit/tdUnitTest1: Exclude tstInt on darwin as it requires ... Tue, 20 Feb 2024 08:15:41 GMT vboxsync [103469] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA-cmd.cpp (modified) Devices/Graphics: logging Tue, 20 Feb 2024 07:33:59 GMT vboxsync [103468] * trunk/src/VBox/Devices/Graphics/shaderlib/glsl_shader.c (modified) Devices/Graphics/shaderlib: Need to zero out two structs, bugref:3409 Tue, 20 Feb 2024 06:47:25 GMT vboxsync [103467] * trunk/Makefile.kmk (modified) Makefile.kmk: Get rid of the second parfait run, bugref:3409 Tue, 20 Feb 2024 04:25:57 GMT vboxsync [103466] * trunk (modified) * trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp (modified) scm Tue, 20 Feb 2024 02:36:59 GMT vboxsync [103465] * trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp (modified) VBoxDbg: doxygen fix. bugref:10376 Tue, 20 Feb 2024 02:35:20 GMT vboxsync [103464] * trunk/include/VBox/dbggui.h (modified) * trunk/src/VBox/Debugger/VBoxDbg.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgGui.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgGui.h (modified) * trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgStatsQt.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp (modified) VBoxDbg,FE/Qt: Made it possible to configure the sub-tree filtering ... Mon, 19 Feb 2024 23:27:12 GMT vboxsync [103463] * trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp (modified) VBoxDbg: Added some simple sub-tree filtering to the statistics ... Mon, 19 Feb 2024 23:26:11 GMT vboxsync [103462] * trunk/src/VBox/Debugger/VBoxDbg.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgGui.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgGui.h (modified) * trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgStatsQt.h (modified) VBoxDbg: Reverted r161795, included too much. bugref:10376 Mon, 19 Feb 2024 23:24:33 GMT vboxsync [103461] * trunk/src/VBox/Debugger/VBoxDbg.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgGui.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgGui.h (modified) * trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgStatsQt.h (modified) VBoxDbg: Added some simple sub-tree filtering to the statistics ... Mon, 19 Feb 2024 21:17:15 GMT vboxsync [103460] * trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgStatsQt.h (modified) VBoxDbg: Added some simple sub-tree filtering to the statistics ... Mon, 19 Feb 2024 20:24:25 GMT vboxsync [103459] * trunk/include/iprt/string.h (modified) iprt/string.h: Make sure mempcpy is prototyped on OS/2 (it's part of ... Mon, 19 Feb 2024 17:00:08 GMT vboxsync [103458] * trunk/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptsynch.c (modified) * trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall/tests/TestXPTCInvoke.cpp (modified) * trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp (modified) * trunk/src/libs/xpcom18a4/xpcom/tests/TestCRT.cpp (modified) * trunk/src/libs/xpcom18a4/xpcom/tests/nsIFileTest.cpp (modified) * trunk/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_header.c (modified) libs/xpcom: Remove some unused stuff, bugref:3409 Mon, 19 Feb 2024 15:51:24 GMT vboxsync [103457] * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h (modified) * trunk/src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp (modified) HGSMI: Some symbol visibility cleanup, bugref:3409 Mon, 19 Feb 2024 15:50:53 GMT vboxsync [103456] * trunk/src/VBox/Main/UnattendedTemplates/win_nt6_unattended.xml (modified) Main/Unattended/win_nt6_unattended.xml: Some Windows 10/11 installers ... Mon, 19 Feb 2024 15:46:14 GMT vboxsync [103455] * trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py (modified) Validation Kit/tdAudioTest: More bugfixes for the testboxes. Mon, 19 Feb 2024 15:27:46 GMT vboxsync [103454] * trunk/doc/manual/en_US/man_VBoxManage-createvm.xml (modified) * trunk/doc/manual/en_US/man_VBoxManage-modifyvm.xml (modified) * trunk/doc/manual/ru_RU/man_VBoxManage-createvm.xml (modified) * trunk/doc/manual/ru_RU/man_VBoxManage-modifyvm.xml (modified) * trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp (modified) doc/man_VBoxManage-{createvm,modifyvm}.xml,ImageMounter/vboximg- ... Mon, 19 Feb 2024 15:22:49 GMT vboxsync [103453] * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp (modified) Shared Clipboard: Condensed more code by adding a new Windows- ... Mon, 19 Feb 2024 15:03:30 GMT vboxsync [103452] * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-win.cpp (modified) Shared Clipboard: Condensed more code by adding a new Windows- ... Mon, 19 Feb 2024 15:00:58 GMT vboxsync [103451] * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-win.cpp (modified) Shared Clipboard: Condensed more code by adding a new Windows- ... Mon, 19 Feb 2024 14:55:20 GMT vboxsync [103450] * trunk/include/VBox/GuestHost/SharedClipboard-win.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-win.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp (modified) Shared Clipboard: Condensed more code by adding a new Windows- ... Mon, 19 Feb 2024 14:21:15 GMT vboxsync [103449] * trunk/include/VBox/com/errorprint.h (modified) * trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart-posix.cpp (modified) * trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartStart.cpp (modified) * trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartStop.cpp (modified) include/VBox/errorprint.h,FE/VBoxAutostart: Some warning fixes, ... Mon, 19 Feb 2024 14:20:41 GMT vboxsync [103448] * trunk/src/VBox/NetworkServices/NetLib/VBoxNetPortForwardString.cpp (modified) NetworkServices/NetLib/VBoxNetPortForwardString.cpp: Fix some parfait ... Mon, 19 Feb 2024 14:20:36 GMT vboxsync [103447] * trunk/doc/manual/en_US/man_VBoxManage-createvm.xml (modified) VBoxManage: Fix typo in documentation: --group -> --groups, ... Mon, 19 Feb 2024 14:05:28 GMT vboxsync [103446] * trunk/include/iprt/assert.h (modified) iprt/assert.h: Added AssertContinueStmt. [build fix] Mon, 19 Feb 2024 13:59:08 GMT vboxsync [103445] * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp (modified) Shared Clipboard: Condensed more code by adding a ... Mon, 19 Feb 2024 13:58:17 GMT vboxsync [103444] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/common/string/RTStrCat.cpp (modified) * trunk/src/VBox/Runtime/common/string/RTStrCopy.cpp (modified) IPRT: Reverted r161541, r161577 & r161578 because the RTStrCopy2 and ... Mon, 19 Feb 2024 13:53:44 GMT vboxsync [103443] * trunk/src/VBox/VMM/VMMR3/DBGFR3PlugIn.cpp (modified) VMM/DBGFR3PlugIn: Less strlen/strcat in dbgfR3PlugInLoadCallback. ... Mon, 19 Feb 2024 13:51:37 GMT vboxsync [103442] * trunk/include/VBox/GuestHost/SharedClipboard-transfers.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/clipboard-x11.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-transfers.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp (modified) Shared Clipboard: Condensed more code by adding a ... Mon, 19 Feb 2024 13:47:22 GMT vboxsync [103441] * trunk/src/VBox/Runtime/testcase/tstRTR0CommonDriver.h (modified) IPRT/tstRTR0CommonDriver.h: Unconfuse the szPath code, it can ... Mon, 19 Feb 2024 13:45:28 GMT vboxsync [103440] * trunk/src/VBox/Runtime/testcase/tstRTR0CommonDriver.h (modified) IPRT/tstRTR0CommonDriver.h: Buffer overflow for szSrvReqHandler is ...