# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Jan 10, 2025 10:10:08 AM Wed, 25 May 2011 11:38:11 GMT vboxsync [37212] * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) Some ASMAtomic*Size elimiation. Wed, 25 May 2011 11:37:52 GMT vboxsync [37211] * trunk/include/VBox/vmm/vmapi.h (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/Runtime/r0drv/mpnotification-r0drv.c (modified) * trunk/src/VBox/Runtime/r0drv/powernotification-r0drv.c (modified) * trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) Some ASMAtomic*Size elimiation. Wed, 25 May 2011 09:55:16 GMT vboxsync [37210] * trunk/include/iprt/circbuf.h (modified) * trunk/src/VBox/Runtime/common/misc/circbuf.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCircBuf.cpp (modified) circbuf: make the structure abstract. Wed, 25 May 2011 09:33:12 GMT vboxsync [37209] * trunk/include/iprt/asm.h (modified) * trunk/src/VBox/Runtime/common/misc/circbuf.cpp (modified) circbuf: Use ASMAtomic*Z instead of ASMAtomic*Size because the latter ... Wed, 25 May 2011 09:22:18 GMT vboxsync [37208] * trunk/include/iprt/circbuf.h (modified) * trunk/src/VBox/Runtime/common/misc/circbuf.cpp (modified) circbuf: code cleanup. Tue, 24 May 2011 23:11:29 GMT vboxsync [37207] * trunk/src/VBox/Additions/WINNT/Graphics/Video/common/VBoxVideoLog.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPVidModes.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp (modified) wddm: more multimon & autoresize fixes Tue, 24 May 2011 18:43:32 GMT vboxsync [37206] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) GMMR0: Simplified the cleanup, let the VMs work in parallel since. ... Tue, 24 May 2011 16:43:35 GMT vboxsync [37205] * trunk/src/VBox/Devices/Storage/fdc.c (modified) FDC: Someone misread the datasheet... Tue, 24 May 2011 16:12:43 GMT vboxsync [37203] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) GMMR0: Try reduce chunk lock contention. Tue, 24 May 2011 15:57:55 GMT vboxsync [37202] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) VBoxManage: more build fixes for CBSTR/BSTR/wchar_t[] string ... Tue, 24 May 2011 15:46:44 GMT vboxsync [37201] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Main/ConsoleImpl: build fixes Tue, 24 May 2011 15:34:06 GMT vboxsync [37200] * trunk/doc/manual/en_US/SDKRef.xml (modified) * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.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/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMDesktop.cpp (modified) * 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/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) API+Frontends: Generic network attachment driver support which ... Tue, 24 May 2011 15:10:40 GMT vboxsync [37198] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DrvUDPTunnel.cpp (added) * trunk/src/VBox/Devices/build/VBoxDD.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD.h (modified) Devices/Network/DrvUDPTunnel: new network transport which sends ... Tue, 24 May 2011 14:56:02 GMT vboxsync [37197] * trunk/src/VBox/Runtime/r3/udp.cpp (modified) Runtime/udp: build fix Tue, 24 May 2011 14:50:05 GMT vboxsync [37196] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/socket.h (modified) * trunk/include/iprt/types.h (modified) * trunk/include/iprt/udp.h (copied) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/include/internal/magics.h (modified) * trunk/src/VBox/Runtime/r3/socket.cpp (modified) * trunk/src/VBox/Runtime/r3/udp.cpp (copied) Runtime/socket+udp: new socket functions needed to provide UDP as ... Tue, 24 May 2011 14:00:32 GMT vboxsync [37195] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) GMMR0: Set list selection function (no real change) Tue, 24 May 2011 13:11:14 GMT vboxsync [37194] * trunk/src/VBox/Additions/solaris/Installer/postinstall.sh (modified) Additions/Solaris: addressed locale breakage in a better way. Tue, 24 May 2011 13:09:05 GMT vboxsync [37193] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) GMMR0: Use the GMMCHUNK::fFlags field to indicate large pages - ... Tue, 24 May 2011 12:06:38 GMT vboxsync [37192] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) GMMR0: Use chunk level locking to avoid having to hold the giant GMM ... Tue, 24 May 2011 05:47:47 GMT vboxsync [37191] * trunk/src/VBox/Devices/Audio/DevCodec.cpp (modified) Audio/HDA: takes alignment into account, when restoring v1 snapshots. ... Tue, 24 May 2011 03:23:48 GMT vboxsync [37190] * trunk/src/VBox/Devices/Audio/DevCodec.cpp (modified) * trunk/src/VBox/Devices/Audio/DevCodec.h (modified) * trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp (modified) Audio/HDA: loading V1 saved state. (xTracker/5704). Mon, 23 May 2011 20:50:29 GMT vboxsync [37189] * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp (modified) wddm: more VidPn fixes & cleanup Mon, 23 May 2011 18:24:48 GMT vboxsync [37188] * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp (modified) wddm: vidpn stuff fixes Mon, 23 May 2011 16:11:11 GMT vboxsync [37187] * trunk/src/VBox/VMM/VMMR3/PGMDbg.cpp (modified) typo fix Mon, 23 May 2011 15:06:44 GMT vboxsync [37185] * trunk/src/VBox/Devices/Audio/DevCodec.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp (modified) Audio/HDA: fix of (xTracker/5704) for trunk. Mon, 23 May 2011 14:55:10 GMT vboxsync [37184] * trunk/src/VBox/Runtime/include/internal/magics.h (modified) Corrected magic value... Sorry Jan. Mon, 23 May 2011 14:29:42 GMT vboxsync [37182] * trunk/src/VBox/Additions/solaris/Installer/postinstall.sh (modified) Additions/Solaris: fix ABI detection with differing locales. Mon, 23 May 2011 08:47:18 GMT vboxsync [37179] * trunk/src/VBox/Main/src-server/xpcom/server.cpp (modified) Main/xpcom: comment fix Mon, 23 May 2011 08:17:29 GMT vboxsync [37178] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) GMMR0: Leave the GMM lock when mapping a chunk into user space, it's ... Sun, 22 May 2011 11:01:33 GMT vboxsync [37177] * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp (modified) Relax the hardening for PC-BSD a bit. They have a group writable ... Sun, 22 May 2011 10:37:44 GMT vboxsync [37176] * trunk/src/VBox/Storage/ISCSI.cpp (modified) iSCSI: Pause the VM if a request times out. Sat, 21 May 2011 20:51:24 GMT vboxsync [37175] * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-client/VMMDevInterface.cpp (modified) Devices and Main/seamless: allow for the possibility that nothing is ... Sat, 21 May 2011 20:49:15 GMT vboxsync [37174] * trunk/include/VBox/VMMDev.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/seamless-host.cpp (modified) Additions/x11/seamless: allow for the possibility that nothing is ... Sat, 21 May 2011 20:45:49 GMT vboxsync [37173] * trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp (modified) Additions/x11/VBoxClient: fixed a couple of problems in the un-STL- ... Fri, 20 May 2011 17:15:55 GMT vboxsync [37172] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) VBoxManage: help commands Fri, 20 May 2011 17:15:27 GMT vboxsync [37171] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT: Use the linux thread affinity code. Fri, 20 May 2011 17:15:07 GMT vboxsync [37170] * trunk/src/VBox/Runtime/r3/linux/thread-affinity-linux.cpp (added) linux affinity code. Fri, 20 May 2011 17:00:27 GMT vboxsync [37169] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp (modified) FE/Qt: VM Settings Dialog: Prevent machine data auto-update for the ... Fri, 20 May 2011 16:56:46 GMT vboxsync [37168] * 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/settings/UISettingsDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp (modified) FE/Qt: VM Settings Dialog: Page correlation moved into corresponding ... Fri, 20 May 2011 16:29:25 GMT vboxsync [37167] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Main/webservice: don't stop accepting new connections just because ... Fri, 20 May 2011 14:19:30 GMT vboxsync [37166] * trunk/src/VBox/Installer/solaris/vboxconfig.sh (modified) Solaris/installer: minor cleanup. Fri, 20 May 2011 13:22:01 GMT vboxsync [37165] * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPVidModes.cpp (modified) wddm: fix autoresize Fri, 20 May 2011 12:02:14 GMT vboxsync [37164] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c (modified) Solaris/VBoxNetFltBow: asserts. Fri, 20 May 2011 11:46:18 GMT vboxsync [37163] * trunk/src/VBox/Additions/WINNT/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Mouse (added) * trunk/src/VBox/Additions/WINNT/Mouse/Makefile.kmk (added) * trunk/src/VBox/Additions/WINNT/Mouse/NT5 (added) * trunk/src/VBox/Additions/WINNT/Mouse/NT5/Makefile.kmk (added) * trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMF.h (added) * trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMF.rc (added) * trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMFDriver.cpp (added) * trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMFInternal.cpp (added) * trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMouse.inf (added) * trunk/src/VBox/Additions/WINNT/Mouse/common (added) * trunk/src/VBox/Additions/WINNT/Mouse/common/Makefile.kup (added) * trunk/src/VBox/Additions/WINNT/Mouse/common/VBoxMouseLog.h (added) * trunk/src/VBox/Additions/WINNT/MouseFilter (deleted) VBoxMouse: new mouse filter driver Fri, 20 May 2011 11:45:40 GMT vboxsync [37162] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) Main/Medium: provide error message for duplicate attachment of one ... Fri, 20 May 2011 07:28:21 GMT vboxsync [37161] * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltRt-win.cpp (modified) netflt/win: zero up the device object field on device destruction Thu, 19 May 2011 19:31:39 GMT vboxsync [37160] * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) Additions/linux/installer: fixed device node creation on mixed ... Thu, 19 May 2011 17:47:04 GMT vboxsync [37159] * trunk/src/VBox/Devices/PC/DevPIC.cpp (modified) PIC: Return zero in poll mode if no interrupt. Thu, 19 May 2011 15:19:07 GMT vboxsync [37158] * trunk/src/VBox/Devices/USB/win/USBProxyDevice-win.cpp (modified) dev/usb/win: fix paHandles & paQueuedUrbs realloc racing Thu, 19 May 2011 14:53:33 GMT vboxsync [37157] * trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_getshaders.c (modified) crOpenGL: append 0 terminator to shader source when possible Thu, 19 May 2011 13:11:14 GMT vboxsync [37156] * trunk/src/VBox/Runtime/r3/solaris/thread-affinity-solaris.cpp (modified) build fix Thu, 19 May 2011 13:04:32 GMT vboxsync [37155] * trunk/src/VBox/Runtime/r3/win/thread-win.cpp (modified) build fix Thu, 19 May 2011 12:54:32 GMT vboxsync [37154] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/thread.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/generic/RTThreadGetAffinity-stub-generic.cpp (added) * trunk/src/VBox/Runtime/generic/RTThreadSetAffinity-stub-generic.cpp (added) * trunk/src/VBox/Runtime/generic/RTThreadSetAffinityToCpu-generic.cpp (added) * trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/solaris/thread-affinity-solaris.cpp (added) * trunk/src/VBox/Runtime/r3/win/thread-win.cpp (modified) RTThread[SG]etAffinity cleanup Thu, 19 May 2011 12:54:13 GMT vboxsync [37153] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) GMMR0.cpp: Some cleanup. Thu, 19 May 2011 12:12:16 GMT vboxsync [37151] * trunk/src/VBox/HostDrivers/VBoxUSB/solaris/USBLib-solaris.cpp (modified) disabled since ages Thu, 19 May 2011 12:04:58 GMT vboxsync [37150] * trunk/src/VBox/Installer/solaris/makepackage.sh (modified) not used since ages Thu, 19 May 2011 11:59:08 GMT vboxsync [37149] * trunk/src/VBox/HostDrivers/VBoxUSB/solaris/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSBHelper.cpp (deleted) not used since ages Thu, 19 May 2011 09:19:53 GMT vboxsync [37148] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp (modified) FE/Qt4-Custom: don't resize the GUI window on guest resize Thu, 19 May 2011 02:44:57 GMT vboxsync [37147] * trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsBoot.c (modified) EFI: some cleanup. Thu, 19 May 2011 02:41:02 GMT vboxsync [37146] * trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsBoot.c (modified) EFI: order. Thu, 19 May 2011 02:02:10 GMT vboxsync [37145] * trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsBoot.c (modified) EFI: BDS styled boot option enumeration. Wed, 18 May 2011 16:47:44 GMT vboxsync [37144] * trunk/src/VBox/Devices/USB/win/USBProxyDevice-win.cpp (modified) dev/usb/win: avoid using a crit sect for race fix Wed, 18 May 2011 15:25:29 GMT vboxsync [37143] * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsPage.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsParallel.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.h (modified) FE/Qt: 3887: Make certain settings editable during runtime: Notify ... Wed, 18 May 2011 15:24:23 GMT vboxsync [37142] * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) Main/Host: fix scoping to avoid compiler warning about variable aliasing Wed, 18 May 2011 15:14:59 GMT vboxsync [37141] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp (modified) VBoxGuestR3LibAdditions.cpp: r=bird: Added todo about leaks and ... Wed, 18 May 2011 14:54:27 GMT vboxsync [37140] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp (modified) FE/Qt: VM settings / Storage page: Correctly initialize storage cache ... Wed, 18 May 2011 14:53:25 GMT vboxsync [37138] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h (modified) FE/Qt: Settings dialog: Separate loading/saving handlers; ... Wed, 18 May 2011 14:49:39 GMT vboxsync [37137] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) Remvoed the non-PGM_USE_RAMRANGE_SEARCH_TREES code. Wed, 18 May 2011 14:45:47 GMT vboxsync [37136] * trunk/include/VBox/vmm/cpum.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) CPUM: Option to set Hypervisor Present bit. Wed, 18 May 2011 14:44:47 GMT vboxsync [37135] * trunk/src/VBox/Devices/USB/win/USBProxyDevice-win.cpp (modified) dev/usb/win: race fix Wed, 18 May 2011 14:01:05 GMT vboxsync [37134] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) another addendum to r71796, !HeightReduction fix Wed, 18 May 2011 13:51:06 GMT vboxsync [37133] * trunk/include/VBox/x86.h (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) CPUM,x86.h: Hypervisor present bit. Wed, 18 May 2011 12:04:54 GMT vboxsync [37132] * trunk/src/VBox/Devices/USB/win/USBProxyDevice-win.cpp (modified) dev/usb/win: ditto Wed, 18 May 2011 11:43:37 GMT vboxsync [37131] * trunk/src/VBox/Main/src-server/solaris/NetIf-solaris.cpp (modified) Main/solaris: Added some NIC descriptions. Wed, 18 May 2011 11:38:38 GMT vboxsync [37130] * trunk/src/VBox/Devices/USB/win/USBProxyDevice-win.cpp (modified) dev/usb/win: make the last error be printed properly on err Wed, 18 May 2011 09:12:44 GMT vboxsync [37129] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) addendum to r71796, consider HeightReduction modes as well Tue, 17 May 2011 15:10:06 GMT vboxsync [37128] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) DevVGA: introduce extradata CFGM keys MaxBiosXRes and MaxBiosYRes Tue, 17 May 2011 14:14:53 GMT vboxsync [37127] * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPVidModes.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPRegistry.cpp (modified) wddm: fix driver breakage, sigh Tue, 17 May 2011 13:56:50 GMT vboxsync [37126] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsParallel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.h (modified) FE/Qt: 3887: Make certain settings editable during runtime: Fix ... Tue, 17 May 2011 11:26:00 GMT vboxsync [37124] * trunk/src/VBox/Installer/linux/debian/postinst.in (modified) * trunk/src/VBox/Installer/linux/install.sh (modified) * trunk/src/VBox/Installer/linux/installer-utils.sh (modified) * trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec (modified) * trunk/src/VBox/Installer/linux/testcase/tstInstallerLinux.sh (modified) Installer/linux: refactored udev rule installation Tue, 17 May 2011 11:14:50 GMT vboxsync [37123] * trunk/src/VBox/Installer/linux/installer-utils.sh (modified) * trunk/src/VBox/Installer/linux/testcase/tstInstallerLinux.sh (modified) Installer/linux: correct udev RUN rule and only install rules for USB ... Tue, 17 May 2011 11:06:19 GMT vboxsync [37122] * trunk/src/VBox/Installer/linux/installer-utils.sh (modified) Installer/linux: refactored udev rule installation Tue, 17 May 2011 11:04:30 GMT vboxsync [37121] * trunk/src/VBox/Storage/VD.cpp (modified) VD: Fix deadlock Tue, 17 May 2011 10:30:26 GMT vboxsync [37120] * trunk/src/VBox/Installer/linux/installer-utils.sh (modified) * trunk/src/VBox/Installer/linux/testcase/tstInstallerLinux.sh (modified) Installer/linux: refactored udev rule installation Tue, 17 May 2011 07:41:10 GMT vboxsync [37119] * trunk/src/VBox/Storage/VD.cpp (modified) VD: Fix rare hangs during I/O with flat VMDK images Tue, 17 May 2011 06:26:55 GMT vboxsync [37118] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp (modified) VBoxManage: 'uninstall --forced' => 'uninstall --force' Mon, 16 May 2011 22:51:35 GMT vboxsync [37116] * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp (modified) SUPDrv-darwin.cpp: The correct fix for the kauth_cred_t changes. Mon, 16 May 2011 22:44:58 GMT vboxsync [37115] * trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.mm (modified) FE/VirtualBox: Mac OS X 10.7 hack. Mon, 16 May 2011 16:34:49 GMT vboxsync [37114] * trunk/src/VBox/Devices/Serial/DrvChar.cpp (modified) dev/serial: destruct semevent after destructing thread using it Mon, 16 May 2011 16:11:56 GMT vboxsync [37112] * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp (modified) SUPDrv-darwin.cpp: It's called cr_posix here. Mon, 16 May 2011 15:43:21 GMT vboxsync [37111] * trunk/src/VBox/Runtime/r0drv/solaris/mpnotification-r0drv-solaris.c (deleted) Runtime/r0drv: delete unused file, confusing. Mon, 16 May 2011 15:36:27 GMT vboxsync [37110] * trunk/src/VBox/VMM/VMMR3/PGMSavedState.cpp (modified) PGMSavedState.cpp: 2nd attempt at working around the PXE ROM issue ... Mon, 16 May 2011 15:31:23 GMT vboxsync [37109] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h (modified) FE/Qt: 3887: Make certain settings editable during runtime: Opened VM ... Mon, 16 May 2011 15:11:58 GMT vboxsync [37107] * trunk/src/VBox/VMM/VMMR3/PGMSavedState.cpp (modified) PGMSavedState.cpp: Attempt at working around the PXE ROM issue when ... Mon, 16 May 2011 14:50:12 GMT vboxsync [37106] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxWarningPane.cpp (modified) FE/Qt: 4989: Lazy init VM settings dialog: Added a progress-bar ... Mon, 16 May 2011 14:15:04 GMT vboxsync [37105] * trunk/src/VBox/Additions/linux/selinux-fedora/vbox_accel.te (added) Additions/linux/installer: sources for vbox_accel.pp Mon, 16 May 2011 13:59:49 GMT vboxsync [37104] * trunk/src/VBox/Additions/linux/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh (modified) * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) * trunk/src/VBox/Additions/linux/selinux-fedora/vbox_accel.pp (added) Additions/linux/installer: first attempt to get SELinux right for ... Mon, 16 May 2011 12:59:24 GMT vboxsync [37103] * trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxBalloonCtrl.cpp (modified) VBoxBalloonCtrl: Don't use iterators as parameters, some refactoring. Mon, 16 May 2011 12:43:13 GMT vboxsync [37102] * trunk/src/VBox/Devices/Serial/DrvChar.cpp (modified) dev/serial: fix the case pfnWrite returns VERR_TIMEOUT Mon, 16 May 2011 11:56:39 GMT vboxsync [37101] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) VBoxManage: better name for the long option