# # ChangeLog for trunk/include in vbox # # Generated by Trac 1.4.3.2 # Jan 13, 2025 6:26:34 AM Mon, 08 Mar 2010 14:16:00 GMT vboxsync [27166] * trunk/include/VBox/settings.h (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/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) Added large page property. Sat, 06 Mar 2010 00:16:08 GMT vboxsync [27129] * trunk/include/iprt/pipe.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHostHlp.cpp (modified) * trunk/src/VBox/Devices/Input/UsbKbd.cpp (modified) * trunk/src/VBox/Devices/Input/UsbMouse.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/MouseImpl.cpp (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) * trunk/src/VBox/Runtime/r3/linux/RTSystemQueryDmiString-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/os2/pipe-os2.cpp (modified) * trunk/src/VBox/Runtime/r3/solaris/RTSystemQueryDmiString-solaris.cpp (modified) * trunk/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTPipe.cpp (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) scm cleaned up some whitespace. Fri, 05 Mar 2010 23:49:44 GMT vboxsync [27128] * trunk/include/iprt/message.h (modified) * trunk/src/VBox/Runtime/common/misc/message.cpp (modified) IPRT: Added RTMsgWarning[V] and RTMsgInfo[V]. Fri, 05 Mar 2010 19:40:43 GMT vboxsync [27126] * trunk/include/VBox/pdmdev.h (modified) * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Devices/PC/DevHPET.cpp (modified) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) * trunk/src/VBox/VMM/PDMDevMiscHlp.cpp (modified) PIT,RTC,HPET,PDM: Combined and simplified the two interfaces PDM uses ... Fri, 05 Mar 2010 18:13:57 GMT vboxsync [27121] * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Devices/PC/DevHPET.cpp (modified) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) * trunk/src/VBox/VMM/PDMDevMiscHlp.cpp (modified) HPET, RTC, PIT, PDM: implement API to disable legacy devices from ... Fri, 05 Mar 2010 17:16:36 GMT vboxsync [27116] * trunk/include/VBox/gmm.h (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Kicked out the GMMR0DeflatedBalloon implementation since it was ... Fri, 05 Mar 2010 15:59:45 GMT vboxsync [27109] * trunk/include/VBox/x86.h (modified) Comment updates Fri, 05 Mar 2010 15:21:24 GMT vboxsync [27102] * trunk/include/VBox/gmm.h (modified) * trunk/src/VBox/VMM/GMM.cpp (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Reset the memory balloon during VM reset Fri, 05 Mar 2010 14:34:43 GMT vboxsync [27095] * trunk/include/VBox/VBoxGuest.h (modified) VBoxGuest.h: Correct size for VBOXGUEST_IOCTL_CHECK_BALLOON, doxygen. Fri, 05 Mar 2010 14:34:19 GMT vboxsync [27094] * trunk/include/VBox/x86.h (modified) x86.h: doxygen. Fri, 05 Mar 2010 13:15:42 GMT vboxsync [27086] * trunk/include/VBox/gmm.h (modified) * trunk/include/VBox/pgm.h (modified) * trunk/include/VBox/vmm.h (modified) Missing updates Fri, 05 Mar 2010 13:05:51 GMT vboxsync [27083] * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp (copied) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp (copied) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCpuHotPlug.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibEvent.cpp (copied) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibLog.cpp (copied) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibStat.cpp (copied) VBoxGuestLib: split up VBoxGuestR3LibMisc.cpp. Fri, 05 Mar 2010 12:49:22 GMT vboxsync [27080] * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp (modified) VBoxGuestR3LibMisc.cpp,VBoxGuestLib.h: minor adjustments. Fri, 05 Mar 2010 10:34:37 GMT vboxsync [27067] * trunk/include/iprt/nocrt/compiler/gcc.h (modified) iprt/nocrt/compiler/gcc.h: va_start fix for gcc 3.2.x Thu, 04 Mar 2010 21:44:59 GMT vboxsync [27060] * trunk/include/VBox/VMMDev.h (modified) * trunk/src/VBox/Devices/Input/DevPS2.cpp (modified) * trunk/src/VBox/Main/MouseImpl.cpp (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) Devices, Main: add support for multiple pointing devices and let the ... Thu, 04 Mar 2010 13:32:45 GMT vboxsync [27023] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/include/VBox/VMMDev.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceBalloon.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceCpuHotPlug.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) Guest Additions: memory ballooning for guests without support for ... Thu, 04 Mar 2010 11:32:35 GMT vboxsync [27011] * trunk/include/iprt/mem.h (modified) PROT_NONE comment typo Wed, 03 Mar 2010 17:07:33 GMT vboxsync [27001] * trunk/include/VBox/VBoxGuest.h (modified) build fix Wed, 03 Mar 2010 17:03:21 GMT vboxsync [27000] * trunk/include/VBox/VBoxGuest.h (modified) build fix Wed, 03 Mar 2010 17:00:05 GMT vboxsync [26999] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceBalloon.cpp (modified) Guest Additions: memory ballooning for guests without support for ... Wed, 03 Mar 2010 14:23:59 GMT vboxsync [26993] * trunk/include/VBox/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/recompiler/target-i386/op_helper.c (modified) VMM: implement some Nehalem MSRs Tue, 02 Mar 2010 20:28:01 GMT vboxsync [26969] * trunk/include/VBox/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoShgsmi.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVdma.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (added) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHostHlp.h (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.cpp (added) * trunk/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.h (added) * trunk/src/VBox/Devices/Makefile.kmk (modified) wddm: bugfixes + stubs for DMA support in VGA device Tue, 02 Mar 2010 13:42:41 GMT vboxsync [26944] * trunk/include/VBox/pdmdev.h (modified) * trunk/include/VBox/tm.h (modified) * trunk/src/VBox/VMM/IOM.cpp (modified) * trunk/src/VBox/VMM/IOMInternal.h (modified) * trunk/src/VBox/VMM/PDM.cpp (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/TM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) PDM,IOM,TM: Added an optional per-device critsect for avoiding the ... Tue, 02 Mar 2010 12:13:40 GMT vboxsync [26939] * trunk/include/VBox/pdmapi.h (modified) * trunk/include/VBox/pdmdev.h (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevFwCommon.cpp (modified) * trunk/src/VBox/Devices/PC/DevHPET.cpp (modified) * trunk/src/VBox/Devices/PC/vbox.dsl (modified) * trunk/src/VBox/VMM/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/PDMDevMiscHlp.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAll.cpp (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) ACPI, APIC, HPET: emulate typical configuration wrt ISA interrupt routing 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 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 14:50:21 GMT vboxsync [26915] * trunk/include/iprt/tcp.h (modified) * trunk/src/VBox/Runtime/r3/tcp.cpp (modified) Runtime/tcp: new function to query the local address of a socket. Fri, 26 Feb 2010 14:30:43 GMT vboxsync [26855] * trunk/include/VBox/em.h (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Introduced EMInterpretInstructionCPUEx to allow user-level ... Fri, 26 Feb 2010 13:03:11 GMT vboxsync [26844] * trunk/include/iprt/poll.h (modified) * trunk/src/VBox/Runtime/r3/os2/poll-os2.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/poll-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/poll-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTPoll.cpp (modified) RTPollSetCount. Fri, 26 Feb 2010 11:33:30 GMT vboxsync [26830] * trunk/include/VBox/settings.h (modified) default logo fade out enabled Fri, 26 Feb 2010 10:59:04 GMT vboxsync [26827] * trunk/include/iprt/poll.h (modified) * trunk/src/VBox/Runtime/r3/os2/poll-os2.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/poll-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/poll-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTPoll.cpp (modified) IPRT: RTPollSetCount() -> RTPollGetCount(). Fri, 26 Feb 2010 10:36:08 GMT vboxsync [26824] * trunk/include/iprt/pipe.h (modified) * trunk/src/VBox/Runtime/r3/os2/pipe-os2.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/pipe-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/poll-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/process-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/pipe-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTPath.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTPipe.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTPoll.cpp (added) * trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp (added) * trunk/src/VBox/Runtime/testcase/tstRTProcWait.cpp (modified) iprt: Adjustments to RTPipeReadBlocking and RTPipeWriteBlocking. ... Thu, 25 Feb 2010 22:32:48 GMT vboxsync [26813] * trunk/include/iprt/list.h (modified) * trunk/src/VBox/Runtime/testcase/tstRTList.cpp (modified) IPRT/List: Add a method to move the list to a new header Thu, 25 Feb 2010 16:25:41 GMT vboxsync [26802] * trunk/include/iprt/process.h (modified) * trunk/src/VBox/Runtime/r3/posix/process-posix.cpp (modified) Implemented RTProcCreateEx for posix. The new features hasn't been ... Thu, 25 Feb 2010 15:44:22 GMT vboxsync [26801] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/poll.h (modified) * trunk/src/VBox/Runtime/include/internal/magics.h (modified) * trunk/src/VBox/Runtime/r3/posix/poll-posix.cpp (modified) poll-posix.cpp: initial untested code. Thu, 25 Feb 2010 11:56:52 GMT vboxsync [26784] * trunk/include/iprt/pipe.h (modified) * trunk/src/VBox/Runtime/r3/posix/pipe-posix.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTPipe.cpp (modified) iprt/pipe.h++: Adjusted RTPipeWrite[Blocking] behavior wrt to zero ... Thu, 25 Feb 2010 02:30:14 GMT vboxsync [26774] * trunk/include/iprt/file.h (modified) * trunk/include/iprt/pipe.h (modified) * trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp (modified) * trunk/src/VBox/Runtime/include/internal/magics.h (modified) * trunk/src/VBox/Runtime/r3/posix/pipe-posix.cpp (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTPipe.cpp (added) RTPipe: Implemented the posix variant. Wed, 24 Feb 2010 19:48:02 GMT vboxsync [26767] * trunk/include/VBox/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideoHGSMI.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.h (modified) wddm: more impl Wed, 24 Feb 2010 17:02:41 GMT vboxsync [26756] * trunk/include/iprt/poll.h (modified) iprt/poll.h: Fixes and additions. Wed, 24 Feb 2010 17:02:09 GMT vboxsync [26755] * trunk/include/iprt/pipe.h (modified) iprt/pipe.h: Need RTPipeWriteBlocking, some spec adjustments. 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 13:48:09 GMT vboxsync [26746] * trunk/include/VBox/com/AutoLock.h (modified) Autolock.h: Only test for RT_LOCK_STRICT because we want lock ... Wed, 24 Feb 2010 12:49:33 GMT vboxsync [26740] * trunk/include/iprt/list.h (modified) iprt/list.h: r=bird: Mostly docs, but added a drop of poison to ... Wed, 24 Feb 2010 12:12:09 GMT vboxsync [26739] * trunk/include/iprt/list.h (added) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTList.cpp (added) Runtime: Inline list implementation Wed, 24 Feb 2010 11:15:48 GMT vboxsync [26735] * trunk/include/iprt/handle.h (added) iprt/handle.h: new file with RTHandleClose. Wed, 24 Feb 2010 11:15:27 GMT vboxsync [26734] * trunk/include/iprt/types.h (modified) NIL_RTPIPE fix Wed, 24 Feb 2010 11:15:04 GMT vboxsync [26733] * trunk/include/iprt/process.h (modified) iprt/process.h: Corrected RTProcWait* docs. Wed, 24 Feb 2010 11:14:44 GMT vboxsync [26732] * trunk/include/iprt/file.h (modified) iprt/file.h: RTFileOpenBitBucket Wed, 24 Feb 2010 11:14:21 GMT vboxsync [26731] * trunk/include/iprt/poll.h (modified) iprt/poll.h: adjustments. Wed, 24 Feb 2010 09:16:01 GMT vboxsync [26726] * trunk/include/iprt/process.h (modified) RTProcCreateEx prototype. Tue, 23 Feb 2010 21:18:35 GMT vboxsync [26724] * trunk/include/iprt/pipe.h (modified) iprt/pipe.h: RTPIPE_C_XXX. Tue, 23 Feb 2010 16:48:30 GMT vboxsync [26721] * trunk/include/iprt/poll.h (modified) * trunk/include/iprt/types.h (modified) iprt/poll.h,iprt/types.h: more poll and some pipe work Tue, 23 Feb 2010 13:43:46 GMT vboxsync [26703] * trunk/include/iprt/pipe.h (modified) * trunk/include/iprt/poll.h (added) iprt/poll.h: quick sketch Tue, 23 Feb 2010 13:35:59 GMT vboxsync [26702] * trunk/include/iprt/pipe.h (added) * trunk/include/iprt/types.h (modified) iprt/types.h,iprt/pipe.h: Added pipe.h (no code yet) and preparing ... Tue, 23 Feb 2010 13:14:16 GMT vboxsync [26700] * trunk/include/VBox/hwacc_vmx.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Deal with missing PDEs in SyncPage for SMP guests. Deal with big ... Tue, 23 Feb 2010 11:04:42 GMT vboxsync [26698] * trunk/Config.kmk (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk (modified) * trunk/src/VBox/HostServices/Makefile.kmk (modified) Host Service/Guest Control: Initial commit of basic files (no ... Tue, 23 Feb 2010 10:46:44 GMT vboxsync [26697] * trunk/include/VBox/com/EventQueue.h (modified) typo Tue, 23 Feb 2010 09:15:48 GMT vboxsync [26694] * trunk/include/iprt/getopt.h (modified) * trunk/src/VBox/Runtime/common/misc/getopt.cpp (modified) RTGetOptPrintError: return RTEXITCODE_SYNTAX. Mon, 22 Feb 2010 17:48:23 GMT vboxsync [26685] * trunk/include/VBox/pgm.h (modified) * trunk/include/VBox/vm.h (modified) * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) Large page changes Mon, 22 Feb 2010 16:43:37 GMT vboxsync [26683] * trunk/include/iprt/message.h (modified) * trunk/include/iprt/tcp.h (modified) * trunk/include/iprt/test.h (modified) * trunk/include/iprt/types.h (modified) * trunk/src/VBox/Runtime/common/misc/message.cpp (modified) * trunk/src/VBox/Runtime/r3/tcp.cpp (modified) * trunk/src/VBox/Runtime/r3/test.cpp (modified) iprt: RTEXITCODE, RTTcpServerListen2, RTTcpWrite fixes. Mon, 22 Feb 2010 09:41:17 GMT vboxsync [26674] * trunk/include/iprt/message.h (modified) * trunk/src/VBox/Runtime/common/misc/message.cpp (modified) iprt: Added RTMsgInitFailure for dealing with RTR3Init failures. Fri, 19 Feb 2010 17:49:14 GMT vboxsync [26667] * trunk/include/VBox/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/vhwa.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.h (modified) wddm: more impl Fri, 19 Feb 2010 15:08:15 GMT vboxsync [26661] * trunk/include/VBox/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVdma.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVdma.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.h (modified) wddm: more impl Fri, 19 Feb 2010 14:42:37 GMT vboxsync [26659] * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/string/RTStrCopy.cpp (added) * trunk/src/VBox/Runtime/common/string/RTStrCopyEx.cpp (added) IPRT: Added RTStrCopy and RTStrCopyEx for strcpy with overflow handling. Fri, 19 Feb 2010 14:41:00 GMT vboxsync [26658] * trunk/include/VBox/x86.h (modified) comment update Fri, 19 Feb 2010 14:40:46 GMT vboxsync [26657] * trunk/include/VBox/x86.h (modified) Added the two cpuid.5.ecx mwait feature bits Fri, 19 Feb 2010 14:01:06 GMT vboxsync [26653] * trunk/include/VBox/cpum.h (modified) * trunk/src/VBox/VMM/CPUM.cpp (modified) * trunk/src/VBox/VMM/VM.cpp (modified) Rewrote cpuid workaround 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 15:47:33 GMT vboxsync [26630] * trunk/include/VBox/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.h (added) wddm: more impl Thu, 18 Feb 2010 10:39:28 GMT vboxsync [26625] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) Large page code cleanup 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:44:15 GMT vboxsync [26616] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) More large page work (disabled) Wed, 17 Feb 2010 12:48:33 GMT vboxsync [26608] * trunk/include/iprt/linux/sysfs.h (modified) * trunk/include/iprt/system.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/generic/RTSystemQueryDmiString-generic.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/RTSystemQueryDmiString-linux.cpp (added) * trunk/src/VBox/Runtime/r3/linux/sysfs.cpp (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTSystemQueryDmi.cpp (copied) IPRT: linux implementation of RTSystemQueryDmiString. Wed, 17 Feb 2010 12:40:42 GMT vboxsync [26606] * trunk/include/VBox/gmm.h (modified) * trunk/include/VBox/pgm.h (modified) * trunk/include/VBox/vmm.h (modified) * trunk/src/VBox/VMM/GMM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Large page work 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:08:34 GMT vboxsync [26600] * trunk/include/iprt/system.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/generic/RTSystemQueryDmiString-generic.cpp (added) iprt: Added RTSystemQueryDmiString. Tue, 16 Feb 2010 17:02:59 GMT vboxsync [26588] * trunk/include/iprt/net.h (modified) * trunk/include/iprt/tcp.h (modified) * trunk/src/VBox/Runtime/common/string/strformatrt.cpp (modified) * trunk/src/VBox/Runtime/r3/tcp.cpp (modified) iprt: New type RTNETADDR for storing any address + type + port. Added ... 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 12:57:58 GMT vboxsync [26577] * trunk/include/VBox/gmm.h (modified) * trunk/include/VBox/pgm.h (modified) * trunk/include/VBox/vmm.h (modified) * trunk/src/VBox/VMM/GMM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) More large page work Tue, 16 Feb 2010 12:51:22 GMT vboxsync [26575] * trunk/include/VBox/intnetinline.h (modified) build fix. Tue, 16 Feb 2010 12:44:10 GMT vboxsync [26574] * trunk/include/Makefile.kmk (modified) * trunk/include/VBox/intnet.h (modified) * trunk/include/VBox/intnetinline.h (added) * trunk/include/VBox/pdmnetifs.h (modified) * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/ip_icmp.c (modified) * trunk/src/VBox/Devices/Network/slirp/libslirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/mbuf.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp (modified) * trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp (modified) * trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/VBoxNetInt.cpp (deleted) * trunk/src/VBox/NetworkServices/NetLib/VBoxNetIntIf.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/VBoxNetLib.h (modified) * trunk/src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp (modified) Networking: Preparing to make the driver return a send buffer to the ... Tue, 16 Feb 2010 12:42:38 GMT vboxsync [26573] * trunk/include/VBox/pdmifs.h (modified) pdmifs.h: doc update Tue, 16 Feb 2010 09:50:44 GMT vboxsync [26563] * trunk/include/VBox/gmm.h (modified) * trunk/include/VBox/vmm.h (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Started with large page support Tue, 16 Feb 2010 00:03:12 GMT vboxsync [26558] * trunk/include/VBox/GuestHost/clipboard-helper.h (modified) * trunk/include/VBox/VBoxGL2D.h (modified) * trunk/include/VBox/VBoxHDD-Plugin.h (modified) * trunk/include/iprt/crc64.h (modified) * trunk/include/iprt/heap.h (modified) * trunk/include/iprt/memobj.h (modified) * trunk/include/iprt/req.h (modified) * trunk/include/iprt/table.h (modified) include: svn:eol-style. Mon, 15 Feb 2010 22:10:11 GMT vboxsync [26556] * trunk/include/VBox/HGSMI/HGSMI.h (modified) * trunk/include/VBox/HGSMI/HGSMIChSetup.h (modified) * trunk/include/VBox/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideoHGSMI.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoShgsmi.cpp (added) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoShgsmi.h (added) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVdma.cpp (added) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVdma.h (added) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVidPn.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) wddm: more impl 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:23:17 GMT vboxsync [26552] * trunk/include/VBox/com/string.h (modified) Main: build fix 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 03:36:01 GMT vboxsync [26526] * trunk/Config.kmk (modified) * trunk/include/iprt/asm.h (modified) * trunk/src/VBox/Devices/Audio/coreaudio.c (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp (modified) * trunk/src/VBox/VMM/SSM.cpp (modified) VMM,asm.h,Config.kmk: win.amd64 warnings; fixed the ASMAtomicSubU32 ... Mon, 15 Feb 2010 01:47:34 GMT vboxsync [26520] * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/path/RTPathChangeToDosSlashes.cpp (added) * trunk/src/VBox/Runtime/common/path/RTPathChangeToUnixSlashes.cpp (added) iprt: Added RTPathChangeToUnixSlashes and RTPathChangeToDosSlashes. Sun, 14 Feb 2010 07:07:53 GMT vboxsync [26487] * trunk/.scm-settings (modified) * trunk/include/VBox/HGSMI/HGSMIChannels.h (modified) * trunk/include/VBox/HostServices/VBoxOGLOp.h (modified) * trunk/include/VBox/HostServices/VBoxOpenGLSvc.h (modified) * trunk/include/VBox/cpumdis.h (modified) * trunk/include/VBox/pdmqueue.h (modified) * trunk/include/VBox/vmapi.h (modified) * trunk/include/VBox/vrdpapi.h (modified) * trunk/include/VBox/vusb.h (modified) include: whitespace cleanup. Sun, 14 Feb 2010 06:59:06 GMT vboxsync [26485] * trunk/include/iprt/getopt.h (modified) * trunk/src/VBox/Runtime/common/misc/getopt.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstGetOpt.cpp (modified) iprt/getopt: Added two standard options: h: --help/-help/-h/-?, V: ... Sun, 14 Feb 2010 01:38:44 GMT vboxsync [26482] * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/common/string/stringalloc.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTStrAlloc.cpp (modified) IPRT: Added RTStrATruncate. Sun, 14 Feb 2010 01:00:49 GMT vboxsync [26481] * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/common/string/stringalloc.cpp (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTStrAlloc.cpp (added) IPRT: Added RTStrAAppend, RTStrAAppendN, RTStrAAppendExN[V]{,1}, ... Sat, 13 Feb 2010 02:06:41 GMT vboxsync [26476] * trunk/include/iprt/getopt.h (modified) * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/misc/getoptargv.cpp (added) * trunk/src/VBox/Runtime/common/path/RTPathAppend.cpp (modified) * trunk/src/VBox/Runtime/common/path/RTPathCopyComponents.cpp (added) * trunk/src/VBox/Runtime/common/path/RTPathCountComponents.cpp (added) * trunk/src/VBox/Runtime/common/path/rtPathRootSpecLen.cpp (added) * trunk/src/VBox/Runtime/common/path/rtPathVolumeSpecLen.cpp (modified) * trunk/src/VBox/Runtime/include/internal/path.h (modified) * trunk/src/VBox/Runtime/r3/posix/path-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/path-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp (added) * trunk/src/VBox/Runtime/testcase/tstRTPath.cpp (modified) iprt: Added RTPathCountComponents, RTPathCopyComponents, ... Fri, 12 Feb 2010 17:23:50 GMT vboxsync [26471] * trunk/include/VBox/vusb.h (modified) VUSB: Provide a way to store and pass along vendor/class-specific ... 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:41:06 GMT vboxsync [26452] * trunk/include/iprt/memcache.h (modified) * trunk/src/VBox/Runtime/common/alloc/memcache.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTMemCache.cpp (modified) iprt/memcache.h: Some more optimizations and more benchmarks. 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