# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Dec 18, 2024 4:14:29 PM Tue, 27 Oct 2009 09:08:43 GMT vboxsync [24107] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/include/QIDialogButtonBox.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxCocoaHelper.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxCocoaSpecialControls.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxSpecialControls.h (moved) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMLogViewer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/QIDialogButtonBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSpecialControls.cpp (moved) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMLogViewer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaSpecialControls.mm (added) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin-cocoa.mm (moved) FE/Qt4-OSX: initial set of native Cocoa controls Tue, 27 Oct 2009 03:30:45 GMT vboxsync [24106] * trunk/src/VBox/Runtime/include/internal/ldrPE.h (modified) DBGPlugInWinNt.cpp: digging into debug info... Tue, 27 Oct 2009 00:18:26 GMT vboxsync [24105] * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) DrvSCSI: make sure any pending dummy requst has landed taken down ... Tue, 27 Oct 2009 00:15:45 GMT vboxsync [24104] * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) DrvSCSI: Need to synchronize all pending requests before any driver ... Tue, 27 Oct 2009 00:08:03 GMT vboxsync [24103] * trunk/src/VBox/Runtime/common/misc/req.cpp (modified) grr! Tue, 27 Oct 2009 00:07:44 GMT vboxsync [24102] * trunk/src/VBox/Runtime/common/misc/req.cpp (modified) req.cpp: oops. Tue, 27 Oct 2009 00:03:09 GMT vboxsync [24101] * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) DrvSCSI,DevLsiLogic: Moved the reset request sync down to the driver ... Tue, 27 Oct 2009 00:02:12 GMT vboxsync [24100] * trunk/include/iprt/req.h (modified) * trunk/src/VBox/Runtime/common/misc/req.cpp (modified) iprt/req.h: Added RTReqIsBusy. Mon, 26 Oct 2009 23:29:43 GMT vboxsync [24099] * trunk/src/VBox/Devices/Storage/DevBusLogic.cpp (modified) * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) DevBusLogic: Drop the suspend and load/save synchronization since ... Mon, 26 Oct 2009 23:22:39 GMT vboxsync [24098] * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) DevLsiLogic,DrvSCSI: Added new DrvSCSI method for synchronizing the ... Mon, 26 Oct 2009 22:35:32 GMT vboxsync [24097] * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) DevAHCI: Try avoid the 100ms timeouts during suspend and shutdown. ... Mon, 26 Oct 2009 22:35:29 GMT vboxsync [24096] * trunk/src/VBox/Devices/Storage/ATAController.cpp (modified) * trunk/src/VBox/Devices/Storage/ATAController.h (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) DevAHCI: Try avoid the 100ms timeouts during suspend and shutdown. ... Mon, 26 Oct 2009 22:31:42 GMT vboxsync [24095] * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) DevVGA_VBVA: shut up annoying reset assertion (DEBUG_bird only). ... Mon, 26 Oct 2009 21:39:34 GMT vboxsync [24094] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) DevATA: Optimize the suspend and poweroff pendig I/O waits so they ... Mon, 26 Oct 2009 16:19:08 GMT vboxsync [24092] * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) DevPcBios: MP stable -> MPS table. Mon, 26 Oct 2009 16:18:06 GMT vboxsync [24091] * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) DevPcBios: MP stable -> MPS table. Mon, 26 Oct 2009 16:17:35 GMT vboxsync [24090] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main/Machine: when opening a new session, don't just fail of the ... Mon, 26 Oct 2009 16:14:52 GMT vboxsync [24089] * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) DevRTC: Added UseUTC config options (default is false). Save and ... Mon, 26 Oct 2009 16:08:22 GMT vboxsync [24088] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) Main/Console: better fail than return NULL machine reference, which ... Mon, 26 Oct 2009 15:48:03 GMT vboxsync [24087] * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) DevPit-i8254: Save and verify config. Saved state version changed. Mon, 26 Oct 2009 15:28:39 GMT vboxsync [24085] * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) DevPit-i8254: Made config value SpeakerEnabled work. Mon, 26 Oct 2009 15:16:40 GMT vboxsync [24084] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp (modified) VBoxManage: snapshot dump fixes. Mon, 26 Oct 2009 15:14:34 GMT vboxsync [24083] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxSettingsSelector.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSettingsSelector.cpp (modified) FE/Qt4: fix memory leak Mon, 26 Oct 2009 15:06:19 GMT vboxsync [24082] * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) DevAPIC: Save and verify config. Added a couple of review comments. Mon, 26 Oct 2009 15:04:35 GMT vboxsync [24081] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp (modified) VBoxManage: add snapshot dump command for debugging snapshot trees. Mon, 26 Oct 2009 14:42:01 GMT vboxsync [24080] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) FE/Qt4: VBox Console WND: Fixed regression provoking dvd-led to be ... Mon, 26 Oct 2009 14:26:06 GMT vboxsync [24079] * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) Main: logging cleanup Mon, 26 Oct 2009 14:16:50 GMT vboxsync [24078] * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) DevACPI: order Mon, 26 Oct 2009 14:08:59 GMT vboxsync [24077] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMShw.h (modified) Fixed nested paging for 64 bits guests on 32 bits hosts (AMD-V only). Mon, 26 Oct 2009 13:39:50 GMT vboxsync [24076] * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) VMMDev: Save and verify config. Drop the SSM_VERSION* stuff since we ... Mon, 26 Oct 2009 13:22:13 GMT vboxsync [24075] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) API: fix documentation for SessionState_Spawning Mon, 26 Oct 2009 13:02:06 GMT vboxsync [24074] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main/Machine: fix race when spawning session, caused VBoxSVC crash ... Mon, 26 Oct 2009 13:01:33 GMT vboxsync [24073] * trunk/include/VBox/dbus-calls.h (modified) * trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp (modified) VBoxClient: Added more D-BUS error checking. Mon, 26 Oct 2009 12:45:22 GMT vboxsync [24072] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) DevAHCI,DevATA: More RTThreadSleep(100) todos. Mon, 26 Oct 2009 12:42:49 GMT vboxsync [24071] * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) DevLsiLogic: Changed saved to save & verify device presence, version ... Mon, 26 Oct 2009 12:41:34 GMT vboxsync [24070] * trunk/src/VBox/Devices/Storage/DevBusLogic.cpp (modified) DevBusLogic: Fixed bug in buslogicWaitForAsyncIOFinished causing an ... Mon, 26 Oct 2009 12:38:01 GMT vboxsync [24069] * trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h (modified) * trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/display.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/main.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/seamless.cpp (modified) VBoxClient: Added delay for host update check, misc logging. Mon, 26 Oct 2009 11:15:49 GMT vboxsync [24068] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) reformat pg_dev_achi. no real change. Mon, 26 Oct 2009 11:15:18 GMT vboxsync [24067] * trunk/src/VBox/Devices/Storage/DevBusLogic.cpp (modified) DevBusLogic: Don't just restore the fPresent flag, check it! Save ... Mon, 26 Oct 2009 03:51:14 GMT vboxsync [24065] * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) NAT: too noisy log. Mon, 26 Oct 2009 03:44:00 GMT vboxsync [24064] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT: too noisy log. Mon, 26 Oct 2009 03:42:53 GMT vboxsync [24063] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT: backed r53926 Mon, 26 Oct 2009 03:29:57 GMT vboxsync [24062] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT: log too noisy. Sun, 25 Oct 2009 23:54:32 GMT vboxsync [24061] * trunk/include/VBox/cpum.h (modified) * trunk/include/VBox/dbgf.h (modified) * trunk/include/VBox/pgm.h (modified) * trunk/include/VBox/types.h (modified) * trunk/include/iprt/err.h (modified) * trunk/src/VBox/VMM/DBGFCpu.cpp (added) * trunk/src/VBox/VMM/DBGFMem.cpp (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/PGMDbg.cpp (modified) * trunk/src/VBox/VMM/VBoxVMMDeps.cpp (modified) DBGF,DBGPlugInDiggers: Extended DBGFR3MemScan with an alignment ... Sun, 25 Oct 2009 12:51:12 GMT vboxsync [24059] * trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp (modified) AsyncCompletion: Don't leak file descriptors when closing the ... Sun, 25 Oct 2009 05:36:56 GMT vboxsync [24058] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) NAT: simplefeing UrgRecv and Recv workers routines. Sat, 24 Oct 2009 04:07:39 GMT vboxsync [24057] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsUSB.ui (modified) FE/Qt4: VM Settings / USB Page: synchronize view<->tool-bar spacing ... Sat, 24 Oct 2009 04:01:34 GMT vboxsync [24056] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsSF.ui (modified) FE/Qt4: Fixed typo in r53914. Sat, 24 Oct 2009 03:55:47 GMT vboxsync [24055] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsSF.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsSF.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsSF.ui (modified) FE/Qt4: VM Settings: Shared Folders Page: columns size-hint issue ... Sat, 24 Oct 2009 02:51:38 GMT vboxsync [24054] * trunk/src/VBox/Frontends/VirtualBox/include/QITreeWidget.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGLSettingsLanguage.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/QITreeWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSettingsLanguage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp (modified) FE/Qt4: Cleaning QTreeWidget from garbage, reworking QTreeWidget ... Fri, 23 Oct 2009 18:54:16 GMT vboxsync [24053] * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) 2d accel: perform data reset VGA device reset Fri, 23 Oct 2009 18:21:13 GMT vboxsync [24052] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) DevATA: Save and load+verify config. New saved state version. Fri, 23 Oct 2009 18:16:50 GMT vboxsync [24051] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) DevAHCI: even more config verification bugfix. Fri, 23 Oct 2009 18:12:53 GMT vboxsync [24050] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) DevAHCI: more config bugfix. Fri, 23 Oct 2009 18:12:03 GMT vboxsync [24049] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) DevAHCI: bugfix. Fri, 23 Oct 2009 17:53:21 GMT vboxsync [24048] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) ApplianceImpl: Also spell out SCSI Controller. Fri, 23 Oct 2009 17:52:58 GMT vboxsync [24047] * trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp (modified) AsyncCompletion: Do not use a failsafe manager for more than one endpoint Fri, 23 Oct 2009 17:46:20 GMT vboxsync [24046] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) ApplianceImpl: Create IDE controller during import instead of ... Fri, 23 Oct 2009 16:19:17 GMT vboxsync [24045] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) DevAHCI: save and verify config (saved state). Fri, 23 Oct 2009 15:51:41 GMT vboxsync [24044] * trunk/src/VBox/Additions/WINNT/Graphics/Display/dd.c (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.c (modified) 2d accel: fix unnecessary unlock g->h commands Fri, 23 Oct 2009 15:00:46 GMT vboxsync [24042] * trunk/src/VBox/Devices/Serial/DevSerial.cpp (modified) DevSerial.cpp: Verify config on load. Fri, 23 Oct 2009 14:55:05 GMT vboxsync [24041] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Also flush dirty pages when unmapping cr3 Fri, 23 Oct 2009 14:43:42 GMT vboxsync [24040] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsSystem.ui (modified) Rephrased Fri, 23 Oct 2009 14:18:09 GMT vboxsync [24039] * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) DevE1000.cpp: Enable the new saved state version (2) that includes ... Fri, 23 Oct 2009 14:17:37 GMT vboxsync [24038] * trunk/src/VBox/Devices/Network/DevEEPROM.cpp (modified) DevEEPROM.cpp: it's sufficient to return the status of the last SSM ... Fri, 23 Oct 2009 13:45:15 GMT vboxsync [24037] * trunk/src/VBox/VMM/VM.cpp (modified) Missing break Fri, 23 Oct 2009 13:11:03 GMT vboxsync [24036] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp (modified) FE/Qt4: Session Information Dialog: Fixed typo in signal connection. Fri, 23 Oct 2009 13:07:16 GMT vboxsync [24035] * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) Backed out dead, but incorrect code Fri, 23 Oct 2009 13:04:13 GMT vboxsync [24034] * trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h (modified) * trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp (modified) Backed out r53864; will cause too many problems unfortunately. Fri, 23 Oct 2009 13:01:30 GMT vboxsync [24033] * trunk/src/VBox/VMM/EMHandleRCTmpl.h (modified) Error code handling Fri, 23 Oct 2009 12:59:25 GMT vboxsync [24032] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Return error code if VT-x/AMD-V init fails. Fri, 23 Oct 2009 12:44:42 GMT vboxsync [24031] * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) Removed disabled and incorrect assertion. Fri, 23 Oct 2009 12:39:10 GMT vboxsync [24030] * trunk/src/VBox/VMM/VM.cpp (modified) Warn about AMD-V in use. Fri, 23 Oct 2009 12:33:32 GMT vboxsync [24029] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Compile fix Fri, 23 Oct 2009 12:27:20 GMT vboxsync [24028] * trunk/src/VBox/Additions/WINNT/Graphics/Display/dd.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h (modified) 2d accel: guest driver fix for overlay surfaces not marked as visible Fri, 23 Oct 2009 12:17:23 GMT vboxsync [24027] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Fail if VT-x or AMD-V are already enabled (Windows 7) Fri, 23 Oct 2009 12:16:55 GMT vboxsync [24026] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp (modified) VBoxManageStorageController.cpp: Don't use doxygen comments (/** */) ... Fri, 23 Oct 2009 11:53:22 GMT vboxsync [24024] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main and VBoxManage/GuestProperties: fix deleting GuestProperties in ... Fri, 23 Oct 2009 11:40:50 GMT vboxsync [24023] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibHostVersion.cpp (modified) VbglR3: Some cleanup. Fri, 23 Oct 2009 11:31:34 GMT vboxsync [24022] * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm (modified) Wrap RTThreadPreemptDisable Fri, 23 Oct 2009 11:29:18 GMT vboxsync [24021] * trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h (modified) * trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp (modified) Use KeSetSystemAffinityThread in RTThreadPreemptDisable/Enable. ... Fri, 23 Oct 2009 11:03:34 GMT vboxsync [24020] * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/DevEEPROM.cpp (modified) * trunk/src/VBox/Devices/Network/DevEEPROM.h (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) E1000: EEPROM save/load functions Fri, 23 Oct 2009 10:14:27 GMT vboxsync [24019] * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) DevSB16: save and verify config (untested). Fri, 23 Oct 2009 09:29:25 GMT vboxsync [24018] * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) toupper -> RT_C_TO_UPPER. Fri, 23 Oct 2009 09:10:13 GMT vboxsync [24017] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) UUID: for r53765 Fri, 23 Oct 2009 08:36:58 GMT vboxsync [24015] * trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp (modified) Don't include . Fri, 23 Oct 2009 08:35:04 GMT vboxsync [24014] * trunk/src/VBox/Runtime/include/internal/mp.h (deleted) * trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp (modified) Removed rtMpClearPoke function as it's no longer required. (fixes ... Fri, 23 Oct 2009 08:34:24 GMT vboxsync [24013] * trunk/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp (modified) don't use on UTF-8. Fri, 23 Oct 2009 08:32:55 GMT vboxsync [24012] * trunk/src/VBox/Devices/PC/DevPIC.cpp (modified) DevPIC: Always enable 'info pic', not only in debug builds. Fri, 23 Oct 2009 08:30:17 GMT vboxsync [24011] * trunk/src/VBox/Disassembler/testcase/tstDisasm-2.cpp (modified) don't use on UTF-8. Fri, 23 Oct 2009 08:28:33 GMT vboxsync [24010] * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) don't use on UTF-8. Fri, 23 Oct 2009 08:25:56 GMT vboxsync [24009] * trunk/src/VBox/VMM/DBGFInfo.cpp (modified) * trunk/src/VBox/VMM/DBGFSym.cpp (modified) * trunk/src/VBox/VMM/VMMSwitcher.cpp (modified) * trunk/src/VBox/VMM/testcase/tstAnimate.cpp (modified) don't use on UTF-8. Fri, 23 Oct 2009 08:20:17 GMT vboxsync [24008] * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) DrvHostBase.cpp: toupper -> RT_C_TO_UPPER. Fri, 23 Oct 2009 08:02:13 GMT vboxsync [24006] * trunk/src/VBox/Runtime/common/string/strstrip.cpp (modified) * trunk/src/VBox/Runtime/r3/fs.cpp (modified) don't use on UTF-8. Fri, 23 Oct 2009 06:58:55 GMT vboxsync [24005] * trunk/src/VBox/Main/generic/OpenGLTest.cpp (modified) * trunk/src/VBox/Main/generic/OpenGLTestApp.cpp (modified) TestVBoxOGL: fixed -test 3D, more verbose help Fri, 23 Oct 2009 06:39:42 GMT vboxsync [24004] * trunk/src/VBox/Main/generic/OpenGLTestApp.cpp (modified) VBoxTestOGL: small help Fri, 23 Oct 2009 06:06:46 GMT vboxsync [24003] * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) disable incorrect assert Thu, 22 Oct 2009 23:44:58 GMT vboxsync [24002] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/include/QILabel.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/QILabel_p.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/QIAbstractWizard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/QILabel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSettingsLanguage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGLSettingsLanguage.ui (modified) FE/Qt4: Cleaning QILabel from garbage, reworking QILabel size-hint ... Thu, 22 Oct 2009 20:23:22 GMT vboxsync [24001] * trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp (modified) Runtime: Darwin requires an extra parameter for F_NOCACHE which ... Thu, 22 Oct 2009 19:14:58 GMT vboxsync [24000] * trunk/src/VBox/Main/AutoLock.cpp (modified) * trunk/src/VBox/Main/BIOSSettingsImpl.cpp (modified) * trunk/src/VBox/Main/Global.cpp (modified) * trunk/src/VBox/Main/MediumFormatImpl.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/ParallelPortImpl.cpp (modified) * trunk/src/VBox/Main/SerialPortImpl.cpp (modified) small svn property cleanup