# # ChangeLog for trunk/src/VBox/Main in vbox # # Generated by Trac 1.4.3.2 # Feb 2, 2025 1:54:06 PM Tue, 02 Mar 2010 10:32:28 GMT vboxsync [26935] * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp (modified) * trunk/src/VBox/Devices/Input/UsbMouse.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/MouseImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/MouseImpl.h (modified) * trunk/src/VBox/Main/MouseImpl.cpp (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) pdmifs, Devices/Input, Main, FE/BFE: add support for absolute-only ... Mon, 01 Mar 2010 16:40:01 GMT vboxsync [26924] * trunk/src/VBox/Main/MouseImpl.cpp (modified) Main/MouseImpl: do not overwrite the "supports relative" attribute on ... Mon, 01 Mar 2010 14:53:27 GMT vboxsync [26916] * trunk/include/VBox/VBoxHDD.h (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) VBoxHDD: introduce new function pointers to the TCP interface for ... Mon, 01 Mar 2010 12:49:28 GMT vboxsync [26908] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * 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/main.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main/MachineImpl+Frontends/VirtualBox: disable showing VM start ... Mon, 01 Mar 2010 10:14:37 GMT vboxsync [26903] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Compile fix for win64 Mon, 01 Mar 2010 10:01:16 GMT vboxsync [26902] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) some vcc compiler warning fixes Fri, 26 Feb 2010 08:35:45 GMT vboxsync [26818] * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) xtracker 3573 / public #5781: when changing the host adapter or the ... Thu, 25 Feb 2010 17:03:28 GMT vboxsync [26809] * trunk/src/VBox/Main/MediumImpl.cpp (modified) warning Thu, 25 Feb 2010 12:13:27 GMT vboxsync [26789] * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) webservices/Makefile.kmk: Use kmk's C like expressions instead of ... Thu, 25 Feb 2010 11:17:30 GMT vboxsync [26782] * trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VBoxShell/vboxshell.py (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/MouseImpl.cpp (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) * trunk/src/VBox/Main/VirtualBoxCallbackImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxCallbackImpl.h (modified) Main, Frontends: added support for virtual pointing devices with no ... Wed, 24 Feb 2010 20:23:33 GMT vboxsync [26768] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: unbreak MountMedium(NULL) broken by r58004 Wed, 24 Feb 2010 16:24:33 GMT vboxsync [26753] * trunk/include/VBox/com/Guid.h (modified) * trunk/include/VBox/com/string.h (modified) * trunk/include/iprt/cpp/ministring.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/ConsoleImplTeleporter.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/Matching.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/RemoteUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) * trunk/src/VBox/Main/SharedFolderImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/USBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/VFSExplorerImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxBase.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/generic/NetIf-generic.cpp (modified) * trunk/src/VBox/Main/glue/VirtualBoxErrorInfo.cpp (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) * trunk/src/VBox/Main/win/NetIf-win.cpp (modified) * trunk/src/VBox/Main/win/svcmain.cpp (modified) Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() ... Wed, 24 Feb 2010 14:46:25 GMT vboxsync [26750] * trunk/src/VBox/Main/MouseImpl.cpp (modified) Main/MouseImpl: hopefully fix assertions in the absolute PS/2 device code Wed, 24 Feb 2010 13:12:44 GMT vboxsync [26744] * trunk/src/VBox/Main/Makefile.kmk (modified) Main/Makefile.kmk: Removed VBOX_WITH_LOCK_VALIDATOR, it's called ... Wed, 24 Feb 2010 11:27:45 GMT vboxsync [26738] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: fix locking order violation in Machine::AttachDevice() Tue, 23 Feb 2010 14:44:29 GMT vboxsync [26713] * trunk/src/VBox/Main/xml/Settings.cpp (modified) Settings: do properly read the NAT network name (line "192.168/24"), ... Tue, 23 Feb 2010 14:17:46 GMT vboxsync [26708] * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) Webservice/jax-ws: bump API minor version automatically in ... Tue, 23 Feb 2010 13:57:25 GMT vboxsync [26704] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main/MachineImpl: Don't AssertReturn on Writelock when only read lock ... Mon, 22 Feb 2010 16:38:15 GMT vboxsync [26681] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Main: Transfer tablet/mouse setting to USB device. Mon, 22 Feb 2010 16:33:16 GMT vboxsync [26680] * trunk/src/VBox/Main/xml/Settings.cpp (modified) Fixed capitalization for consistency. Fri, 19 Feb 2010 15:11:13 GMT vboxsync [26662] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/VMM/CPUM.cpp (modified) VMM: conditionally expose MWAIT extensions Fri, 19 Feb 2010 13:42:35 GMT vboxsync [26650] * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Devices/Input/DevPS2.cpp (modified) * trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp (modified) * trunk/src/VBox/Main/MouseImpl.cpp (modified) pdmifs,DevPS2,DrvMouseQueue,MouseImpl: hungarian changes and some ... Thu, 18 Feb 2010 21:18:04 GMT vboxsync [26638] * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Devices/Input/DevPS2.cpp (modified) * trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp (modified) * trunk/src/VBox/Main/MouseImpl.cpp (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) Devices, Main, pdmifs.h: changed the Main-to-Device absolute event ... Thu, 18 Feb 2010 10:35:24 GMT vboxsync [26624] * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Devices/Input/DevPS2.cpp (modified) * trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp (modified) * trunk/src/VBox/Main/MouseImpl.cpp (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) Devices, Main, pdmifs.h: initial support for PS/2 touchscreen ... Wed, 17 Feb 2010 15:05:20 GMT vboxsync [26615] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) CPU hotplug: Increase the number of tries to unplug a CPU from the ... Wed, 17 Feb 2010 13:45:33 GMT vboxsync [26609] * trunk/src/VBox/Devices/PC/DevFwCommon.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Main, shared f/w: changed DMI passthrough defaults Wed, 17 Feb 2010 12:24:34 GMT vboxsync [26603] * trunk/include/VBox/com/Guid.h (modified) * trunk/include/VBox/com/string.h (modified) * trunk/include/iprt/cdefs.h (modified) * trunk/include/iprt/cpp/ministring.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/ConsoleImplTeleporter.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/Matching.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/RemoteUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) * trunk/src/VBox/Main/SharedFolderImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/USBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxBase.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/generic/NetIf-generic.cpp (modified) * trunk/src/VBox/Main/glue/ErrorInfo.cpp (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/ProgressImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/win/NetIf-win.cpp (modified) * trunk/src/VBox/Main/win/svcmain.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: back out r57775 Wed, 17 Feb 2010 11:57:48 GMT vboxsync [26602] * trunk/src/VBox/Main/PerformanceImpl.cpp (modified) Main: Bstr crash fix on Windows Tue, 16 Feb 2010 16:57:09 GMT vboxsync [26587] * trunk/include/VBox/com/Guid.h (modified) * trunk/include/VBox/com/string.h (modified) * trunk/include/iprt/cdefs.h (modified) * trunk/include/iprt/cpp/ministring.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/ConsoleImplTeleporter.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/Matching.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/RemoteUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) * trunk/src/VBox/Main/SharedFolderImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/USBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxBase.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/generic/NetIf-generic.cpp (modified) * trunk/src/VBox/Main/glue/ErrorInfo.cpp (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/ProgressImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/win/NetIf-win.cpp (modified) * trunk/src/VBox/Main/win/svcmain.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() ... Tue, 16 Feb 2010 15:11:22 GMT vboxsync [26583] * trunk/src/VBox/Frontends/VBoxShell/vboxshell.py (modified) * trunk/src/VBox/Main/glue/constants-python.xsl (modified) Python: gueststats command, API to get enums values list Tue, 16 Feb 2010 01:05:49 GMT vboxsync [26562] * trunk/.scm-settings (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/debug.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/enable.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/screen.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/vrdpdd.rc (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/dd.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/vbva.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/helpers.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.rc (modified) * trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.rc (modified) * trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.rc (modified) * trunk/src/VBox/Additions/WINNT/VBoxHook/dllmain.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxHook/testcase/tstHook.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxRestore.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/testcase/tstSessionHack.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceBalloon.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp (modified) * trunk/src/VBox/Additions/x11/vboxvideo/vboxutils.c (modified) * trunk/src/VBox/Devices/Audio/coreaudio.c (modified) * trunk/src/VBox/Devices/Storage/fdc.c (modified) * trunk/src/VBox/Disassembler/DisasmReg.cpp (modified) * trunk/src/VBox/Disassembler/DisasmTablesX64.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/ckeyDst2.c (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxAquaStyle.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/tstDarwinKeyboard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetworkDetails.cpp (modified) * trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp (modified) * trunk/src/VBox/Main/MediumAttachmentImpl.cpp (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPIWin.cpp (modified) * trunk/src/VBox/Main/webservice/filesplitter.cpp (modified) * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) * trunk/src/VBox/Main/webservice/webtest.cpp (modified) * trunk/src/VBox/Runtime/common/misc/req.cpp (modified) * trunk/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp (modified) * trunk/src/VBox/VMM/testcase/tstInstrEmul.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp (modified) * trunk/src/apps/tunctl/tunctl.c (modified) *: Added svn:keywords where missing. Tue, 16 Feb 2010 00:55:05 GMT vboxsync [26561] * trunk/.scm-settings (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/ckeyDst2.c (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.h (modified) * trunk/src/VBox/Main/MediumAttachmentImpl.cpp (modified) * trunk/src/VBox/Main/MediumFormatImpl.cpp (modified) * trunk/src/VBox/Main/include/MediumAttachmentImpl.h (modified) * trunk/src/VBox/Main/include/MediumFormatImpl.h (modified) * trunk/src/VBox/Main/webservice/filesplitter.cpp (modified) *: set svn:eol-style correctly. Mon, 15 Feb 2010 17:34:29 GMT vboxsync [26553] * trunk/include/VBox/com/Guid.h (modified) * trunk/include/VBox/com/string.h (modified) * trunk/include/iprt/cpp/ministring.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/ConsoleImplTeleporter.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/Matching.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/RemoteUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) * trunk/src/VBox/Main/SharedFolderImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/USBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxBase.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/generic/NetIf-generic.cpp (modified) * trunk/src/VBox/Main/glue/ErrorInfo.cpp (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/ProgressImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: backing out r57728 + r57730 which burn on windows Mon, 15 Feb 2010 17:14:18 GMT vboxsync [26550] * trunk/include/VBox/com/Guid.h (modified) * trunk/include/VBox/com/string.h (modified) * trunk/include/iprt/cpp/ministring.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/ConsoleImplTeleporter.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/Matching.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/RemoteUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) * trunk/src/VBox/Main/SharedFolderImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/USBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxBase.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/generic/NetIf-generic.cpp (modified) * trunk/src/VBox/Main/glue/ErrorInfo.cpp (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/ProgressImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; ... Mon, 15 Feb 2010 15:26:04 GMT vboxsync [26548] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Frontends/VBoxShell/vboxshell.py (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/Global.cpp (modified) * trunk/src/VBox/Main/GuestOSTypeImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/Global.h (modified) * trunk/src/VBox/Main/include/GuestOSTypeImpl.h (modified) Main, FE: HPET review feedback Mon, 15 Feb 2010 14:16:29 GMT vboxsync [26544] * trunk/src/VBox/Main/Global.cpp (modified) Main: make sure the "Others" category is always last Mon, 15 Feb 2010 13:03:48 GMT vboxsync [26536] * trunk/src/VBox/Main/GuestOSTypeImpl.cpp (modified) GuestOSType::COMGETTER(RecommendedFirmware): warning (xpcom enums are ... Mon, 15 Feb 2010 10:37:12 GMT vboxsync [26532] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Main: USB HID integration Sun, 14 Feb 2010 21:39:00 GMT vboxsync [26517] * trunk/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp (modified) * trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp (modified) * trunk/src/VBox/Disassembler/testcase/tstDisasm-2.cpp (modified) * trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp (modified) * trunk/src/VBox/HostDrivers/Support/testcase/SUPLoggerCtl.cpp (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp (modified) * trunk/src/VBox/Main/generic/OpenGLTestApp.cpp (modified) * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) * trunk/src/VBox/Main/xpcom/server.cpp (modified) * trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstHandleTable.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCritSect.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTDigest.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstTSC.cpp (modified) * trunk/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMM.cpp (modified) *: RTGetOpt cleanup related to --help and --version (now standard ... Sun, 14 Feb 2010 09:39:55 GMT vboxsync [26511] * trunk/.scm-settings (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/DisplayResampleImage.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/darwin/NetIf-darwin.cpp (modified) * trunk/src/VBox/Main/include/Performance.h (modified) Main: tabs -> spaces. Sun, 14 Feb 2010 08:18:26 GMT vboxsync [26498] * trunk/src/VBox/Disassembler/DisasmTables.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIDC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/testcase/SUPLoggerCtl.cpp (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c (modified) * trunk/src/VBox/HostServices/SharedFolders/mappings.cpp (modified) * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) * trunk/src/VBox/Installer/solaris/vboxconfig.sh (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPIWin.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp (modified) lots under src/VBox: whitespace cleanup. Sun, 14 Feb 2010 08:16:55 GMT vboxsync [26497] * trunk/src/VBox/Main/webservice/split-soapC.cpp (modified) * trunk/src/VBox/Main/win/comregister.cmd (modified) Install/win,split-soapC,comregister,USBMon.rc: eol-style correction ... Fri, 12 Feb 2010 17:48:58 GMT vboxsync [26475] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Too many endifs. Fri, 12 Feb 2010 17:45:49 GMT vboxsync [26474] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Added a way to manually enable virtual USB keyboard/mouse. Fri, 12 Feb 2010 14:21:27 GMT vboxsync [26464] * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) * trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.h (modified) * trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.c (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) EFI,Main: managing graphic modes via VBoxInternal2 extradata variables. Fri, 12 Feb 2010 11:42:36 GMT vboxsync [26459] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: HPET machine property, cleanups Thu, 11 Feb 2010 18:19:11 GMT vboxsync [26450] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Webservice: enable separate SOAP queue thread; fix logging Thu, 11 Feb 2010 17:05:19 GMT vboxsync [26447] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Webservice: add #ifdef'd broken COM event queue processing Thu, 11 Feb 2010 16:56:04 GMT vboxsync [26444] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: cosmetics Thu, 11 Feb 2010 16:42:07 GMT vboxsync [26443] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) Fixed loading DisplayScreenshot from saved state (a corrected fix). Thu, 11 Feb 2010 16:18:31 GMT vboxsync [26440] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp (modified) * trunk/src/VBox/Main/Global.cpp (modified) * trunk/src/VBox/Main/GuestOSTypeImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/Global.h (modified) * trunk/src/VBox/Main/include/GuestOSTypeImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: configurable HID types work Thu, 11 Feb 2010 12:45:34 GMT vboxsync [26426] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) Fixed loading DisplayScreenshot from saved state. Thu, 11 Feb 2010 11:30:05 GMT vboxsync [26424] * trunk/src/VBox/Main/xml/Settings.cpp (modified) xml/Settings: don't convert storage controller name for settings ... Wed, 10 Feb 2010 14:28:17 GMT vboxsync [26409] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Webservice: dynamic thread allocation with a cap of 100 threads; ... Tue, 09 Feb 2010 19:12:50 GMT vboxsync [26398] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Web service: gloss Tue, 09 Feb 2010 18:44:52 GMT vboxsync [26397] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Web service: error handling, consistency Tue, 09 Feb 2010 18:32:26 GMT vboxsync [26396] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Web service: make no. of threads a cmd line param, encapsulate queue code Tue, 09 Feb 2010 18:08:24 GMT vboxsync [26395] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Web service: use multi event sems or else no parallel processing Tue, 09 Feb 2010 17:55:24 GMT vboxsync [26394] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Web service: multithreading fix Tue, 09 Feb 2010 17:50:17 GMT vboxsync [26393] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Web service: first attempt at multithreading. Tue, 09 Feb 2010 17:04:42 GMT vboxsync [26392] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/Global.cpp (modified) nitpicking Tue, 09 Feb 2010 16:28:52 GMT vboxsync [26389] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/Global.cpp (modified) * trunk/src/VBox/Main/GuestOSTypeImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/Global.h (modified) * trunk/src/VBox/Main/include/GuestOSTypeImpl.h (modified) review feedback of #2187 Tue, 09 Feb 2010 14:32:04 GMT vboxsync [26379] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) typos, references Tue, 09 Feb 2010 14:24:56 GMT vboxsync [26375] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) * trunk/src/VBox/Main/webservice/vboxweb.h (modified) Webservice: use AutoLock.h for locking; more fine-grained locking in ... Tue, 09 Feb 2010 13:56:55 GMT vboxsync [26370] * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) * trunk/src/VBox/Main/webservice/websrv-cpp.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-gsoapH.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-nsmap.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-shared.inc.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-typemap.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-wsdl-service.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-wsdl.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-wsdl2gsoapH.xsl (modified) Webservice: code documentation Tue, 09 Feb 2010 13:45:36 GMT vboxsync [26366] * trunk/src/VBox/Main/Global.cpp (modified) Main: fixed 64 bit type Tue, 09 Feb 2010 12:18:24 GMT vboxsync [26357] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) OSE build fix Tue, 09 Feb 2010 09:21:38 GMT vboxsync [26350] * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) Removed the balloon interface from Main's VMM device. Directly call ... Tue, 09 Feb 2010 09:11:40 GMT vboxsync [26349] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) no reading SMC in OSE (but need to find better place for this code ... Mon, 08 Feb 2010 19:08:02 GMT vboxsync [26335] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) typos Mon, 08 Feb 2010 18:48:39 GMT vboxsync [26333] * trunk/include/VBox/ostypes.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp (modified) * trunk/src/VBox/Main/Global.cpp (modified) * trunk/src/VBox/Main/GuestOSTypeImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/Global.h (modified) * trunk/src/VBox/Main/include/GuestOSTypeImpl.h (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Main, QT4/FE: OS X guest type support Mon, 08 Feb 2010 16:58:53 GMT vboxsync [26332] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/darwin/iokit.cpp (modified) * trunk/src/VBox/Main/darwin/iokit.h (modified) burn fix Mon, 08 Feb 2010 16:17:35 GMT vboxsync [26331] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/darwin/iokit.cpp (modified) * trunk/src/VBox/Main/darwin/iokit.h (modified) SMC: read OSK from the device Mon, 08 Feb 2010 11:13:28 GMT vboxsync [26323] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) Main/Machine+Console: Extend the scope of the power up progress ... Fri, 05 Feb 2010 23:26:54 GMT vboxsync [26314] * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) build fix Fri, 05 Feb 2010 23:20:10 GMT vboxsync [26313] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) fixed status LEDs for storage devices Fri, 05 Feb 2010 16:02:55 GMT vboxsync [26300] * trunk/include/VBox/pdmifs.h (modified) * trunk/include/VBox/pdmnetifs.h (copied) * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/DevINIP.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNetSniffer.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) pdmifs.h: Moved the network interfaces to a separate header called ... Fri, 05 Feb 2010 14:53:35 GMT vboxsync [26296] * trunk/include/VBox/VBoxVideo.h (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp (modified) * trunk/src/VBox/Devices/Storage/testcase/vditool.cpp (modified) * trunk/src/VBox/Disassembler/DisasmTest.cpp (modified) * trunk/src/VBox/Disassembler/DisasmTestCore.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIWizard.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/x11-clipboard.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/include/AutoStateDep.h (modified) * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdr-2.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTAvl.cpp (modified) * trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp (modified) * trunk/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp (modified) * trunk/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) * trunk/src/VBox/VMM/testcase/tstCompiler.cpp (modified) more warnings. Fri, 05 Feb 2010 14:36:51 GMT vboxsync [26295] * trunk/include/VBox/VMMDev.h (modified) * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) Backed out r57393 Fri, 05 Feb 2010 14:27:19 GMT vboxsync [26290] * trunk/include/VBox/VMMDev.h (modified) * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) Statistics interval controllable from within the guest from now on. Thu, 04 Feb 2010 15:55:42 GMT vboxsync [26241] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: added missing interface Thu, 04 Feb 2010 14:51:21 GMT vboxsync [26238] * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) Main: remove more dead code Thu, 04 Feb 2010 14:38:16 GMT vboxsync [26236] * trunk/include/VBox/com/SupportErrorInfo.h (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/glue/SupportErrorInfo.cpp (modified) Main: remove some dead errorinfo code Thu, 04 Feb 2010 13:55:00 GMT vboxsync [26235] * trunk/src/VBox/Main/AudioAdapterImpl.cpp (modified) * trunk/src/VBox/Main/BIOSSettingsImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/GuestOSTypeImpl.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/KeyboardImpl.cpp (modified) * trunk/src/VBox/Main/MachineDebuggerImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/MediumFormatImpl.cpp (modified) * trunk/src/VBox/Main/MouseImpl.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/ParallelPortImpl.cpp (modified) * trunk/src/VBox/Main/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/SerialPortImpl.cpp (modified) * trunk/src/VBox/Main/SharedFolderImpl.cpp (modified) * trunk/src/VBox/Main/StorageControllerImpl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/USBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) Main: coding style Thu, 04 Feb 2010 13:35:01 GMT vboxsync [26232] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: reordering of function calls in ''openExistingSession()'' to ... Wed, 03 Feb 2010 16:28:39 GMT vboxsync [26207] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) SMC: configurability Wed, 03 Feb 2010 15:44:45 GMT vboxsync [26205] * trunk/include/VBox/ostypes.h (modified) * trunk/src/VBox/Main/Global.cpp (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Oracle Linux OS type Wed, 03 Feb 2010 15:22:42 GMT vboxsync [26203] * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) * trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.h (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) EFI: better configuration for firmware Wed, 03 Feb 2010 15:18:26 GMT vboxsync [26201] * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) Main: fix deleteSnapshot() which was broken for immutable and ... Wed, 03 Feb 2010 15:17:42 GMT vboxsync [26200] * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/MediumAttachmentImpl.cpp (modified) Main: fix wrong assertions introduced by yesterday's settings changes Wed, 03 Feb 2010 14:18:45 GMT vboxsync [26193] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: fix r56875 which broke Machine::GetSnapshot(NULL) which is ... Wed, 03 Feb 2010 13:07:12 GMT vboxsync [26186] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/DHCPServerRunner.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/HostPower.cpp (modified) * trunk/src/VBox/Main/KeyboardImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/Matching.cpp (modified) * trunk/src/VBox/Main/MediumFormatImpl.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/MouseImpl.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/ParallelPortImpl.cpp (modified) * trunk/src/VBox/Main/PerformanceImpl.cpp (modified) * trunk/src/VBox/Main/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/SerialPortImpl.cpp (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) * trunk/src/VBox/Main/SharedFolderImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/StorageControllerImpl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxBase.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/generic/NetIf-generic.cpp (modified) * trunk/src/VBox/Main/glue/ErrorInfo.cpp (modified) * trunk/src/VBox/Main/glue/EventQueue.cpp (modified) * trunk/src/VBox/Main/glue/SupportErrorInfo.cpp (modified) * trunk/src/VBox/Main/glue/initterm.cpp (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Main/hgcm/HGCMThread.cpp (modified) * trunk/src/VBox/Main/include/AutoCaller.h (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/ProgressCombinedImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) * trunk/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h (modified) * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp (modified) * trunk/src/VBox/Main/win/NetIf-win.cpp (modified) * trunk/src/VBox/Main/win/svchlp.cpp (modified) * trunk/src/VBox/Main/win/svcmain.cpp (modified) * trunk/src/VBox/Main/xpcom/server.cpp (modified) * trunk/src/VBox/Main/xpcom/server_module.cpp (modified) Main: coding style fixes Tue, 02 Feb 2010 22:29:01 GMT vboxsync [26177] * trunk/include/VBox/com/Guid.h (modified) * trunk/include/VBox/com/array.h (modified) * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) * trunk/src/VBox/Devices/VirtIO/Virtio.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/generic/NetIf-generic.cpp (modified) * trunk/src/VBox/Main/glue/SupportErrorInfo.cpp (modified) * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) * trunk/src/VBox/Main/win/NetIf-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTStrFormat.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) *: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g Tue, 02 Feb 2010 22:20:13 GMT vboxsync [26176] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/Additions/linux/sharedfolders/utils.c (modified) * trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c (modified) * trunk/src/VBox/Devices/Builtins.cpp (modified) * trunk/src/VBox/HostServices/SharedFolders/service.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/SELM.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) VBox/err.h,*: Use RT_SUCCESS/FAILURE instead of the VBOX variants, ... Tue, 02 Feb 2010 21:11:09 GMT vboxsync [26173] * trunk/Doxyfile.Core (modified) * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Input/DevPS2.cpp (modified) * trunk/src/VBox/Devices/Input/DrvKeyboardQueue.cpp (modified) * trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp (modified) * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/DevINIP.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNetSniffer.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/Devices/PC/DevDMA.cpp (modified) * trunk/src/VBox/Devices/PC/DevFwCommon.cpp (modified) * trunk/src/VBox/Devices/PC/DevFwCommon.h (modified) * trunk/src/VBox/Devices/PC/DevPIC.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcArch.c (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) * trunk/src/VBox/Devices/PC/DrvACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DrvAcpiCpu.cpp (modified) * trunk/src/VBox/Devices/Parallel/DevParallel.cpp (modified) * trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp (modified) * trunk/src/VBox/Devices/Samples/VBoxSampleDevice.cpp (modified) * trunk/src/VBox/Devices/Serial/DevSerial.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvChar.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvRawFile.cpp (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/Storage/DevBusLogic.cpp (modified) * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvBlock.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.h (modified) * trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostFloppy.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvMediaISO.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvRawImage.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvSCSIHost.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Devices/Storage/fdc.c (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/KeyboardImpl.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/MouseImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/MouseImpl.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/StatusImpl.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/VMMDevInterface.h (modified) * trunk/src/VBox/Main/AudioSnifferInterface.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/KeyboardImpl.cpp (modified) * trunk/src/VBox/Main/MouseImpl.cpp (modified) * trunk/src/VBox/Main/include/AudioSnifferInterface.h (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/include/KeyboardImpl.h (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) * trunk/src/VBox/Main/include/VMMDev.h (modified) PDM: s/pCfgHandle/pCfg/g - part 2. Tue, 02 Feb 2010 20:37:36 GMT vboxsync [26171] * trunk/src/VBox/Main/AudioAdapterImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/MediumAttachmentImpl.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/ParallelPortImpl.cpp (modified) * trunk/src/VBox/Main/SerialPortImpl.cpp (modified) * trunk/src/VBox/Main/StorageControllerImpl.cpp (modified) * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/include/AudioAdapterImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/MediumAttachmentImpl.h (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/include/ParallelPortImpl.h (modified) * trunk/src/VBox/Main/include/SerialPortImpl.h (modified) * trunk/src/VBox/Main/include/Shareable.h (deleted) * trunk/src/VBox/Main/include/StorageControllerImpl.h (modified) * trunk/src/VBox/Main/include/USBControllerImpl.h (modified) * trunk/src/VBox/Main/include/VRDPServerImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) Main: get rid of Backupable<>::hasActualChanges and the operator== in ... Tue, 02 Feb 2010 19:59:09 GMT vboxsync [26167] * trunk/src/VBox/Main/AudioAdapterImpl.cpp (modified) * trunk/src/VBox/Main/BIOSSettingsImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/MediumAttachmentImpl.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/ParallelPortImpl.cpp (modified) * trunk/src/VBox/Main/SerialPortImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/StorageControllerImpl.cpp (modified) * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/include/AudioAdapterImpl.h (modified) * trunk/src/VBox/Main/include/BIOSSettingsImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/include/ParallelPortImpl.h (modified) * trunk/src/VBox/Main/include/SerialPortImpl.h (modified) * trunk/src/VBox/Main/include/StorageControllerImpl.h (modified) * trunk/src/VBox/Main/include/USBControllerImpl.h (modified) * trunk/src/VBox/Main/include/VRDPServerImpl.h (modified) Main: get rid of isModified() loops in Machine and subclasses; ... Tue, 02 Feb 2010 19:54:23 GMT vboxsync [26166] * trunk/include/VBox/pdmdrv.h (modified) * trunk/src/VBox/Devices/Audio/audio.c (modified) * trunk/src/VBox/Devices/Input/DrvKeyboardQueue.cpp (modified) * trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNetSniffer.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) * trunk/src/VBox/Devices/PC/DrvACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DrvAcpiCpu.cpp (modified) * trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvChar.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvRawFile.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvBlock.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostFloppy.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvMediaISO.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvRawImage.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvSCSIHost.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/MouseImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp (modified) * trunk/src/VBox/Main/AudioSnifferInterface.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/KeyboardImpl.cpp (modified) * trunk/src/VBox/Main/MouseImpl.cpp (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) * trunk/src/VBox/VMM/PDM.cpp (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/PDMDriver.cpp (modified) PDM: s/szDriverName/szName/g - PDMDRVREG. Tue, 02 Feb 2010 18:58:33 GMT vboxsync [26163] * trunk/debian/postinst.in (modified) * trunk/include/VBox/GuestHost/clipboard-helper.h (modified) * trunk/include/VBox/VBoxHDD.h (modified) * trunk/include/VBox/com/errorprint.h (modified) * trunk/include/VBox/pdmusb.h (modified) * trunk/include/iprt/cpp/xml.h (modified) * trunk/include/iprt/linux/sysfs.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/HelperBugCheck.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxService-win.rc (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceResource-win.h (modified) * trunk/src/VBox/Additions/common/crOpenGL (modified) * trunk/src/VBox/Additions/linux/Makefile (modified) * trunk/src/VBox/Additions/linux/installer/Makefile.include.footer (modified) * trunk/src/VBox/Additions/linux/installer/Makefile.include.header (modified) * trunk/src/VBox/Additions/linux/installer/Makefile.test.drm (modified) * trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh (modified) * trunk/src/VBox/Additions/x11/Installer (modified) * trunk/src/VBox/Additions/x11/VBoxClient (modified) * trunk/src/VBox/Additions/x11/VBoxClient/display.cpp (modified) * trunk/src/VBox/Additions/x11/vboxmouse (modified) * trunk/src/VBox/Additions/x11/vboxvideo (modified) * trunk/src/VBox/Additions/x11/x11include/4.3/include/X11/X.h (modified) * trunk/src/VBox/Additions/x11/x11include/4.3/include/X11/Xdefs.h (modified) * trunk/src/VBox/Additions/x11/x11include/4.3/include/X11/Xfuncproto.h (modified) * trunk/src/VBox/Additions/x11/x11include/4.3/include/X11/Xmd.h (modified) * trunk/src/VBox/Additions/x11/x11include/4.3/include/X11/Xproto.h (modified) * trunk/src/VBox/Additions/x11/x11include/4.3/include/X11/Xprotostr.h (modified) * trunk/src/VBox/Additions/x11/x11include/4.3/include/X11/extensions (modified) * trunk/src/VBox/Additions/x11/x11include/libdrm-2.0.1 (modified) * trunk/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd (modified) * trunk/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd (modified) * trunk/src/VBox/Devices/Serial/DrvRawFile.cpp (modified) * trunk/src/VBox/Devices/Storage/ParallelsHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) * trunk/src/VBox/Devices/Storage/testcase/tstVD-2.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageMetrics.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox (modified) * trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc (modified) * trunk/src/VBox/Frontends/VirtualBox/VirtualBox2.qrc (modified) * trunk/src/VBox/Frontends/VirtualBox/images/delete_snapshot_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/delete_snapshot_22px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/delete_snapshot_dis_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/delete_snapshot_dis_22px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_add_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_add_22px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_add_disabled_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_add_disabled_22px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_new_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_new_22px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_new_disabled_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_new_disabled_22px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_release_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_release_22px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_release_disabled_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_release_disabled_22px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_remove_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_remove_22px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_remove_disabled_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/hd_remove_disabled_22px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.ui (modified) * trunk/src/VBox/GuestHost/SharedClipboard/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-helper.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/dkms.conf (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.c (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.c (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.c (modified) * trunk/src/VBox/HostDrivers/linux/build_in_tmp (modified) * trunk/src/VBox/HostDrivers/linux/export_modules (modified) * trunk/src/VBox/HostServices/SharedClipboard/x11-clipboard.cpp (modified) * trunk/src/VBox/Installer/linux/virtualbox.desktop (modified) * trunk/src/VBox/Main/DHCPServerImpl.cpp (modified) * trunk/src/VBox/Main/DHCPServerRunner.cpp (modified) * trunk/src/VBox/Main/darwin/NetIf-darwin.cpp (modified) * trunk/src/VBox/Main/glue/errorprint.cpp (modified) * trunk/src/VBox/Main/include/DHCPServerImpl.h (modified) * trunk/src/VBox/Main/include/DHCPServerRunner.h (modified) * trunk/src/VBox/Main/linux/NetIf-linux.cpp (modified) * trunk/src/VBox/Main/os2/NetIf-os2.cpp (modified) * trunk/src/VBox/Main/solaris/NetIf-solaris.cpp (modified) * trunk/src/VBox/Main/testcase/tstHostHardwareLinux.cpp (modified) * trunk/src/VBox/Main/webservice/glue-jaxws.xsl (modified) * trunk/src/VBox/Main/win/NetIf-win.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib (modified) * trunk/src/VBox/Runtime/r3/linux/sysfs.cpp (modified) * trunk/src/VBox/Runtime/r3/xml.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstDir-3.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTSemRW.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstSemEvent.cpp (modified) * trunk/src/VBox/VMM/MMUkHeap.cpp (modified) * trunk/src/VBox/VMM/PDM.cpp (modified) * trunk/src/VBox/VMM/PDMDriver.cpp (modified) * trunk/src/libs/liblzf-3.4/Makefile.kmk (modified) * trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_amd64_darwin.cpp (modified) * trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_amd64_darwin.cpp (modified) * trunk/tools/darwin.amd64 (modified) PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176) Tue, 02 Feb 2010 16:30:28 GMT vboxsync [26156] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/AudioAdapterImpl.cpp (modified) * trunk/src/VBox/Main/BIOSSettingsImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/ParallelPortImpl.cpp (modified) * trunk/src/VBox/Main/SerialPortImpl.cpp (modified) * trunk/src/VBox/Main/StorageControllerImpl.cpp (modified) * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/AudioAdapterImpl.h (modified) * trunk/src/VBox/Main/include/BIOSSettingsImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/include/ParallelPortImpl.h (modified) * trunk/src/VBox/Main/include/SerialPortImpl.h (modified) * trunk/src/VBox/Main/include/StorageControllerImpl.h (modified) * trunk/src/VBox/Main/include/USBControllerImpl.h (modified) * trunk/src/VBox/Main/include/VRDPServerImpl.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: get rid of isReallyChanged() voodoo in Machine and subclasses; ...