# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Jan 9, 2025 4:39:08 AM Thu, 21 Mar 2013 10:11:34 GMT vboxsync [45122] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/net/netaddrstr.cpp (modified) * trunk/src/VBox/Runtime/common/net/netaddrstr2.cpp (added) IPRT/net: moved RTNetStrToIPv4Addr to netaddrstr2.cpp Thu, 21 Mar 2013 10:00:36 GMT vboxsync [45121] * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) FE/Qt: fixed default rmode help text for X11 hosts Thu, 21 Mar 2013 08:42:17 GMT vboxsync [45120] * trunk/include/iprt/net.h (modified) * trunk/src/VBox/Runtime/common/net/netaddrstr.cpp (modified) inserted the blank lines I asked for and a todo. Thu, 21 Mar 2013 08:38:30 GMT vboxsync [45119] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/NATNetworkImpl.h (deleted) * trunk/src/VBox/Main/include/NATNetworkServiceRunner.h (deleted) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp (deleted) * trunk/src/VBox/Main/src-server/NATNetworkServiceRunner.cpp (deleted) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/src-server/xpcom/server.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) reverted: r84411. (need to solve issues with java first.) Thu, 21 Mar 2013 08:16:22 GMT vboxsync [45117] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/NATNetworkImpl.h (added) * trunk/src/VBox/Main/include/NATNetworkServiceRunner.h (added) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp (added) * trunk/src/VBox/Main/src-server/NATNetworkServiceRunner.cpp (added) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/src-server/xpcom/server.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main/NATNetwork API (xTracker/5894). Thu, 21 Mar 2013 08:08:21 GMT vboxsync [45116] * trunk/include/iprt/getopt.h (modified) * trunk/src/VBox/Runtime/common/misc/getopt.cpp (modified) patch getopt-cidr.patch from xTracker/5894 with applied ... Thu, 21 Mar 2013 08:01:54 GMT vboxsync [45115] * trunk/include/iprt/net.h (modified) * trunk/src/VBox/Runtime/common/misc/getopt.cpp (modified) * trunk/src/VBox/Runtime/common/net/netaddrstr.cpp (modified) RT/net: rt-network-str2ipv4.patch from xTRacker/5894 with applyed ... Thu, 21 Mar 2013 07:31:35 GMT vboxsync [45114] * trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h (modified) NAT/service:LWIP: GSO, parameters parsing. Wed, 20 Mar 2013 18:17:29 GMT vboxsync [45110] * trunk/include/iprt/critsect.h (modified) * trunk/include/iprt/lockvalidator.h (modified) * trunk/include/iprt/types.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp (modified) * trunk/src/VBox/Runtime/generic/cdrom-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/critsectrw-generic.cpp (copied) * trunk/src/VBox/Runtime/generic/semrw-lockless-generic.cpp (modified) * trunk/src/VBox/Runtime/include/internal/strict.h (modified) Raw conversion of semrw-lockless-generic.cpp into RTCritSectEx. Wed, 20 Mar 2013 16:41:00 GMT vboxsync [45109] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp (modified) * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/include/GuestFileImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) GuestCtrl: More stuff for IGuestFile and IGuestSession handling (work ... Wed, 20 Mar 2013 15:26:53 GMT vboxsync [45108] * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) VMM/VMMR3/EM: clear force-flag if we're ignoring updates to PAE ... Wed, 20 Mar 2013 15:23:14 GMT vboxsync [45107] * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) VMM/VMMR3/EM: HM bits, we only need to update these when the guest is ... Wed, 20 Mar 2013 15:18:21 GMT vboxsync [45106] * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) VMM/VMMR0, VMMR3: HM bits, don't lose CR3 and PAE PDPTE updates. ... Wed, 20 Mar 2013 14:11:42 GMT vboxsync [45105] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp (modified) VMM/VMMR0: HM bits, fix WinXP booting with unrestricted. Wed, 20 Mar 2013 12:24:18 GMT vboxsync [45104] * trunk/src/VBox/Runtime/r3/linux/systemmem-linux.cpp (modified) Corrected the spelling of '@todo' (it's not spelled with three X-es). ;-) Wed, 20 Mar 2013 11:13:27 GMT vboxsync [45103] * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/VMMR3/PGMBth.h (modified) * trunk/src/VBox/VMM/VMMR3/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMShw.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGMPool: Eliminated fictive page (except NIL). #6367 Wed, 20 Mar 2013 10:46:51 GMT vboxsync [45102] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) VMX: Redo TSC offsetting setup if unexpected RDTSC(P) occurred. Wed, 20 Mar 2013 09:08:45 GMT vboxsync [45101] * trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h (modified) * trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-list.h (modified) FE/Common/VBoxKeyboard: added US Colemak layout (ends with "k"). Wed, 20 Mar 2013 09:07:49 GMT vboxsync [45100] * trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h (modified) * trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-list.h (modified) FE/Common/VBoxKeyboard: added US Colemac layout. Wed, 20 Mar 2013 08:27:15 GMT vboxsync [45099] * trunk/src/VBox/Runtime/r3/linux/systemmem-linux.cpp (modified) Runtime: fixed RTSystemQueryTotalRam() and ... Wed, 20 Mar 2013 06:05:59 GMT vboxsync [45098] * trunk/src/VBox/Main/src-server/SnapshotImpl.cpp (modified) Main/Snapshot: fragment of code has been replaced by a call ... Tue, 19 Mar 2013 19:05:53 GMT vboxsync [45097] * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vm.mac (modified) * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp (modified) * trunk/src/VBox/VMM/include/VMMInternal.h (modified) * trunk/src/VBox/VMM/include/VMMInternal.mac (modified) Alignment. Tue, 19 Mar 2013 18:07:33 GMT vboxsync [45096] * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c (modified) crOpenGL: reparent dummy murals as well Tue, 19 Mar 2013 18:02:15 GMT vboxsync [45095] * trunk/src/VBox/VMM/include/HMInternal.h (modified) Alignment fix, try 3. Tue, 19 Mar 2013 17:51:30 GMT vboxsync [45094] * trunk/src/VBox/VMM/include/HMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) Build fix, try 2. Tue, 19 Mar 2013 17:33:14 GMT vboxsync [45093] * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/VMMR0: attempted build fix. Tue, 19 Mar 2013 17:07:12 GMT vboxsync [45092] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.h (modified) VMM/VMMR0: HM bits, cleanup header a bit. Tue, 19 Mar 2013 16:01:32 GMT vboxsync [45091] * trunk/Config.kmk (modified) * trunk/include/VBox/err.h (modified) * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.h (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) * trunk/src/VBox/VMM/include/VMMInternal.h (modified) * trunk/src/VBox/VMM/include/VMMInternal.mac (modified) VMM/VMMR0: HM old-code segregation. Tue, 19 Mar 2013 15:27:30 GMT vboxsync [45090] * trunk/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c (modified) Runtime/r0drv/solaris: Don't log when preemption is disabled as ... Tue, 19 Mar 2013 11:26:12 GMT vboxsync [45089] * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) backed out: r84371 and r84372, need to investiagte in Linux case for ... Tue, 19 Mar 2013 11:14:04 GMT vboxsync [45088] * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) NAT: burn fix and blank lines are removed. Tue, 19 Mar 2013 11:10:36 GMT vboxsync [45087] * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) setsockopt(..,SO_NOSIGPIPE,..), it's supposed that instead of ... Tue, 19 Mar 2013 09:28:24 GMT vboxsync [45085] * trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp (modified) FE/Qt: Reworking empty-file selector used in Export/Import appliance ... Tue, 19 Mar 2013 09:17:45 GMT vboxsync [45084] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.h (modified) FE/Qt: Wizards: Import appliance: Get rid of QLabel-separators used ... Tue, 19 Mar 2013 09:17:08 GMT vboxsync [45083] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h (modified) FE/Qt: Wizards: Export appliance: Get rid of QLabel-separators used ... Tue, 19 Mar 2013 08:59:32 GMT vboxsync [45082] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp (modified) FE/Qt: Wizards: Import appliance: Some cleanup. Tue, 19 Mar 2013 08:40:34 GMT vboxsync [45081] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp (modified) FE/Qt: Wizards: Export/Import appliance: Few NLS changes. Tue, 19 Mar 2013 07:54:18 GMT vboxsync [45080] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRunPageBasic.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp (modified) FE/Qt: Wizards: Make sure expert-mode pages using similar spacings. Tue, 19 Mar 2013 05:48:07 GMT vboxsync [45079] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) FE/Qt: Runtime UI: Multi-screen support for seamless/fullscreen mode: ... Mon, 18 Mar 2013 21:09:20 GMT vboxsync [45078] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) VBox/err.h + Main/GuestCtrl: Introduced own error range ... Mon, 18 Mar 2013 20:40:51 GMT vboxsync [45077] * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) GuestProcessImpl.cpp: Fixed some callback return values. Mon, 18 Mar 2013 20:07:37 GMT vboxsync [45076] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) GuestCtrl: *_NOTFIY_* -> *_NOTIFY_*. Mon, 18 Mar 2013 19:46:44 GMT vboxsync [45075] * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Main/webservice: fix long-standing linker warning Mon, 18 Mar 2013 19:18:40 GMT vboxsync [45074] * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) Main/webservice/Makefile.kmk: use $(SHELL) instead of hardcoded bash Mon, 18 Mar 2013 19:09:02 GMT vboxsync [45073] * trunk/src/VBox/Main/src-server/win/NetIf-win.cpp (modified) Main/win/NetIf-win.cpp: release logging fix Mon, 18 Mar 2013 19:02:24 GMT vboxsync [45072] * trunk/src/VBox/Installer/win/Makefile.kmk (modified) Installer/win: handle packaging without docs Mon, 18 Mar 2013 17:33:34 GMT vboxsync [45069] * trunk/src/VBox/Storage/VDI.cpp (modified) Storage/VDI: Remove rounding to the next MB boundary (should fix ... Mon, 18 Mar 2013 17:27:22 GMT vboxsync [45068] * trunk/doc/manual/en_US/SDKRef.xml (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic4.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/testcase/tstOVF.cpp (modified) Main/Machine: rename two methods for better compatibility with ... Mon, 18 Mar 2013 17:25:26 GMT vboxsync [45067] * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main/VirtualBox: report zero UUID as in use, fix compiler warning Mon, 18 Mar 2013 17:08:39 GMT vboxsync [45066] * trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_glx.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.c (modified) crOpenGL: misc bugfixes & cleanups Mon, 18 Mar 2013 16:58:34 GMT vboxsync [45065] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp (modified) Frontend/VBoxManage: long standing copy/paste bug in the code listing ... Mon, 18 Mar 2013 16:43:07 GMT vboxsync [45064] * trunk/src/VBox/Main/testcase/makefile.tstVBoxAPIWin (added) fix OSE Mon, 18 Mar 2013 14:16:15 GMT vboxsync [45062] * trunk/src/VBox/Devices/Storage/DrvHostFloppy.cpp (modified) build fix Mon, 18 Mar 2013 14:09:03 GMT vboxsync [45061] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNetShaper.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNetSniffer.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) * trunk/src/VBox/Devices/Network/DrvUDPTunnel.cpp (modified) * trunk/src/VBox/Devices/Network/DrvVDE.cpp (modified) * trunk/src/VBox/Devices/PC/DrvACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DrvAcpiCpu.cpp (modified) * trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvChar.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvRawFile.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostFloppy.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvMediaISO.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvRawImage.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMNetShaper.cpp (modified) Review of PDM driver destructors making sure that variables they use ... Mon, 18 Mar 2013 13:31:20 GMT vboxsync [45060] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/UIWizard.cpp (modified) FE/Qt: 6669: Make sure GUI wizards modality set to window one, which ... Mon, 18 Mar 2013 11:39:14 GMT vboxsync [45056] * trunk/Makefile.kmk (modified) * trunk/src/VBox/Additions/Makefile.kmk (modified) *: VBoxGuestAdditions.iso => VBoxGuestAdditions.zip Mon, 18 Mar 2013 11:28:56 GMT vboxsync [45055] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) DevVGA.cpp: try fix lock order violation in vgaReset. Mon, 18 Mar 2013 08:53:39 GMT vboxsync [45054] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMItem.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMItem.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsGroup.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsSet.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsSet.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsView.cpp (modified) FE/Qt: 6644: Per-VM extra-data option to hide VM details. Fri, 15 Mar 2013 17:42:49 GMT vboxsync [45053] * trunk/src/VBox/GuestHost/OpenGL/include/cr_vreg.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.c (modified) crOpenGL/osx: fix null visible regions Fri, 15 Mar 2013 15:46:38 GMT vboxsync [45052] * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) added new makefile for building sample tstVBoxAPIWin from SDK on Windows. Fri, 15 Mar 2013 15:34:54 GMT vboxsync [45051] * trunk/src/VBox/Main/include/Performance.h (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/Performance.cpp (modified) * trunk/src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp (modified) * trunk/src/VBox/Main/src-server/linux/PerformanceLinux.cpp (modified) * trunk/src/VBox/Main/src-server/solaris/PerformanceSolaris.cpp (modified) * trunk/src/VBox/Main/testcase/tstCollector.cpp (modified) Main/Metrics: handle less common cases for FS to disk resolution (#6345) Fri, 15 Mar 2013 13:21:33 GMT vboxsync [45050] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMItem.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMItem.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElement.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElement.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsGroup.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsSet.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsSet.h (modified) FE/Qt: 6644: Per-VM extra-data option to prevent VM reconfiguration. Fri, 15 Mar 2013 12:52:34 GMT vboxsync [45049] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.cpp (modified) FE/Qt: 6644: Per-VM extra-data option to hide VM from VM selector. Fri, 15 Mar 2013 09:54:00 GMT vboxsync [45048] * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m (modified) crOpenGL/osx: fix visible regions handling Fri, 15 Mar 2013 09:19:16 GMT vboxsync [45047] * trunk/include/iprt/cidr.h (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsPortForwardingDlg.cpp (modified) * trunk/src/VBox/Runtime/common/misc/cidr.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCidr.cpp (modified) iprt/cidr.h: RTIPV4ADDR -> RTNETADDRIPV4. the dependencies are ... Fri, 15 Mar 2013 07:52:49 GMT vboxsync [45046] * trunk/src/VBox/Runtime/common/path/RTPathRmCmd.cpp (modified) rtPathRmRecursive: off-by-one Fri, 15 Mar 2013 07:47:43 GMT vboxsync [45045] * trunk/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp (modified) MakeAlternativeSource.cpp: off-by-one Fri, 15 Mar 2013 06:00:18 GMT vboxsync [45044] * trunk/src/VBox/GuestHost/OpenGL/util/vreg.cpp (modified) crOpenGL: disable warning Thu, 14 Mar 2013 17:23:28 GMT vboxsync [45043] * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.c (modified) crOpenGL/win: return back setting visible state Thu, 14 Mar 2013 15:27:36 GMT vboxsync [45042] * trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp (modified) crOpenGL: always use glDrawXxx for blitting to avoid GPU driver bugs Thu, 14 Mar 2013 15:08:51 GMT vboxsync [45041] * trunk/src/VBox/GuestHost/OpenGL/include/chromium.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.c (modified) crOpenGL: synch server and render window visible state Thu, 14 Mar 2013 13:46:26 GMT vboxsync [45040] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.h (modified) Reverting r84283: Have to rework it according further similar code. Thu, 14 Mar 2013 12:53:34 GMT vboxsync [45039] * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_glx.c (modified) crOpenGL/glx: additional fixes Thu, 14 Mar 2013 11:35:17 GMT vboxsync [45038] * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c (modified) crOpenGL: disable muralfbo on zero sizes Thu, 14 Mar 2013 11:29:33 GMT vboxsync [45037] * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPDevExt.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPVidModes.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPIOCTL.cpp (modified) VBoxVideo: multimonitor resize fixes. Thu, 14 Mar 2013 11:25:56 GMT vboxsync [45036] * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_agl.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_glx.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.c (modified) crOpenGL/glx: do not allow zero window sizes Thu, 14 Mar 2013 11:08:06 GMT vboxsync [45035] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.h (modified) FE/Qt: VM selector: Extra-data option: Allow to hide VM from VM list. Thu, 14 Mar 2013 07:43:37 GMT vboxsync [45034] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) Main: make VBOX_ONLY_SDK=1 build on Windows hosts Wed, 13 Mar 2013 23:45:23 GMT vboxsync [45033] * trunk/include/VBox/vmm/pdmcardreaderinfs.h (modified) * trunk/src/VBox/Main/src-client/UsbCardReader.cpp (modified) Fixed PDMICARDREADERUP method names so they don't repeat the ... Wed, 13 Mar 2013 23:38:51 GMT vboxsync [45032] * trunk/include/VBox/vmm/pdmcardreaderinfs.h (modified) * trunk/src/VBox/Main/src-client/UsbCardReader.cpp (modified) Fixed PDMICARDREADERDOWN method names so they don't repeat the ... Wed, 13 Mar 2013 20:58:12 GMT vboxsync [45030] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-client/KeyboardImpl.cpp (modified) * trunk/src/VBox/Main/src-client/MouseImpl.cpp (modified) * trunk/src/VBox/Main/src-client/PCIRawDevImpl.cpp (modified) * trunk/src/VBox/Main/src-client/VMMDevInterface.cpp (modified) Main/drv*: s/pData/pThis/g. Wed, 13 Mar 2013 20:57:11 GMT vboxsync [45029] * trunk/src/VBox/Main/include/KeyboardImpl.h (modified) * trunk/src/VBox/Main/src-client/AudioSnifferInterface.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-client/KeyboardImpl.cpp (modified) * trunk/src/VBox/Main/src-client/MouseImpl.cpp (modified) * trunk/src/VBox/Main/src-client/Nvram.cpp (modified) * trunk/src/VBox/Main/src-client/PCIRawDevImpl.cpp (modified) * trunk/src/VBox/Main/src-client/UsbCardReader.cpp (modified) * trunk/src/VBox/Main/src-client/UsbWebcamInterface.cpp (modified) * trunk/src/VBox/Main/src-client/VMMDevInterface.cpp (modified) Main: drvDestruct/drvConstruct cleanups. Wed, 13 Mar 2013 20:35:58 GMT vboxsync [45028] * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) Assert more in PGMR3Reset and PGMR3MemSetup. Wed, 13 Mar 2013 18:17:40 GMT vboxsync [45027] * trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_glsl.c (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_hash.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h (modified) * trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_glsl.c (modified) * trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_glsl.c (modified) crOpenGL: shader/program state fixes; glDrawXxx-based blitting fixes, ... Wed, 13 Mar 2013 17:08:41 GMT vboxsync [45026] * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) build fix (in case cCPUs would be 0) Wed, 13 Mar 2013 16:45:15 GMT vboxsync [45025] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHda.cpp (modified) * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) * trunk/src/VBox/Devices/Audio/audiosniffer.c (modified) * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Input/DevPS2.cpp (modified) * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/DevINIP.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/Devices/PC/DevDMA.cpp (modified) * trunk/src/VBox/Devices/PC/DevHPET.cpp (modified) * trunk/src/VBox/Devices/PC/DevIoApic.cpp (modified) * trunk/src/VBox/Devices/PC/DevLPC.cpp (modified) * trunk/src/VBox/Devices/PC/DevPIC.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcArch.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) * trunk/src/VBox/Devices/PC/DevSMC.cpp (modified) * trunk/src/VBox/Devices/Parallel/DevParallel.cpp (modified) * trunk/src/VBox/Devices/Samples/VBoxSampleDevice.cpp (modified) * trunk/src/VBox/Devices/Serial/DevSerial.cpp (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/Storage/DevBusLogic.cpp (modified) * trunk/src/VBox/Devices/Storage/DevFdc.cpp (modified) * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) * trunk/src/VBox/Devices/USB/DevOHCI.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/ExtPacks/BusMouseSample/BusMouse.cpp (modified) Update PDMDEVREG initialization comment so they refer to pfnMemSetup ... Wed, 13 Mar 2013 15:58:02 GMT vboxsync [45024] * trunk/include/VBox/vmm/pdmapi.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PDM,PGM,DevEFI,DevACPI,DevPcBios: Added memory setup phase after ... Wed, 13 Mar 2013 15:29:58 GMT vboxsync [45023] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) DevVGA.cpp: nits. Wed, 13 Mar 2013 15:06:15 GMT vboxsync [45022] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) VBoxManage: fixed slashes in 'controlvm' help Wed, 13 Mar 2013 14:54:05 GMT vboxsync [45021] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) VBoxManage: implemented 'controlvm nicpromisc' Wed, 13 Mar 2013 14:34:03 GMT vboxsync [45020] * trunk/src/VBox/Runtime/testcase/tstRTSemRW.cpp (modified) tstRTSemRW/test4: Set a couple of values instead of using just ... Wed, 13 Mar 2013 14:33:25 GMT vboxsync [45019] * trunk/src/VBox/Runtime/generic/semrw-lockless-generic.cpp (modified) build fix Wed, 13 Mar 2013 12:52:33 GMT vboxsync [45018] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp (modified) VBoxGuestR3LibGuestCtrl.cpp: Removed incorrect assertion (caused ... Wed, 13 Mar 2013 12:51:10 GMT vboxsync [45017] * trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp (moved) VBoxService: Renamed VBoxServiceControlThread.cpp -> ... Wed, 13 Mar 2013 12:43:29 GMT vboxsync [45016] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.c (modified) VBoxGuestR0LibSharedFolders.c: nits. Wed, 13 Mar 2013 12:40:50 GMT vboxsync [45015] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.c (modified) VBoxGuestR0LibSharedFolders.c: Use RT_ZERO instead of non-portable ... Wed, 13 Mar 2013 08:42:43 GMT vboxsync [45013] * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win-pnp.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp (modified) VBoxGuest: Build fix (untested). Wed, 13 Mar 2013 07:57:24 GMT vboxsync [45012] * trunk/src/VBox/Main/testcase/tstCollector.cpp (modified) Main/Metrics: Minor improvements in tstCollector Tue, 12 Mar 2013 17:47:56 GMT vboxsync [45010] * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlThread.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/HostServices/GuestControl/service.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/include/GuestProcessImpl.h (modified) * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) GuestCtrl: More code for guest session infrastructure handling ... Tue, 12 Mar 2013 17:27:04 GMT vboxsync [45009] * trunk/src/VBox/GuestHost/OpenGL/include/cr_blitter.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_vreg.h (modified) * trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp (modified) * trunk/src/VBox/GuestHost/OpenGL/util/vreg.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_context.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c (modified) crOpenGL: offscreen rendering & VRDP+3D-related fixes