# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Jan 26, 2025 5:18:29 PM Fri, 06 May 2011 23:09:23 GMT vboxsync [36996] * trunk/src/VBox/Main/testcase/tstUSBProxyLinux.cpp (modified) Main/linux/usb: additional tests, drop a couple of silly ones Fri, 06 May 2011 22:49:41 GMT vboxsync [36995] * trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp (modified) * trunk/src/VBox/Main/testcase/tstUSBProxyLinux.cpp (modified) Main/linux/usb: more readable test code Fri, 06 May 2011 22:20:05 GMT vboxsync [36994] * trunk/src/VBox/Main/src-server/linux/USBGetDevices.cpp (modified) * trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp (modified) * trunk/src/VBox/Main/testcase/tstUSBProxyLinux.cpp (modified) Main/linux/usb: make unit tests pass and fix one test Fri, 06 May 2011 21:53:21 GMT vboxsync [36993] * trunk/src/VBox/Main/include/USBGetDevices.h (modified) * trunk/src/VBox/Main/include/USBProxyService.h (modified) * trunk/src/VBox/Main/src-server/USBProxyService.cpp (modified) * trunk/src/VBox/Main/src-server/linux/USBGetDevices.cpp (modified) * trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp (modified) * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) * trunk/src/VBox/Main/testcase/tstUSBProxyLinux.cpp (modified) Main/linux/USB: unit tests for the code changed in r71554 and r71557 Fri, 06 May 2011 19:22:47 GMT vboxsync [36992] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) AHCI: Fixes for hotplugging Fri, 06 May 2011 19:16:50 GMT vboxsync [36991] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/SessionImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/SessionImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main: Initial support for disk hotplugging, work in progress Fri, 06 May 2011 19:10:27 GMT vboxsync [36990] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) AHCI: Controller part for device hotplug Fri, 06 May 2011 16:15:15 GMT vboxsync [36989] * trunk/src/VBox/Devices/Input/DevPS2.cpp (modified) kbd: Rough support for scan set 3. Fri, 06 May 2011 15:59:27 GMT vboxsync [36988] * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) GVMMR0: Increased the maximum number of VMs from 1024 to 8192 on ... Fri, 06 May 2011 15:33:36 GMT vboxsync [36987] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) VBoxManage/GuestCtrl: Also create empty directories by default, comments. Fri, 06 May 2011 15:29:52 GMT vboxsync [36986] * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) Main/Host: use setError instead of setWarning, as the calling code ... Fri, 06 May 2011 13:50:35 GMT vboxsync [36984] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) GMMR0: Yield the mutex during cleanup since it may take quite a while ... Fri, 06 May 2011 13:48:56 GMT vboxsync [36983] * trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp (modified) nit Fri, 06 May 2011 13:46:03 GMT vboxsync [36982] * trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp (modified) alloc-r0drv.cpp: Fixed bug in RTMemReallocTag when RTR0MEM_STRICT is ... Fri, 06 May 2011 13:07:10 GMT vboxsync [36981] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) Main/MediumImpl: Fix memory leaks in some medium operation error ... Fri, 06 May 2011 12:01:28 GMT vboxsync [36980] * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) e1000: some explanation for SMP fix in r71586 Fri, 06 May 2011 11:55:42 GMT vboxsync [36979] * trunk/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c (modified) semfastmutex-r0drv-linux.c: Check mutex ownership in strict builds, ... Fri, 06 May 2011 11:42:01 GMT vboxsync [36978] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) VBoxManageGuestCtrl: Reverted r71249 - Don't skip empty arguments. Fri, 06 May 2011 11:41:36 GMT vboxsync [36977] * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) e1000: fix for linux SMP guest panic under heavy RX traffic Fri, 06 May 2011 09:19:32 GMT vboxsync [36976] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main: when mounting shared folders, don't break the loop if one ... Thu, 05 May 2011 19:12:50 GMT vboxsync [36975] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) Main: don't override existing error codes Thu, 05 May 2011 16:48:27 GMT vboxsync [36974] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) Warning. Thu, 05 May 2011 16:44:10 GMT vboxsync [36973] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) VBoxManage/GuestCtrl: Update on copying and creating recursive ... Thu, 05 May 2011 14:51:09 GMT vboxsync [36972] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) Devices/AHCI: fixed mask for Fis address Thu, 05 May 2011 12:11:42 GMT vboxsync [36971] * trunk/src/VBox/Devices/PC/DevHPET.cpp (modified) HPET: cleanup, correct timers init per ICH9 spec, fix overflow hanling Thu, 05 May 2011 10:05:34 GMT vboxsync [36970] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) GMM: Adjusted the mapping array allocation 'strategy' to conserve ... Thu, 05 May 2011 08:59:43 GMT vboxsync [36969] * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CSAM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATM.cpp (modified) more gcc-4.6 -Werror=int-to-pointer-cast fixes Thu, 05 May 2011 08:55:16 GMT vboxsync [36968] * trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/Makefile.kup (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxDrvTool.cpp (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxDrvTool.h (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbIdc.h (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbTool.cpp (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbTool.h (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/Makefile.kup (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUSB.inf (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbCmn.h (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.cpp (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.h (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.rc (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.cpp (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPwr.cpp (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPwr.h (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.h (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/lib/Makefile.kup (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/Makefile.kup (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUSBMon.inf (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.cpp (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.h (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbHook.cpp (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbHook.h (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.h (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.rc (added) rework usb Thu, 05 May 2011 08:39:35 GMT vboxsync [36967] * trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/lib (added) * trunk/src/VBox/HostDrivers/VBoxUSB/win/mon (added) rework usb Thu, 05 May 2011 03:27:58 GMT vboxsync [36966] * trunk/src/VBox/Devices/Network/slirp/ip_output.c (modified) NAT: comment. Thu, 05 May 2011 03:03:22 GMT vboxsync [36965] * trunk/src/VBox/Devices/Network/slirp/ip_output.c (modified) NAT: Attempt to fix (the rest of vbox/7711 and vbox/8701). The ... Wed, 04 May 2011 21:09:30 GMT vboxsync [36964] * trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp (modified) Main/linux/USB: corrected an outdated comment Wed, 04 May 2011 21:00:29 GMT vboxsync [36963] * trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp (modified) Main/linux/USB: forgot to remove a fixed todo Wed, 04 May 2011 17:43:50 GMT vboxsync [36962] * trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c (modified) rtR0MemAllocEx/linux: Avoid vmalloc, it's has serious performance ... Wed, 04 May 2011 16:37:48 GMT vboxsync [36961] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp (modified) Main/USB/linux: return correct error codes and messages if the user ... Wed, 04 May 2011 16:08:29 GMT vboxsync [36960] * trunk/src/VBox/VMM/VMMR3/MMHyper.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPool.cpp (modified) PGM,MM: Heap and shadow pool size adjustments for large memory configs. Wed, 04 May 2011 14:56:38 GMT vboxsync [36959] * trunk/include/VBox/usblib-win.h (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/Makefile.kmk (modified) usb: avoid redundant device info updates Wed, 04 May 2011 14:50:32 GMT vboxsync [36958] * trunk/src/VBox/Main/include/USBGetDevices.h (modified) * trunk/src/VBox/Main/src-server/linux/USBGetDevices.cpp (modified) * trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp (modified) * trunk/src/VBox/Main/testcase/tstHostHardwareLinux.cpp (modified) * trunk/src/VBox/Main/testcase/tstUSBProxyLinux.cpp (modified) * trunk/src/VBox/RDP/client/vrdp/rdpusb.c (modified) Main/linux/USB: better permissions checking and code cleanup Wed, 04 May 2011 13:08:43 GMT vboxsync [36957] * trunk/src/VBox/Installer/linux/debian/postinst.in (modified) * trunk/src/VBox/Installer/linux/install.sh (modified) * trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec (modified) Installer/linux: use RUN+=, not RUN= in udev rules Wed, 04 May 2011 12:54:03 GMT vboxsync [36956] * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c (modified) Solaris/VBoxNetFltBow: cleanup, link notification support (disabled). Wed, 04 May 2011 12:35:05 GMT vboxsync [36955] * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.cpp (modified) wddm: build fixes for DEBUG_misha Wed, 04 May 2011 11:07:39 GMT vboxsync [36954] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main/idl: fix comment reference Wed, 04 May 2011 07:07:34 GMT vboxsync [36951] * trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c (modified) * trunk/src/VBox/Runtime/common/misc/thread.cpp (modified) * trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c (modified) warnings Wed, 04 May 2011 07:07:23 GMT vboxsync [36950] * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c (modified) typo Tue, 03 May 2011 21:38:57 GMT vboxsync [36949] * trunk/src/VBox/Storage/testcase/tstVDIo.cpp (modified) tstVDIo: Fix the testcase Tue, 03 May 2011 19:53:52 GMT vboxsync [36948] * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) Additions/linux/installer: make sure gcc and make are installed too Tue, 03 May 2011 19:49:12 GMT vboxsync [36947] * trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c (modified) Runtime/r0drv: fix for Linux 2.4 kernels Tue, 03 May 2011 19:25:28 GMT vboxsync [36946] * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) fix win-dbg Tue, 03 May 2011 17:28:29 GMT vboxsync [36945] * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) MaxGuestRAM: here too. Tue, 03 May 2011 17:13:31 GMT vboxsync [36944] * trunk/include/VBox/param.h (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) VBox/param.h: Bumped the max RAM limit up to 2TB on 64-bit hosts (was ... Tue, 03 May 2011 16:09:51 GMT vboxsync [36943] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT: correct ar_sha format in who-is requests initiated by Slirp. Tue, 03 May 2011 15:07:14 GMT vboxsync [36942] * trunk/src/VBox/Devices/Makefile.kmk (modified) build fix Tue, 03 May 2011 14:56:08 GMT vboxsync [36941] * trunk/include/VBox/VBoxDrvCfg-win.h (modified) * trunk/include/VBox/usblib-win.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.h (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/win/Device (deleted) * trunk/src/VBox/HostDrivers/VBoxUSB/win/Filter (deleted) * trunk/src/VBox/HostDrivers/VBoxUSB/win/Install/USBInstall.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/win/Install/USBUninstall.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/win/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/win/Monitor (deleted) * trunk/src/VBox/HostDrivers/VBoxUSB/win/USBLib-win.cpp (deleted) * trunk/src/VBox/HostDrivers/VBoxUSB/win/testcase/USBTest.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/win/usbdesc.h (deleted) * trunk/src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/src-server/win/USBProxyServiceWindows.cpp (modified) usb rework Tue, 03 May 2011 14:55:19 GMT vboxsync [36940] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructRC.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) PGMPAGE: Finally, idPage is 32-bit. The physical address can now be ... Tue, 03 May 2011 14:19:38 GMT vboxsync [36939] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGMPAGE: 6-bit unused bits. Tue, 03 May 2011 14:16:56 GMT vboxsync [36938] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructRC.cpp (modified) PGMPAGE: Moved the union a level up (PGMPAGE) and rename the 'bit' ... Tue, 03 May 2011 14:11:41 GMT vboxsync [36937] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructRC.cpp (modified) PGMPAGE: HCPhys + ID should be made bitfields as well, because the ... Tue, 03 May 2011 13:56:14 GMT vboxsync [36936] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.ui (modified) FE/Qt: 4989: UISettingsCache template integrated into USB page. Tue, 03 May 2011 13:54:06 GMT vboxsync [36935] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGMPAGE: Use bitfields. Tue, 03 May 2011 13:45:05 GMT vboxsync [36934] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGMPAGE: Yet more. Tue, 03 May 2011 13:42:57 GMT vboxsync [36933] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGMPAGE: A bit more. Tue, 03 May 2011 13:40:33 GMT vboxsync [36932] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.h (modified) FE/Qt: 4989: UISettingsCache template integrated into Shared Folders ... Tue, 03 May 2011 13:34:43 GMT vboxsync [36931] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstHelp.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) PGMPAGE: A tiny bit more. Tue, 03 May 2011 12:50:20 GMT vboxsync [36930] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsParallel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsParallel.h (modified) FE/Qt: 4989: UISettingsCache template integrated into Parallel page. Tue, 03 May 2011 12:45:50 GMT vboxsync [36929] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.h (modified) FE/Qt: 4989: UISettingsCache template integrated into Serial page. Tue, 03 May 2011 12:30:11 GMT vboxsync [36928] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsPortForwardingDlg.h (modified) FE/Qt: 4989: UISettingsCache template integrated into Network page. Tue, 03 May 2011 11:08:35 GMT vboxsync [36927] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGMPAGE: More bit fields. Tue, 03 May 2011 10:06:14 GMT vboxsync [36926] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGM: PGMPAGE adjustments in progress... Tue, 03 May 2011 08:02:13 GMT vboxsync [36925] * trunk/include/VBox/RemoteDesktop/VRDEImage.h (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) 3D for VRDP: updates (xTracker 5565). Tue, 03 May 2011 07:39:41 GMT vboxsync [36924] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.h (modified) FE/Qt: 4989: UISettingsCache template integrated into Audio page. Tue, 03 May 2011 07:35:48 GMT vboxsync [36923] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.h (modified) FE/Qt: 4989: UISettingsCache template integrated into Storage page. Tue, 03 May 2011 07:15:23 GMT vboxsync [36922] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp (modified) FE/Qt: VM Settings / Storage page: Validation updated, its now NOT ... Tue, 03 May 2011 07:11:58 GMT vboxsync [36921] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DisplayImpl: do not allow DrawToScreen when the screen is being resized. Tue, 03 May 2011 07:06:48 GMT vboxsync [36920] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.h (modified) FE/Qt: 4989: UISettingsCache template integrated into Display page. Tue, 03 May 2011 06:58:25 GMT vboxsync [36919] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.h (modified) FE/Qt: 4989: UISettingsCache template integrated into System page. Tue, 03 May 2011 06:52:28 GMT vboxsync [36918] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp (modified) FE/Qt: VM Settings / System page: Fixing availability condition for ... Tue, 03 May 2011 06:47:46 GMT vboxsync [36917] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.h (modified) FE/Qt: 4989: UISettingsCache template integrated into General page. Tue, 03 May 2011 06:40:10 GMT vboxsync [36916] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.cpp (modified) FE/Qt: VM Settings / General page: Fixing availability condition for ... Tue, 03 May 2011 06:29:12 GMT vboxsync [36915] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDefs.h (modified) FE/Qt: 4989: Lazy init VM settings dialog: UISettingsCache template ... Mon, 02 May 2011 15:01:12 GMT vboxsync [36914] * trunk/src/VBox/Installer/linux/debian/lintian-override.in (modified) deb: lintian Mon, 02 May 2011 14:23:40 GMT vboxsync [36913] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) gcc-4.6 -Werror=int-to-pointer-cast fixes Mon, 02 May 2011 14:23:01 GMT vboxsync [36912] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/sched-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CSAM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HWACCM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/SSM.cpp (modified) gcc-4.6 -Werror=int-to-pointer-cast fixes Mon, 02 May 2011 14:21:18 GMT vboxsync [36911] * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) pgmR3PhysChangeMemBalloonRendezvous: Use the PGM_PAGE_GET_TYPE macro, ... Mon, 02 May 2011 14:00:58 GMT vboxsync [36910] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGMInternal.h: Cleaning up page macros before making further changes. Mon, 02 May 2011 13:10:10 GMT vboxsync [36909] * trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c (modified) VBoxNetAdp: Fix ref counting in non-strict/-debug builds. Mon, 02 May 2011 12:10:10 GMT vboxsync [36908] * trunk/debian/prerm.in (modified) * trunk/src/VBox/Installer/linux/debian/prerm.in (modified) * trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec (modified) deb/rpm: don't remove /dev/vboxusb during uninstallation Mon, 02 May 2011 11:02:23 GMT vboxsync [36907] * trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c (modified) VBoxNetAdp: Fixed releasing unit in non-strict/-debug builds. Sun, 01 May 2011 16:35:12 GMT vboxsync [36906] * trunk/src/VBox/Runtime/r3/posix/path-posix.cpp (modified) RTPathRename, RTFileRename, RTDirRename / posix: Use stat instead of ... Sat, 30 Apr 2011 12:19:51 GMT vboxsync [36905] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGM: Alignment fix. Sat, 30 Apr 2011 12:04:21 GMT vboxsync [36904] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) Alignment fix. Sat, 30 Apr 2011 11:58:12 GMT vboxsync [36903] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGM: Enable the RAM range search trees. Sat, 30 Apr 2011 11:57:28 GMT vboxsync [36902] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGM: Implemented RAM range search trees (disabled). Fri, 29 Apr 2011 18:03:48 GMT vboxsync [36901] * trunk/src/VBox/Devices/Network/slirp/bsd/sys/mbuf.h (modified) * trunk/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/tftp.c (modified) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) NAT: Each service should use right ethernet address (see xTracker/5664) Fri, 29 Apr 2011 17:00:37 GMT vboxsync [36900] * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) Main/win/svcmain.cpp: Switch to the user's home directory if VBoxSVC ... Fri, 29 Apr 2011 15:52:47 GMT vboxsync [36899] * trunk/Config.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) Fix builds with undefined VBOX_WITH_WDDM Fri, 29 Apr 2011 15:34:05 GMT vboxsync [36898] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/Machine: first draft of method for cloning entire machines Fri, 29 Apr 2011 15:11:55 GMT vboxsync [36897] * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGM: work in progress... Fri, 29 Apr 2011 14:15:44 GMT vboxsync [36896] * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPVideoPortAPI.cpp (modified) VBoxVideo: fix hangup during boot on windows2000 Fri, 29 Apr 2011 14:01:52 GMT vboxsync [36895] * trunk/src/VBox/Installer/linux/debian/rules (modified) Installer/Linux: obsolete dist Fri, 29 Apr 2011 13:46:39 GMT vboxsync [36894] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) pgmPhysGetRangeAtOrAboveSlow: Use GCPhys instead of pRam->GCPhys.