# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Mar 13, 2025 3:49:57 PM Mon, 01 Sep 2014 17:02:01 GMT vboxsync [52558] * 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/runtime/UIActionPoolRuntime.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMenuBarEditorWindow.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp (modified) FE/Qt: Mac OS X: Runtime UI: Menu-bar editor: Properly update ... Mon, 01 Sep 2014 16:45:25 GMT vboxsync [52557] * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMenuBarEditorWindow.cpp (modified) FE/Qt: Mac OS X: Runtime UI: Menu-bar editor: Properly edit ... Mon, 01 Sep 2014 16:35:29 GMT vboxsync [52556] * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h (modified) FE/Qt: Mac OS X: Extra-data manager: Typo in r95675. Mon, 01 Sep 2014 16:29:03 GMT vboxsync [52555] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h (modified) FE/Qt: Mac OS X: Runtime UI: Extend UIActionPool API with possibility ... Mon, 01 Sep 2014 16:00:05 GMT vboxsync [52554] * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) VBox/Main: #1909: Bug & coding style fixes. Mon, 01 Sep 2014 14:48:33 GMT vboxsync [52553] * trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/initterm-r0drv.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/dbgkrnlinfo-r0drv-solaris.c (modified) HostDrivers/solaris, Runtime/r0drv: Fix calling RTThreadPreemptIs* ... Mon, 01 Sep 2014 14:38:54 GMT vboxsync [52552] * trunk/src/VBox/Additions/common/crOpenGL/load.c (modified) Additions/crOpenGL: Linux: reset signal handlers when our shared ... Mon, 01 Sep 2014 11:54:13 GMT vboxsync [52551] * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) VMM/CPUM: nit. Mon, 01 Sep 2014 11:47:17 GMT vboxsync [52550] * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) VMM/CPUM: Show invariant TSC support in the release log. Mon, 01 Sep 2014 09:05:45 GMT vboxsync [52547] * trunk/src/VBox/Devices/Samples/DrvStorageFilter.cpp (modified) Devices/Samples/DrvStorageFilter.cpp: adapt to deal properly with ... Mon, 01 Sep 2014 08:58:51 GMT vboxsync [52546] * trunk/include/VBox/com/string.h (modified) * trunk/include/iprt/cpp/ministring.h (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) VBox/Main: #1909: Independent QMTranslator implementation. Some fixes ... Mon, 01 Sep 2014 05:50:33 GMT vboxsync [52545] * trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp (modified) sigh. Mon, 01 Sep 2014 02:30:21 GMT vboxsync [52544] * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) IntNet: intnetR0TrunkSharedMacEditIPv6FromIntNet: Use uint32_t ... Sun, 31 Aug 2014 23:48:41 GMT vboxsync [52543] * trunk/include/iprt/net.h (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) IntNet: follow up to r85262 - refactor rewriting of link-level ... Sun, 31 Aug 2014 21:56:35 GMT vboxsync [52542] * trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp (modified) fix it in the function being called instead. Sun, 31 Aug 2014 21:52:20 GMT vboxsync [52541] * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) fix Sun, 31 Aug 2014 21:49:47 GMT vboxsync [52540] * trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp (modified) RTCrPkcs7VerifySignedData: initialize hThisDigest to NIL_RTCRDIGEST ... Sun, 31 Aug 2014 20:19:13 GMT vboxsync [52538] * trunk/src/VBox/Runtime/tools/RTSignTool.cpp (modified) IPRT,SUP: First part of timestamp counter signatures support. Sun, 31 Aug 2014 19:28:17 GMT vboxsync [52537] * trunk/include/iprt/asn1.h (modified) * trunk/include/iprt/crypto/pkcs7.h (modified) * trunk/include/iprt/crypto/x509.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-core.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkix-signature-rsa.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/x509-core.cpp (modified) IPRT,SUP: First part of timestamp counter signatures support. Sun, 31 Aug 2014 19:22:05 GMT vboxsync [52536] * trunk/src/VBox/Runtime/common/asn1/asn1-ut-objid.cpp (modified) RTAsn1ObjId_Compare: bugfix. Sun, 31 Aug 2014 19:21:11 GMT vboxsync [52535] * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) supR3HardenedWinVerifyCacheInsert: bug fix in collision case. Sun, 31 Aug 2014 14:42:40 GMT vboxsync [52534] * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) Another load configuration kludge, this time for ntdll/xp. Fri, 29 Aug 2014 22:51:39 GMT vboxsync [52533] * trunk/include/iprt/asn1.h (modified) * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-cursor.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-asn1-decoder.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/spc-asn1-decoder.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/x509-asn1-decoder.cpp (modified) ASN.1 decoding: limit nesting. Fri, 29 Aug 2014 15:25:59 GMT vboxsync [52532] * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m (modified) crOpenGL/osx: do not draw on hidden or unparented view Fri, 29 Aug 2014 15:25:02 GMT vboxsync [52531] * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp (modified) crOpenGL: bugfix Fri, 29 Aug 2014 15:17:52 GMT vboxsync [52530] * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) ICH9: PCI IRQ disable bit has no effect on MSIs (#7505). Fri, 29 Aug 2014 15:03:07 GMT vboxsync [52529] * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) Extended avast cleanup kludge. Added build time option of supporting ... Fri, 29 Aug 2014 09:55:38 GMT vboxsync [52528] * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) SUP: Try reduce the number of error messages about the same DLL. Fri, 29 Aug 2014 09:55:11 GMT vboxsync [52527] * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) SUP: Reneable threading before doing TrustedError. Fri, 29 Aug 2014 09:51:53 GMT vboxsync [52526] * trunk/src/VBox/Devices/USB/VUSBDevice.cpp (modified) usb arg^2 Fri, 29 Aug 2014 09:37:55 GMT vboxsync [52525] * trunk/src/VBox/Devices/USB/VUSBDevice.cpp (modified) memset. arg. Fri, 29 Aug 2014 07:27:33 GMT vboxsync [52524] * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) supR3HardNtPuChTriggerInitialImageEvents: Went a little further wrt ... Fri, 29 Aug 2014 06:52:04 GMT vboxsync [52523] * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm (modified) SUP: Sabotage thread creation in the stub process and for the initial ... Fri, 29 Aug 2014 06:33:55 GMT vboxsync [52522] * trunk/src/VBox/Devices/USB/VUSBDevice.cpp (modified) VUSBDevice.cpp: The critical sections associated with the pipes shall ... Fri, 29 Aug 2014 06:10:31 GMT vboxsync [52521] * trunk/src/VBox/Runtime/common/crypto/x509-template.h (modified) x509-template.h: Parameters are completely optional if timestamp ... Thu, 28 Aug 2014 17:06:37 GMT vboxsync [52520] * trunk/src/recompiler/target-i386/cpu.h (modified) REM: Truncate linear addresses in outside of 64-bit mode. Thu, 28 Aug 2014 15:42:09 GMT vboxsync [52518] * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) intnetR0NetworkSharedMacDetectAndFixBroadcast: handle ARP, IPv4 and ... Thu, 28 Aug 2014 15:18:46 GMT vboxsync [52517] * trunk/src/VBox/Devices/USB/VUSBDevice.cpp (modified) * trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp (modified) Devices/USB: Fix crash on Linux hosts, a hang when disconnecting a ... Thu, 28 Aug 2014 15:16:56 GMT vboxsync [52516] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h (modified) FE/Qt: Runtime UI: Do not move machine-window to another host-screen ... Thu, 28 Aug 2014 15:14:25 GMT vboxsync [52515] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp (modified) FE/Qt: Mac OS X: Runtime UI: Native full-screen: More appropriate ... Thu, 28 Aug 2014 14:58:34 GMT vboxsync [52514] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp (modified) FE/Qt: Runtime UI: Small cleanup. Thu, 28 Aug 2014 13:14:13 GMT vboxsync [52513] * trunk/src/VBox/Devices/USB/VUSBDevice.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBInternal.h (modified) * trunk/src/VBox/Devices/USB/VUSBUrb.cpp (modified) USB: Serialize access to the extra state data for control pipes, ... Thu, 28 Aug 2014 12:05:12 GMT vboxsync [52512] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.h (modified) FE/Qt: Mac OS X: Runtime UI: Native full-screen: Do not show ... Thu, 28 Aug 2014 11:59:52 GMT vboxsync [52511] * trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaApplication.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaApplication.mm (modified) FE/Qt: Mac OS X: Runtime UI: UICocoaApplication API extension: Allow ... Thu, 28 Aug 2014 11:46:54 GMT vboxsync [52510] * trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaApplication.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaApplication.mm (modified) FE/Qt: Mac OS X: Runtime UI: UICocoaApplication coding-style update, ... Thu, 28 Aug 2014 11:31:23 GMT vboxsync [52509] * trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaApplication.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaApplication.mm (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp (modified) FE/Qt: Mac OS X: Runtime UI: UICocoaApplication API update. Wed, 27 Aug 2014 14:23:25 GMT vboxsync [52508] * trunk/src/VBox/Devices/EFI/DevSmc.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) SMC structure tests. Wed, 27 Aug 2014 14:18:38 GMT vboxsync [52507] * trunk/src/VBox/Devices/EFI/DevSmc.cpp (modified) DevSMC: Missing initializer. Wed, 27 Aug 2014 14:11:36 GMT vboxsync [52506] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/PC/DevSMC.cpp (deleted) * trunk/src/VBox/Devices/build/VBoxDD.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD2.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD2.h (modified) Deleted PC/DevSMC.cpp, removed the associated define. Wed, 27 Aug 2014 13:13:37 GMT vboxsync [52505] * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) DrvHostBase: Provide I/O buffer allocator, fixes crash if a host DVD ... Wed, 27 Aug 2014 13:01:59 GMT vboxsync [52504] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) DevVGA_VDMA: execute vgaUpdateDisplayAll on EMT Tue, 26 Aug 2014 14:43:04 GMT vboxsync [52503] * trunk/include/iprt/crypto/pkcs7.h (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-template.h (modified) Started working on PKCS #7 attributes. Tue, 26 Aug 2014 14:32:38 GMT vboxsync [52502] * trunk/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c (modified) spaces. Tue, 26 Aug 2014 13:04:43 GMT vboxsync [52500] * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) supR3HardenedWinIsDesiredRootCA: Changed to blacklisting, added more ... Mon, 25 Aug 2014 17:48:11 GMT vboxsync [52499] * trunk/src/VBox/Devices/Network/slirp/bootp.c (modified) NAT: Handle RFC1533_PAD properly. Mon, 25 Aug 2014 16:44:59 GMT vboxsync [52498] * trunk/src/VBox/Main/src-server/SnapshotImpl.cpp (modified) Main/Snapshot: fix broken snapshot deletion, assert became partially ... Mon, 25 Aug 2014 16:40:13 GMT vboxsync [52497] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/Machine: simplify object reference assignments Mon, 25 Aug 2014 14:41:15 GMT vboxsync [52496] * trunk/src/VBox/Storage/testcase/tstVDIo.cpp (modified) tstVDIo: s/#ifdef foo == bar/#if foo == bar/ Mon, 25 Aug 2014 13:23:57 GMT vboxsync [52494] * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m (modified) crOpenGL/osx: more sync with main thread Mon, 25 Aug 2014 13:03:31 GMT vboxsync [52493] * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) vga/crCtl: racing fix Mon, 25 Aug 2014 11:40:49 GMT vboxsync [52492] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) MachineImpl: warnings Mon, 25 Aug 2014 11:31:20 GMT vboxsync [52491] * trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c (modified) HostDrivers/VBoxUSB/solaris: Fix uninitialized cbDataout when errors ... Mon, 25 Aug 2014 09:27:40 GMT vboxsync [52490] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main: more cleanup after r95701 Mon, 25 Aug 2014 08:27:46 GMT vboxsync [52489] * trunk/src/VBox/Main/include/AutoCaller.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) Main: tabs Sun, 24 Aug 2014 18:35:04 GMT vboxsync [52488] * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp (modified) SUPHardenedVerifyProcess-win.cpp: Seems NtQueryInformationThread ... Sun, 24 Aug 2014 16:58:31 GMT vboxsync [52487] * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) clearification. Sun, 24 Aug 2014 16:50:39 GMT vboxsync [52486] * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp (modified) Set hFb after the cBuffers check. Sun, 24 Aug 2014 16:49:25 GMT vboxsync [52485] * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp (modified) server_muralfbo.cpp: crServerRedirMuralDbSyncFb can be called even if ... Sun, 24 Aug 2014 16:08:10 GMT vboxsync [52484] * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) SUP: Explained the opengl modulus-by-zero crash (fixed by system32 ... Fri, 22 Aug 2014 22:02:30 GMT vboxsync [52483] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SnapshotImpl.cpp (modified) Main: cleanup after r95701 Fri, 22 Aug 2014 20:38:31 GMT vboxsync [52482] * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) SUP: TrustedInstaller or LocalSystem, works around tumbleweed desktop ... Fri, 22 Aug 2014 17:27:48 GMT vboxsync [52481] * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-client/SessionImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SnapshotImpl.cpp (modified) 6813 - MachineImpl.cpp - IInternalMachineControl changes. Fri, 22 Aug 2014 15:53:41 GMT vboxsync [52480] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMenuBarEditorWindow.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISlidingToolBar.cpp (modified) FE/Qt: Mac OS X: For for r95695: No menu-bar indent under this OS. Fri, 22 Aug 2014 15:28:26 GMT vboxsync [52479] * trunk/src/VBox/Devices/PC/BIOS/floppy.c (modified) BIOS: Removed redundant port write, improved logging. Fri, 22 Aug 2014 15:21:15 GMT vboxsync [52478] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc (modified) * trunk/src/VBox/Frontends/VirtualBox/images/menubar_16px.png (copied) * trunk/src/VBox/Frontends/VirtualBox/images/menubar_disabled_16px.png (copied) * trunk/src/VBox/Frontends/VirtualBox/images/menubar_settings_16px.png (copied) * trunk/src/VBox/Frontends/VirtualBox/images/menubar_settings_disabled_16px.png (copied) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.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/runtime/UIActionPoolRuntime.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMenuBarEditorWindow.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMenuBarEditorWindow.h (copied) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineLogicScale.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.cpp (modified) FE/Qt: 7462: Runtime UI: Menu-bar editor initial implementation (non ... Fri, 22 Aug 2014 14:43:34 GMT vboxsync [52477] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp (modified) FE/Qt: Build fix for r95685. Fri, 22 Aug 2014 14:41:54 GMT vboxsync [52476] * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDriver.cpp (modified) VBoxDisp: Parfait warning. Fri, 22 Aug 2014 14:13:27 GMT vboxsync [52475] * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) Device/ACPI:#7433: Fixed PM Timer interrupt frequency, improved ... Fri, 22 Aug 2014 13:52:27 GMT vboxsync [52474] * trunk/src/VBox/Devices/Misc/VirtualKD.cpp (modified) Devices/Misc/VirtualKD: fix code breakage due to padding Fri, 22 Aug 2014 13:35:55 GMT vboxsync [52473] * trunk/Config.kmk (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Misc (added) * trunk/src/VBox/Devices/Misc/Makefile.kup (added) * trunk/src/VBox/Devices/Misc/VirtualKD.cpp (added) * trunk/src/VBox/Devices/build/VBoxDD.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD.h (modified) Devices/Misc: new VirtualKD stub/loader device, contributed by Ivan ... Fri, 22 Aug 2014 12:45:51 GMT vboxsync [52472] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h (modified) FE/Qt: 7462: Mac OS X: Runtime UI: Session: Menu-bar: Listen for ... Fri, 22 Aug 2014 12:27:21 GMT vboxsync [52471] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h (modified) FE/Qt: 7462: Non Mac OS X: Runtime UI: Normal-window: Menu-bar: ... Fri, 22 Aug 2014 12:12:11 GMT vboxsync [52470] * 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/runtime/UIActionPoolRuntime.cpp (modified) FE/Qt: 7462: Action-pool: Every action should know own restriction code. Fri, 22 Aug 2014 11:58:21 GMT vboxsync [52469] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.h (modified) FE/Qt: 7462: Runtime UI action-pool: Listen for menu-bar ... Fri, 22 Aug 2014 11:55:43 GMT vboxsync [52468] * trunk/src/VBox/Storage/VHD.cpp (modified) Storage/VHD: Fix use of uninitialized variable in error case Fri, 22 Aug 2014 11:55:21 GMT vboxsync [52467] * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp (modified) FE/Qt: 7462: Extra-data Manager should provide defaults for menu-bar ... Fri, 22 Aug 2014 11:39:08 GMT vboxsync [52465] * trunk/include/iprt/x86.h (modified) * trunk/include/iprt/x86.mac (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0A.asm (modified) VMM: Fix IEM FXSAVE implementation to match the logic in HM/raw-mode ... Fri, 22 Aug 2014 11:31:53 GMT vboxsync [52464] * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h (modified) FE/Qt: 7462: Extra-data Manager: Notify listeners about menu-bar ... Fri, 22 Aug 2014 11:28:45 GMT vboxsync [52463] * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPVidModes.cpp (modified) wddm: bugfix Fri, 22 Aug 2014 11:23:36 GMT vboxsync [52462] * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h (modified) FE/Qt: Mac OS X: Build-fix for r95675: Copy-paste issue. Fri, 22 Aug 2014 11:20:04 GMT vboxsync [52461] * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h (modified) FE/Qt: 7462: Extra-data Manager: Extend API to allow to modify ... Fri, 22 Aug 2014 11:13:54 GMT vboxsync [52460] * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h (modified) FE/Qt: Mac OS X: Build fix for r95673: Usual issue with moc generator. Fri, 22 Aug 2014 11:03:40 GMT vboxsync [52459] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.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/globals/UIActionPool.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.h (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/scale/UIMachineLogicScale.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.h (modified) FE/Qt: 7462: Runtime UI: Move action-pool related enums to Q_OBJECT ... Fri, 22 Aug 2014 09:05:42 GMT vboxsync [52457] * trunk/src/VBox/Runtime/common/misc/thread.cpp (modified) * trunk/src/VBox/Runtime/include/internal/thread.h (modified) * trunk/src/VBox/Runtime/r3/win/thread-win.cpp (modified) IPRT: Tell the windows debugger the name of our threads. Fri, 22 Aug 2014 08:46:41 GMT vboxsync [52456] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplStrInstr.cpp.h (modified) Typos. Fri, 22 Aug 2014 07:12:23 GMT vboxsync [52454] * trunk/include/iprt/asm-math.h (modified) * trunk/src/VBox/Runtime/common/asm/ASMMultU32ByU32DivByU32.asm (modified) * trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified) ASMMultU32ByU32DivByU32: Cleaned up mess. Tested on x86 and amd64-msc. Fri, 22 Aug 2014 06:42:01 GMT vboxsync [52453] * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) supHardNtViCheckIsOwnedByTrustedInstaller: Workaround for someones ... Thu, 21 Aug 2014 19:24:18 GMT vboxsync [52452] * trunk (modified) * trunk/src/VBox (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_pack.h (modified) crOpenGL: burn fix Thu, 21 Aug 2014 19:20:27 GMT vboxsync [52451] * trunk (modified) * trunk/src/VBox (modified) * trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_misc.c (modified) * trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_net.c (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_pack.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_protocol.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_unpack.h (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/opcodes.py (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/pack_beginend.c (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/pack_bufferobject.c (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/pack_context.c (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/pack_init.c (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/pack_pixels.c (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/pack_program.c (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/pack_shaders.c (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/pack_swap_texture.c (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/pack_texture.c (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/packer.py (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_config.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_stream.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack.py (modified) crOpenGL: command blocks flushing Thu, 21 Aug 2014 19:11:11 GMT vboxsync [52450] * trunk (modified) * trunk/src/VBox (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVModes.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVModes.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp (modified) wddm: memory cleanup