# # ChangeLog for trunk in vbox # # Generated by Trac 1.4.3.2 # Apr 21, 2025 9:52:53 AM Mon, 10 Nov 2008 23:45:24 GMT vboxsync [14070] * trunk/include/VBox/cfgm.h (modified) * trunk/src/VBox/VMM/CFGM.cpp (modified) * trunk/src/VBox/VMM/CFGMInternal.h (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/PDMDriver.cpp (modified) CFGM: 64-bit MSC warning hunt. Mon, 10 Nov 2008 23:39:34 GMT vboxsync [14069] * trunk/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp (modified) alloc-r0drv.cpp: 64-bit MSC warning hunt. Mon, 10 Nov 2008 23:38:11 GMT vboxsync [14068] * trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp (modified) alloc-r0drv.cpp: 64-bit MSC warning hunt. Mon, 10 Nov 2008 23:35:26 GMT vboxsync [14067] * trunk/src/VBox/Runtime/generic/uuid-generic.cpp (modified) RTUuidIsNull: returns true if pUuid is NULL, not VERR_INVALID_PARAMETER. Mon, 10 Nov 2008 23:33:15 GMT vboxsync [14066] * trunk/src/VBox/Runtime/common/string/strformat.cpp (modified) strformat.cpp: shut up 64-bit MSC warnings. (hope this fix doesn't ... Mon, 10 Nov 2008 23:29:48 GMT vboxsync [14065] * trunk/src/VBox/Runtime/r3/win/path-win.cpp (modified) path-win.cpp: shut up 64-bit MSC warnings. Mon, 10 Nov 2008 23:27:40 GMT vboxsync [14064] * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) fileio-win.cpp: shut up 64-bit MSC warnings (valid ones this time). Mon, 10 Nov 2008 23:23:17 GMT vboxsync [14063] * trunk/include/iprt/dir.h (modified) RTDirRead/RTDirReadEx: sizes are size_t not unsigned. Mon, 10 Nov 2008 23:23:05 GMT vboxsync [14062] * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) * trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp (modified) * trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/dir-win.cpp (modified) RTDirRead/RTDirReadEx: sizes are size_t not unsigned. Mon, 10 Nov 2008 23:12:54 GMT vboxsync [14061] * trunk/src/VBox/Runtime/VBox/strformat-vbox.cpp (modified) IPRT: strformat-vbox.cpp: More 64-bit MSC warnings. Mon, 10 Nov 2008 23:10:48 GMT vboxsync [14060] * trunk/src/VBox/Runtime/r3/stream.cpp (modified) stream.cpp: shut up 64-bit MSC warning. Mon, 10 Nov 2008 23:05:44 GMT vboxsync [14059] * trunk/src/VBox/Runtime/include/internal/dir.h (modified) IPRT: internal/dir.h: some unsigned -> size_t to keep MSC silent. Mon, 10 Nov 2008 23:01:55 GMT vboxsync [14058] * trunk/src/VBox/Runtime/common/log/log.cpp (modified) * trunk/src/VBox/Runtime/include/internal/fs.h (modified) * trunk/src/VBox/Runtime/r3/fs.cpp (modified) iprt: More 64-bit MSC warnings. Mon, 10 Nov 2008 23:00:21 GMT vboxsync [14057] * trunk/src/VBox/Runtime/common/misc/semspingpong.cpp (modified) semspingpong.cpp: shut up 64-bit MSC warning. Mon, 10 Nov 2008 22:58:05 GMT vboxsync [14056] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxFrameBuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) FE/Qt4: Removed some ancient VBOX_GUI_DEBUG stuff. Mon, 10 Nov 2008 22:57:43 GMT vboxsync [14055] * trunk/src/VBox/Runtime/common/misc/zip.cpp (modified) zip.cpp: shut up 64-bit MSC warning. Mon, 10 Nov 2008 22:50:44 GMT vboxsync [14054] * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/r3/path.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/path-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/path-win.cpp (modified) iprt: RTPath - lenths are size_t not unsigned. Mon, 10 Nov 2008 22:49:08 GMT vboxsync [14053] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) FE/Qt4: Tray Support: Oops, numbering was missing. Mon, 10 Nov 2008 22:49:04 GMT vboxsync [14052] * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/r3/path.cpp (modified) iprt: RTPath - lenths are size_t not unsigned. Mon, 10 Nov 2008 22:48:41 GMT vboxsync [14051] * trunk/include/iprt/path.h (modified) iprt: RTPath - lenths are size_t not unsigned. Mon, 10 Nov 2008 22:48:21 GMT vboxsync [14050] * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/r3/path.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/path-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/path-win.cpp (modified) iprt: RTPath - lenths are size_t not unsigned. Mon, 10 Nov 2008 22:45:51 GMT vboxsync [14049] * trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h (modified) ldrELFRelocatable.cpp.h: shut up 64-bit MSC warning. Mon, 10 Nov 2008 22:43:16 GMT vboxsync [14048] * trunk/src/VBox/Runtime/common/checksum/md5.cpp (modified) md5.cpp: shut up 64-bit MSC warning. Mon, 10 Nov 2008 22:42:14 GMT vboxsync [14047] * trunk/src/bldprogs/biossums.c (modified) biossums: fixed warning (64-bit MSC), return 1 not -1 on failure, ... Mon, 10 Nov 2008 22:40:32 GMT vboxsync [14046] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) FE/Qt4: Tray Support: Styling; Reduced the number of VMs per menu to ... Mon, 10 Nov 2008 21:57:01 GMT vboxsync [14045] * trunk/include/VBox/com/array.h (modified) com/array.h: More noisy 64-bit MSC warnings. Mon, 10 Nov 2008 21:56:42 GMT vboxsync [14044] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp (modified) FE/Qt4: FE/Qt4: Host key get blocked after minimizing VBox: fixed at ... Mon, 10 Nov 2008 21:54:57 GMT vboxsync [14043] * trunk/include/VBox/com/array.h (modified) com/array.h: Fixed some very noisy 64-bit MSC warnings. Mon, 10 Nov 2008 20:25:38 GMT vboxsync [14042] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMGC/VMMGC.def (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.def (modified) Windows build fix; VBoxDD*R0/GC should not link against RuntimeR0/GC, ... Mon, 10 Nov 2008 20:24:43 GMT vboxsync [14041] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT: some sync fixes Mon, 10 Nov 2008 19:08:26 GMT vboxsync [14040] * trunk/src/VBox/VMM/PGMInternal.h (modified) darwin build fix. 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