# # ChangeLog for trunk in vbox # # Generated by Trac 1.4.3.2 # Apr 21, 2025 9:50:22 AM Mon, 10 Nov 2008 18:50:21 GMT vboxsync [14039] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxMediaManagerDlg.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsCD.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsFD.cpp (modified) FE/Qt4: 3305: FE/Qt4: No ISOs in virtual media manager: should be ... Mon, 10 Nov 2008 18:23:15 GMT vboxsync [14038] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMMap.cpp (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) * 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/testcase/tstVMStructGC.cpp (modified) #1865: PGM - and another one. Mon, 10 Nov 2008 18:05:06 GMT vboxsync [14037] * trunk/include/iprt/nocrt/compiler/msc.h (modified) compiler/msc.h: shut up warning. Mon, 10 Nov 2008 18:04:51 GMT vboxsync [14036] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) win compile fixes Mon, 10 Nov 2008 17:54:28 GMT vboxsync [14035] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT: some makefile clean up. Mon, 10 Nov 2008 17:52:19 GMT vboxsync [14034] * trunk/src/VBox/VMM/VMMGC/VMMGC.def (modified) VMMGC.def: nocrt exports. Mon, 10 Nov 2008 17:50:43 GMT vboxsync [14033] * trunk/src/VBox/VMM/VMMR0/VMMR0.def (modified) VMMR0.def: nocrt exports. Mon, 10 Nov 2008 17:33:18 GMT vboxsync [14032] * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) mac build fix Mon, 10 Nov 2008 17:32:33 GMT vboxsync [14031] * trunk/Config.kmk (modified) solaris build fix. Mon, 10 Nov 2008 17:27:47 GMT vboxsync [14030] * trunk/Config.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) VMMGC now uses the IPRT No-CRT. Mon, 10 Nov 2008 17:27:22 GMT vboxsync [14029] * trunk/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp (modified) * trunk/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp (modified) no stdio.h or stdlib.h in GC. Mon, 10 Nov 2008 17:21:32 GMT vboxsync [14028] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/libslirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.h (modified) commit current NAT state (not yet working) Mon, 10 Nov 2008 17:18:39 GMT vboxsync [14027] * trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk (modified) solaris build fix Mon, 10 Nov 2008 17:11:07 GMT vboxsync [14026] * trunk/src/VBox/Runtime/testcase/tstNoCrt-1.cpp (modified) tstNoCrt-1: Added simple strcpy test. Mon, 10 Nov 2008 17:10:54 GMT vboxsync [14025] * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstNoCrt-1.cpp (modified) tstNoCrt-1: Added simple strcpy test. Mon, 10 Nov 2008 17:07:24 GMT vboxsync [14024] * trunk/src/VBox/Runtime/common/string/strcpy.asm (modified) strcpy.asm: bugfix. Mon, 10 Nov 2008 16:55:30 GMT vboxsync [14023] * trunk/include/iprt/nocrt/compiler/msc.h (copied) * trunk/include/iprt/types.h (modified) iprt/compiler/msc.h and use compiler/compiler.h instead of compiler/gcc.h Mon, 10 Nov 2008 16:50:18 GMT vboxsync [14022] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMListView.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMListView.cpp (modified) Fe/Qt4: Systray: Added re-translation support. Mon, 10 Nov 2008 16:31:22 GMT vboxsync [14021] * trunk/Config.kmk (modified) * trunk/include/VBox/VBoxGuest.h (modified) * trunk/include/iprt/asmdefs.mac (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/string/memchr.asm (modified) * trunk/src/VBox/Runtime/common/string/memcmp.asm (modified) * trunk/src/VBox/Runtime/common/string/memcpy.asm (modified) * trunk/src/VBox/Runtime/common/string/memmove.asm (modified) * trunk/src/VBox/Runtime/common/string/mempcpy.asm (modified) * trunk/src/VBox/Runtime/common/string/memset.asm (modified) * trunk/src/VBox/Runtime/common/string/strchr.asm (modified) * trunk/src/VBox/Runtime/common/string/strcmp.asm (modified) * trunk/src/VBox/Runtime/common/string/strcpy.asm (copied) * trunk/src/VBox/Runtime/common/string/strcpy_alias.c (copied) * trunk/src/VBox/Runtime/common/string/strlen.asm (modified) The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. ... Mon, 10 Nov 2008 16:30:43 GMT vboxsync [14020] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Some word smithing and typo corrections. Mon, 10 Nov 2008 16:28:45 GMT vboxsync [14019] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMListView.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMListView.cpp (modified) FE/Qt4: Cumulative fix for VBoxSelectorWnd & VBoxVMListView: minor ... Mon, 10 Nov 2008 16:09:59 GMT vboxsync [14018] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) FE/Qt: Removed the Delete button from the main toolbar in Selector ... Mon, 10 Nov 2008 15:16:46 GMT vboxsync [14017] * trunk/src/VBox/Runtime/common/string/strcmp.asm (modified) strcmp.asm: bugfix. Mon, 10 Nov 2008 14:18:19 GMT vboxsync [14016] * trunk/src/VBox/Installer/linux/vboxdrv.sh.in (modified) vboxdrv adaptions Mon, 10 Nov 2008 13:57:45 GMT vboxsync [14015] * trunk/src/VBox/Additions/linux/module/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/module/files_vboxadd (modified) * trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/sharedfolders/files_vboxvfs (modified) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk (modified) * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) added vboxnetflt to the installer + some cleanup Mon, 10 Nov 2008 13:48:45 GMT vboxsync [14014] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) Fe/Qt4: Systray: Stabilized action handling. Mon, 10 Nov 2008 13:46:22 GMT vboxsync [14013] * trunk/include/iprt/cdefs.h (modified) RT_LODWORD/RT_HIDWORD must cast the result to uint32_t. Mon, 10 Nov 2008 13:46:18 GMT vboxsync [14012] * trunk/src/VBox/Runtime/common/misc/req.cpp (modified) pReq may be invalid after queuing it (RTREQFLAGS_NO_WAIT), similar to ... Mon, 10 Nov 2008 13:41:37 GMT vboxsync [14011] * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) Fixed RTReqCallEx parameters in the guest properties host service. Mon, 10 Nov 2008 13:38:57 GMT vboxsync [14010] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) #1865: PGM - one more down. Mon, 10 Nov 2008 13:38:35 GMT vboxsync [14009] * trunk/src/VBox/Main/HardDiskFormatImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: added Array flag Mon, 10 Nov 2008 13:12:33 GMT vboxsync [14008] * trunk/src/VBox/Runtime/testcase/tstUtf8.cpp (modified) tstUtf8: some more RTStrNICmp tests. Mon, 10 Nov 2008 13:06:14 GMT vboxsync [14007] * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/common/string/utf-8.cpp (modified) IPRT: RTStrNICmp correction - if cch == 0 then return equal ... Mon, 10 Nov 2008 12:57:46 GMT vboxsync [14006] * trunk/include/iprt/err.h (modified) VERR_END_OF_STRING/VINF_END_OF_STRING. Mon, 10 Nov 2008 12:53:19 GMT vboxsync [14005] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) Typo. Mon, 10 Nov 2008 12:52:37 GMT vboxsync [14004] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) Fe/Qt4: Systray: Limit number of VMs in one sub menu to 15, then ... Mon, 10 Nov 2008 12:24:53 GMT vboxsync [14003] * trunk/Config.kmk (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) VBOX_XPIDL_ENV instead of lastword mess. Mon, 10 Nov 2008 12:14:48 GMT vboxsync [14002] * trunk/src/VBox/VMM/PGMInternal.h (modified) The brain was out to lunch there... Mon, 10 Nov 2008 12:12:55 GMT vboxsync [14001] * trunk/src/VBox/Runtime/common/misc/thread.cpp (modified) Not C++ comments. Mon, 10 Nov 2008 12:10:54 GMT vboxsync [14000] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) removed unncessary iprt/types.h include (wrong comment after it was ... Mon, 10 Nov 2008 12:09:18 GMT vboxsync [13999] * trunk/src/recompiler_new/target-i386/translate.c (modified) fixed triple fault, implemented segment sync code, maybe not really ... Mon, 10 Nov 2008 12:08:56 GMT vboxsync [13998] * trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp (modified) no tabs here though. Mon, 10 Nov 2008 12:07:36 GMT vboxsync [13997] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) tabs. Mon, 10 Nov 2008 11:57:33 GMT vboxsync [13996] * trunk/src/VBox/VMM/PGMInternal.h (modified) darwin build fix. Mon, 10 Nov 2008 11:01:48 GMT vboxsync [13995] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) doxygen Mon, 10 Nov 2008 10:52:27 GMT vboxsync [13994] * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) better check Mon, 10 Nov 2008 10:52:22 GMT vboxsync [13993] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) darwin build fix. Mon, 10 Nov 2008 10:47:38 GMT vboxsync [13992] * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) did not consider PAE Mon, 10 Nov 2008 10:36:38 GMT vboxsync [13991] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) * trunk/src/VBox/VMM/PGMShw.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) #1865: More PGM cleanup. Mon, 10 Nov 2008 09:24:58 GMT vboxsync [13990] * trunk/src/VBox/VMM/CPUM.cpp (modified) Save and load the number of VMCPUs. Sun, 09 Nov 2008 22:53:31 GMT vboxsync [13989] * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) AHCI: Experimental code to maximize throughput during high I/O load Sun, 09 Nov 2008 21:36:48 GMT vboxsync [13988] * trunk/include/VBox/VBoxHDD-new.h (modified) typo Sun, 09 Nov 2008 21:13:40 GMT vboxsync [13987] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) NAT: cosmetics; don't wait if send Sun, 09 Nov 2008 20:49:02 GMT vboxsync [13986] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) NAT: simplified synchronization Sun, 09 Nov 2008 14:28:38 GMT vboxsync [13985] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) Main: Handle SATA controller too when doing snapshots Sun, 09 Nov 2008 03:41:27 GMT vboxsync [13984] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/debug.c (modified) * trunk/src/VBox/Devices/Network/slirp/if.c (modified) * trunk/src/VBox/Devices/Network/slirp/ip_input.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/mbuf.h (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/slirp_state.h (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_timer.c (modified) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) - simplefied syncronization - work on Unixes only Sat, 08 Nov 2008 18:35:21 GMT vboxsync [13983] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/vboxnetflt: don't push up messages on promisc stream even ... Sat, 08 Nov 2008 15:46:38 GMT vboxsync [13982] * trunk/src/VBox/Installer/solaris/VBoxZoneAccess.c (modified) Id. Sat, 08 Nov 2008 15:45:00 GMT vboxsync [13981] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) * trunk/src/VBox/Installer/solaris/VBoxZoneAccess.c (added) * trunk/src/VBox/Installer/solaris/virtualbox-zoneaccess.xml (modified) Solaris/Installer: VBoxZoneAccess. Fri, 07 Nov 2008 21:10:49 GMT vboxsync [13980] * trunk/src/VBox/VMM/MM.cpp (modified) Missing ! in if. Fails if MM node in CFGM already exists Fri, 07 Nov 2008 21:09:02 GMT vboxsync [13979] * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c (modified) VBoxNetFlt.c: Uninitialized var. Fri, 07 Nov 2008 20:40:13 GMT vboxsync [13978] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/qt_sk.ts (modified) * trunk/src/VBox/Frontends/VirtualBox4/VBoxUI.pro (modified) * trunk/src/VBox/Frontends/VirtualBox4/nls/VirtualBox_ca.ts (modified) * trunk/src/VBox/Frontends/VirtualBox4/nls/VirtualBox_cs.ts (modified) * trunk/src/VBox/Frontends/VirtualBox4/nls/VirtualBox_ro.ts (modified) * trunk/src/VBox/Frontends/VirtualBox4/nls/VirtualBox_zh_CN.ts (modified) * trunk/src/VBox/Frontends/VirtualBox4/nls/qt_ca.ts (modified) FE/Qt: NLS: Updated Greek, Slovak (Qt3), Catalan, Romanian, Czech and ... Fri, 07 Nov 2008 20:14:23 GMT vboxsync [13977] * trunk/src/VBox/Runtime/generic/uuid-generic.cpp (modified) C warnings Fri, 07 Nov 2008 19:31:50 GMT vboxsync [13976] * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h (modified) Linux hostif: Both send and receive are ok now Fri, 07 Nov 2008 16:33:20 GMT vboxsync [13975] * trunk/include/VBox/cpum.h (modified) * trunk/src/VBox/VMM/DBGFDisas.cpp (modified) * trunk/src/VBox/VMM/DBGFStack.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) Even more debugger fixes. Fri, 07 Nov 2008 16:28:05 GMT vboxsync [13974] * trunk/src/VBox/VMM/VMMAll/VMMAll.cpp (modified) Non-EMT threads get CPU 0 by default. Fri, 07 Nov 2008 16:22:50 GMT vboxsync [13973] * trunk/src/VBox/VMM/DBGF.cpp (modified) This is the actual fix Fri, 07 Nov 2008 16:17:59 GMT vboxsync [13972] * trunk/include/VBox/vmm.h (modified) * trunk/src/VBox/VMM/VMMAll/VMMAll.cpp (modified) Fixes for the debugger. Fri, 07 Nov 2008 16:07:57 GMT vboxsync [13971] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) * trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp (modified) HostServices/GuestProperties: added blocking waits for notifications Fri, 07 Nov 2008 16:06:58 GMT vboxsync [13970] * trunk/include/VBox/pgm.h (modified) PGM: RTGCUINTPTR64 -> RTGCPTR64 (forgot this one yesterday) Fri, 07 Nov 2008 16:06:39 GMT vboxsync [13969] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) PGM: RTGCUINTPTR64 -> RTGCPTR64 (forgot this one yesterday) Fri, 07 Nov 2008 15:48:52 GMT vboxsync [13968] * trunk/src/recompiler_new/Sun/config.h (modified) * trunk/src/recompiler_new/VBoxRecompiler.c (modified) * trunk/src/recompiler_new/osdep.h (modified) * trunk/src/recompiler_new/target-i386/translate.c (modified) - fixed bug in implementation of ARPL with memory operand, perventing ... Fri, 07 Nov 2008 15:16:56 GMT vboxsync [13967] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) dropped VBOX_NAT_SOURCES here to make the code easier to understand Fri, 07 Nov 2008 15:16:04 GMT vboxsync [13966] * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Update Fri, 07 Nov 2008 15:13:00 GMT vboxsync [13965] * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Correction Fri, 07 Nov 2008 15:05:22 GMT vboxsync [13964] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) Added new accelerate3d option. Fri, 07 Nov 2008 14:58:24 GMT vboxsync [13963] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Wording Fri, 07 Nov 2008 14:53:32 GMT vboxsync [13962] * 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/VirtualBox-settings-common.xsd (modified) Added Accelerate3D xml setting and IMachine property. Fri, 07 Nov 2008 13:06:13 GMT vboxsync [13961] * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) Extra test Fri, 07 Nov 2008 13:04:45 GMT vboxsync [13960] * trunk/include/VBox/cpum.h (modified) * trunk/include/VBox/vm.h (modified) * trunk/include/VBox/vm.mac (modified) * trunk/src/VBox/VMM/CPUM.cpp (modified) * trunk/src/VBox/VMM/CPUMInternal.h (modified) * trunk/src/VBox/VMM/CPUMInternal.mac (modified) * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllA.asm (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMGC/CPUMGC.cpp (modified) * trunk/src/VBox/VMM/VMMGC/CPUMGCA.asm (modified) * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm (modified) * trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac (modified) * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) Moved guest and host CPU contexts into per-VCPU array. Fri, 07 Nov 2008 12:59:48 GMT vboxsync [13959] * trunk/src/VBox/Frontends/VirtualBox/include/COMDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/COMWrappers.xsl (modified) FE/Qt: Fixed support for safe arrays of enums (affected XPCOM platforms). Fri, 07 Nov 2008 12:53:28 GMT vboxsync [13958] * trunk/src/VBox/Devices/Network/slirp/if.c (modified) slirp:typo Fri, 07 Nov 2008 12:52:26 GMT vboxsync [13957] * trunk/src/VBox/Devices/Network/slirp/tcp_timer.c (modified) make tcp_timer functions more readable Fri, 07 Nov 2008 12:41:45 GMT vboxsync [13956] * trunk/include/VBox/com/array.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/include/COMDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/COMDefs.h (modified) * trunk/src/VBox/Main/HardDiskFormatImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/HardDiskFormatImpl.h (modified) Main, FE/Qt: Added support for safe arrays of enums. Fri, 07 Nov 2008 12:37:38 GMT vboxsync [13955] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) fix CPP guard Fri, 07 Nov 2008 12:36:27 GMT vboxsync [13954] * trunk/include/VBox/cpum.mac (modified) Wrong place, backed out. Fri, 07 Nov 2008 12:35:54 GMT vboxsync [13953] * trunk/include/VBox/cpum.mac (modified) Update Fri, 07 Nov 2008 12:35:36 GMT vboxsync [13952] * trunk/include/VBox/cpum.mac (modified) Extra macro's Fri, 07 Nov 2008 12:09:21 GMT vboxsync [13951] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (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/mbuf.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) fixed win build for 38966 Fri, 07 Nov 2008 11:23:23 GMT vboxsync [13950] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Main/HardDiskFormatImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/HardDiskFormatImpl.h (modified) Main: Removed redundant suffixes from DataType, DataFlags and ... Fri, 07 Nov 2008 10:12:16 GMT vboxsync [13949] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (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/mbuf.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) backed out r38966 Fri, 07 Nov 2008 10:11:45 GMT vboxsync [13948] * trunk/src/VBox/HostServices/Makefile.kmk (modified) Don't build the OpenGL host service. Fri, 07 Nov 2008 10:11:08 GMT vboxsync [13947] * trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk (modified) Don't build the OpenGL ICD Fri, 07 Nov 2008 10:03:26 GMT vboxsync [13946] * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old (moved) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/Makefile.kmk (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/MesaGL.cpp (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/OGLComplexAsync.cpp (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/OGLComplexSync.cpp (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/OGLLookup.cpp (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/OGLSimpleAsync.cpp (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/OGLSimpleSync.cpp (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/VBoxCmd.cpp (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/VBoxICDList.h (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/VBoxOGL.cpp (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/VBoxOGL.def (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/VBoxOGL.h (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/VBoxOGL.rc (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/dllmain.cpp (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/drv.cpp (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/glext.cpp (copied) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL.old/test (copied) Moved Fri, 07 Nov 2008 10:03:12 GMT vboxsync [13945] * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL (added) Export Fri, 07 Nov 2008 10:02:47 GMT vboxsync [13944] * trunk/src/VBox/HostServices/SharedOpenGL.old (moved) * trunk/src/VBox/HostServices/SharedOpenGL.old/HostOGLComplexAsync.cpp (copied) * trunk/src/VBox/HostServices/SharedOpenGL.old/HostOGLComplexSync.cpp (copied) * trunk/src/VBox/HostServices/SharedOpenGL.old/HostOGLSimpleAsync.cpp (copied) * trunk/src/VBox/HostServices/SharedOpenGL.old/HostOGLSimpleSync.cpp (copied) * trunk/src/VBox/HostServices/SharedOpenGL.old/Makefile.kmk (copied) * trunk/src/VBox/HostServices/SharedOpenGL.old/gldrv.h (copied) * trunk/src/VBox/HostServices/SharedOpenGL.old/glext.cpp (copied) * trunk/src/VBox/HostServices/SharedOpenGL.old/gllindrv.cpp (copied) * trunk/src/VBox/HostServices/SharedOpenGL.old/glwindrv.cpp (copied) * trunk/src/VBox/HostServices/SharedOpenGL.old/service.cpp (copied) * trunk/src/VBox/HostServices/SharedOpenGL.old/vboxgl.cpp (copied) * trunk/src/VBox/HostServices/SharedOpenGL.old/vboxgl.h (copied) Moved Fri, 07 Nov 2008 10:02:24 GMT vboxsync [13943] * trunk/src/VBox/HostServices/SharedOpenGL (added) Moved the old sources Fri, 07 Nov 2008 10:01:22 GMT vboxsync [13942] * trunk/src/VBox/HostServices/SharedOpenGL (deleted) Unexport SharedOpenGL. Fri, 07 Nov 2008 10:00:52 GMT vboxsync [13941] * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL (deleted) Unexport OpenGL Fri, 07 Nov 2008 09:38:53 GMT vboxsync [13940] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (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/mbuf.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) pseudo-timers moved to timers polling select is notified via pipe ...