# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Jan 19, 2025 9:14:49 AM Wed, 20 Feb 2008 14:32:28 GMT vboxsync [7039] * trunk/src/VBox/VMM/PGMInternal.h (modified) Alignment issues with the 32 bits windows build Wed, 20 Feb 2008 14:04:50 GMT vboxsync [7038] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts (modified) FE/Qt: Corrected misspelled English source strings in recently added ... Wed, 20 Feb 2008 14:02:58 GMT vboxsync [7037] * trunk/src/VBox/VMM/PGMInternal.h (modified) 32-bit build fix Wed, 20 Feb 2008 13:34:16 GMT vboxsync [7035] * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) Export RTProcSelf and RTR0ProcHandleSelf to the .r0 guys. Wed, 20 Feb 2008 13:29:17 GMT vboxsync [7034] * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) Fixed unlinking bug in the object cleanup routine that would screw up ... Wed, 20 Feb 2008 13:23:53 GMT vboxsync [7033] * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) upgly typo preventing hostif from working Wed, 20 Feb 2008 12:26:22 GMT vboxsync [7032] * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) * trunk/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h (modified) Ring-0 semaphore debugging aid (linux). Wed, 20 Feb 2008 12:21:01 GMT vboxsync [7031] * trunk/src/VBox/Installer/linux/vboxnet.sh (modified) removed the superflous ifname_valid check Wed, 20 Feb 2008 11:54:45 GMT vboxsync [7030] * trunk/src/VBox/Additions/Makefile.kmk (modified) Additions: fixed a makefile problem with spaces Wed, 20 Feb 2008 10:30:22 GMT vboxsync [7027] * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main/Settings: FromString : Recognize "0" and "1" and forget ... Wed, 20 Feb 2008 10:25:36 GMT vboxsync [7026] * trunk/include/VBox/vm.h (modified) * trunk/include/iprt/types.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Runtime/common/misc/sanity.h (modified) * trunk/src/VBox/VMM/REMInternal.h (modified) RTGCPHYS is now 64 bits wide on all host platforms Wed, 20 Feb 2008 09:59:02 GMT vboxsync [7025] * trunk/src/VBox/Additions/Makefile.kmk (modified) Corrected VBOX_PATH_ADDITIONS.linux.x86 to do like the windows and ... Tue, 19 Feb 2008 16:44:55 GMT vboxsync [7024] * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) Fix testcase Tue, 19 Feb 2008 14:40:01 GMT vboxsync [7023] * trunk/src/VBox/Additions/x11/xclient/clipboard-new.cpp (modified) Additions/x11: disabled unnecessary debug logging in the shared clipboard Tue, 19 Feb 2008 14:32:53 GMT vboxsync [7022] * trunk/src/VBox/Installer/linux/VBoxAddIF.sh (modified) Installers/Linux: changed the network management scripts to no longer ... Tue, 19 Feb 2008 14:30:21 GMT vboxsync [7021] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui (modified) FE/Qt: Fixed tab focus order on the Audio page of the settings dialog. Tue, 19 Feb 2008 14:21:30 GMT vboxsync [7020] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) FE/Qt: Updates to the French translation. Tue, 19 Feb 2008 14:14:19 GMT vboxsync [7019] * trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp (modified) Use the new ASMAtomic[Uo]Read/Write stuff. Tue, 19 Feb 2008 14:12:01 GMT vboxsync [7018] * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) Assert+Break out of the scheduling loop if the links have gone bad. Tue, 19 Feb 2008 13:38:50 GMT vboxsync [7017] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) Fixed MMHyperAlloc calls in PGMR3PhysRomRegister (dormant code). Tue, 19 Feb 2008 13:32:39 GMT vboxsync [7016] * trunk/src/VBox/Runtime/testcase/tstLdr-2.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdrObj.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdrObjR0.cpp (modified) Compile fixes Tue, 19 Feb 2008 13:14:15 GMT vboxsync [7015] * trunk/include/VBox/dis.h (modified) * trunk/src/VBox/Disassembler/DisasmCore.cpp (modified) * trunk/src/VBox/Disassembler/DisasmTest.cpp (modified) * trunk/src/VBox/VMM/PATM/PATMInternal.h (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/testcase/tstCompiler.cpp (modified) Cleaned up Tue, 19 Feb 2008 12:33:26 GMT vboxsync [7014] * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) Making the logging more useful. Tue, 19 Feb 2008 12:31:17 GMT vboxsync [7013] * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) vboxdrv logging setup in #if 0..#endif so it can easily be enabled. Tue, 19 Feb 2008 11:13:19 GMT vboxsync [7012] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) Spelling for Network Adapters. Tue, 19 Feb 2008 10:58:16 GMT vboxsync [7011] * trunk/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp (modified) Solaris: Use /dev/vboxdrv to allow running VirtualBox in non-global ... Tue, 19 Feb 2008 08:34:26 GMT vboxsync [7008] * trunk/src/VBox/Additions/x11/xclient/main.cpp (modified) warning Tue, 19 Feb 2008 08:26:04 GMT vboxsync [7007] * trunk/src/VBox/Additions/x11/xclient/clipboard-new.cpp (added) Additions/x11: clipboard-new.cpp was not yet in OSE Tue, 19 Feb 2008 08:23:29 GMT vboxsync [7006] * trunk/src/VBox/Installer/linux/vboxdrv.sh (modified) Installers/Linux: after a DKMS kernel module build, the module was no ... Mon, 18 Feb 2008 20:20:23 GMT vboxsync [7005] * trunk/src/VBox/HostDrivers/Support/linux/dkms.conf (added) Installer/Linux: added support for DKMS to the all distributions ... Mon, 18 Feb 2008 19:34:18 GMT vboxsync [7004] * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/linux/build_in_tmp (modified) * trunk/src/VBox/HostDrivers/Support/linux/export_modules (modified) * trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv (modified) Installer/Linux: added support for DKMS to the all distributions ... Mon, 18 Feb 2008 19:30:59 GMT vboxsync [7003] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) FE/Qt: don't assert on inaccessible VMs Mon, 18 Feb 2008 17:50:57 GMT vboxsync [7002] * trunk/src/VBox/Main/HostImpl.cpp (modified) Main: No warnings on VINF_SUCCESS. Mon, 18 Feb 2008 17:47:29 GMT vboxsync [7001] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui (modified) FE/Qt: Language fixes. Mon, 18 Feb 2008 16:49:46 GMT vboxsync [7000] * trunk/include/VBox/dis.h (modified) * trunk/include/VBox/disopcode.h (modified) * trunk/src/VBox/Disassembler/DisasmCore.cpp (modified) * trunk/src/VBox/Disassembler/DisasmTables.cpp (modified) Started with changes for disassembling 64 bits instructions Mon, 18 Feb 2008 16:12:49 GMT vboxsync [6998] * trunk/src/VBox/Frontends/VBoxBFE/HGCM.cpp (modified) Frontends/VBoxBFE: updated HGCM in VBoxBFE after r28172, r28177 and ... Mon, 18 Feb 2008 15:05:10 GMT vboxsync [6996] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) Check for VBOX_WITH_PDM_LOCK. Mon, 18 Feb 2008 14:02:10 GMT vboxsync [6994] * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) Restrict RTFILE_O_NOT_CONTENT_INDEXED to file creation. Rearranged ... Mon, 18 Feb 2008 13:49:09 GMT vboxsync [6993] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h (modified) 2679: Add selector of NIC type to network configuration GUI. Mon, 18 Feb 2008 13:34:17 GMT vboxsync [6992] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Runtime/r3/fileio.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) Restrict RTFILE_O_NOT_CONTENT_INDEXED to file creation. Mon, 18 Feb 2008 13:19:02 GMT vboxsync [6991] * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) r=bird: Close the file on failure. Mon, 18 Feb 2008 12:56:23 GMT vboxsync [6990] * trunk/src/VBox/HostServices/SharedClipboard/linux.cpp (modified) Additions/X11 and HostServices/SharedClipboard: fixed a problem with ... Mon, 18 Feb 2008 12:29:53 GMT vboxsync [6988] * trunk/Config.kmk (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) VBOXMAINDLL are used for stuff in different directories, so having ... Mon, 18 Feb 2008 12:19:35 GMT vboxsync [6987] * trunk/src/VBox/Devices/Storage/VDICore.cpp (modified) * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) VDI / VMDK: Added RTFILE_O_NOT_CONTENT_INDEXED for disk image creation. Mon, 18 Feb 2008 11:43:09 GMT vboxsync [6986] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui.h (modified) Lower Information Dialog width. Mon, 18 Feb 2008 11:05:05 GMT vboxsync [6985] * trunk/src/VBox/Main/hgcm/HGCM.cpp (modified) HGCM: reapplied r28137, which got lost when I commited the code ... Mon, 18 Feb 2008 10:50:55 GMT vboxsync [6984] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) IPRT: Bugfix for RTFILE_O_VALID_MASK, did not recognize ... Mon, 18 Feb 2008 10:30:26 GMT vboxsync [6982] * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) VBOXGUEST_IOCTL_SIZE -> _IOC_SIZE Mon, 18 Feb 2008 10:05:36 GMT vboxsync [6981] * trunk/include/VBox/hgcmsvc.h (modified) * trunk/src/VBox/HostServices/SharedClipboard/service.cpp (modified) * trunk/src/VBox/Main/hgcm/HGCM.cpp (modified) HostServices/SharedClipboard: attempt to handle the guest ... Mon, 18 Feb 2008 09:30:18 GMT vboxsync [6979] * trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro (modified) * trunk/src/VBox/Frontends/VirtualBox/images/vm_delete.png (deleted) * trunk/src/VBox/Frontends/VirtualBox/images/vm_delete_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_delete_dis.png (deleted) * trunk/src/VBox/Frontends/VirtualBox/images/vm_delete_disabled_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_discard.png (deleted) * trunk/src/VBox/Frontends/VirtualBox/images/vm_discard_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_discard_dis.png (deleted) * trunk/src/VBox/Frontends/VirtualBox/images/vm_discard_disabled_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_new.png (deleted) * trunk/src/VBox/Frontends/VirtualBox/images/vm_new_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_new_dis.png (deleted) * trunk/src/VBox/Frontends/VirtualBox/images/vm_new_disabled_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_pause_16px.png (deleted) * trunk/src/VBox/Frontends/VirtualBox/images/vm_pause_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_pause_disabled_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_pause_s.png (deleted) * trunk/src/VBox/Frontends/VirtualBox/images/vm_refresh_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_refresh_disabled_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_settings.png (deleted) * trunk/src/VBox/Frontends/VirtualBox/images/vm_settings_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_settings_dis.png (deleted) * trunk/src/VBox/Frontends/VirtualBox/images/vm_settings_disabled_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_show_logs_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_show_logs_disabled_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_start.png (deleted) * trunk/src/VBox/Frontends/VirtualBox/images/vm_start_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_start_dis.png (deleted) * trunk/src/VBox/Frontends/VirtualBox/images/vm_start_disabled_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp (modified) FE/Qt: New main toolbar icons. Mon, 18 Feb 2008 07:55:14 GMT vboxsync [6978] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) Additions/Linux: switch the VBOXGUEST_IOCTL_NR ioctl to ... Sun, 17 Feb 2008 22:11:53 GMT vboxsync [6977] * trunk/src/VBox/Devices/Makefile.kmk (modified) VBOX_WITH_E1000 Fri, 15 Feb 2008 17:32:46 GMT vboxsync [6975] * trunk/src/VBox/Frontends/VirtualBox/include/COMDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) FE/Qt: Added support for warning result codes (#2673). Fri, 15 Feb 2008 17:28:12 GMT vboxsync [6973] * trunk/include/VBox/VRDPOrders.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c (modified) Initial commit of VRDP text cache (disabled). Fri, 15 Feb 2008 17:09:25 GMT vboxsync [6972] * trunk/src/VBox/Main/HostImpl.cpp (modified) Don't kill debug builds on solaris with silly assertions. Fri, 15 Feb 2008 14:18:10 GMT vboxsync [6971] * trunk/src/VBox/Runtime/r3/win/dir-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) Fixed: Newly created files and directories won't be indexed ... Fri, 15 Feb 2008 13:04:24 GMT vboxsync [6970] * trunk/src/VBox/Additions/x11/xclient/Makefile.kmk (modified) * trunk/src/VBox/Additions/x11/xclient/displaychange-x11.cpp (added) * trunk/src/VBox/Additions/x11/xclient/displaychange.h (added) * trunk/src/VBox/Additions/x11/xclient/main.cpp (modified) Additions/X11: first attempt at dynamic guest resizing Fri, 15 Feb 2008 13:02:28 GMT vboxsync [6969] * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) * trunk/src/VBox/Additions/x11/xclient/main.cpp (modified) Additions/X11: weakened SUID root permissions on VBoxClient on Linux. ... Thu, 14 Feb 2008 21:03:24 GMT vboxsync [6968] * trunk/Config.kmk (modified) * trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) added support for E1000 to VBoxManage Thu, 14 Feb 2008 19:14:34 GMT vboxsync [6967] * trunk/src/VBox/Frontends/VBoxBFE/HGCM.cpp (modified) * trunk/src/VBox/Main/hgcm/HGCM.cpp (modified) Don't use the system library path to look for plugins. Thu, 14 Feb 2008 18:53:50 GMT vboxsync [6965] * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) Main: Host::checkUSBProxyService() now returns a warning instead of ... Thu, 14 Feb 2008 18:51:20 GMT vboxsync [6964] * trunk/src/VBox/Main/VirtualBoxBase.cpp (modified) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) Main: Added support for warning result codes and for multi-error mode ... Thu, 14 Feb 2008 17:39:24 GMT vboxsync [6962] * trunk/src/VBox/Runtime/Makefile.kmk (modified) Enable the posix TLS implementation. Thu, 14 Feb 2008 17:39:02 GMT vboxsync [6961] * trunk/src/VBox/Runtime/common/misc/thread.cpp (modified) * trunk/src/VBox/Runtime/generic/tls-generic.cpp (added) * trunk/src/VBox/Runtime/include/internal/thread.h (modified) Generic implementation (in case it's needed). Thu, 14 Feb 2008 17:37:39 GMT vboxsync [6960] * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) Fixed too aggressive checking of LCHS geometry values. Triggered an ... Thu, 14 Feb 2008 15:42:32 GMT vboxsync [6959] * trunk/src/VBox/Additions/x11/xclient/seamless-host.cpp (modified) * trunk/src/VBox/Additions/x11/xclient/seamless-host.h (modified) * trunk/src/VBox/Additions/x11/xclient/seamless-x11.cpp (modified) * trunk/src/VBox/Additions/x11/xclient/seamless.h (modified) Additions/X11: minor logging corrections Thu, 14 Feb 2008 15:25:34 GMT vboxsync [6958] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) assertion Thu, 14 Feb 2008 15:10:17 GMT vboxsync [6957] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r3/win/tls-win.cpp (copied) Implemented RTTls on win32. Thu, 14 Feb 2008 14:46:59 GMT vboxsync [6955] * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) reverted 28115 because of 28118 Thu, 14 Feb 2008 14:41:39 GMT vboxsync [6954] * trunk/src/VBox/Runtime/r3/posix/tls-posix.cpp (copied) Implemented RTTls for posix threads. Thu, 14 Feb 2008 14:35:14 GMT vboxsync [6953] * trunk/src/VBox/Frontends/VBoxBFE/HGCM.cpp (modified) HGCM tries to load service libs from specific locations (VBoxBFE). Thu, 14 Feb 2008 14:31:54 GMT vboxsync [6952] * trunk/src/VBox/Main/hgcm/HGCM.cpp (modified) HGCM tries to load service libs from specific locations. Thu, 14 Feb 2008 14:09:52 GMT vboxsync [6951] * trunk/include/iprt/thread.h (modified) * trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp (modified) Aligned the TLS destructor bits even more with posix. Thu, 14 Feb 2008 13:25:07 GMT vboxsync [6950] * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) Enabled shared folders on the darwin platform. Thu, 14 Feb 2008 13:21:36 GMT vboxsync [6949] * trunk/src/VBox/Additions/x11/xclient/clipboard.cpp (modified) Additions/x11: made some logging optional in the clipboard client Thu, 14 Feb 2008 13:16:01 GMT vboxsync [6948] * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) Additions/Linux: fixed a copy_to_user/copy_from_user mixmatch in ... Thu, 14 Feb 2008 13:10:44 GMT vboxsync [6947] * trunk/src/VBox/Additions/linux/Makefile.kmk (modified) Additions/Linux: added the VBoxRandR script to the Linux Additions ... Thu, 14 Feb 2008 12:59:57 GMT vboxsync [6946] * trunk/include/iprt/thread.h (modified) * trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp (modified) Aligned the TLS destructor bits with posix. Thu, 14 Feb 2008 12:48:41 GMT vboxsync [6945] * trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp (modified) doc Thu, 14 Feb 2008 12:46:56 GMT vboxsync [6944] * trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp (modified) Implemented TLS on OS/2. (hope it compiles) Thu, 14 Feb 2008 12:44:45 GMT vboxsync [6943] * trunk/src/VBox/Additions/linux/installer/VBoxRandR.sh (added) Additions/X11: added a script to call the xrandr application which is ... Thu, 14 Feb 2008 12:34:59 GMT vboxsync [6942] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h (modified) FE/Qt: Shared Folders: Better solution for painting root items on ... Thu, 14 Feb 2008 12:16:17 GMT vboxsync [6941] * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) Removed ASYNCSTATE. Set EventOutOfSpace to NIL after destruction. Thu, 14 Feb 2008 09:03:58 GMT vboxsync [6940] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h (modified) Set Shared Folders list "columns reordering" to false. Wed, 13 Feb 2008 21:25:34 GMT vboxsync [6939] * trunk/src/VBox/Frontends/VirtualBox/src/darwin/Info.plist (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VM-Info.plist (modified) 2008 -> 2007-2008. Wed, 13 Feb 2008 19:39:21 GMT vboxsync [6936] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h (modified) Little fix for Shared Folders list. Repainting listView separate item ... Wed, 13 Feb 2008 16:43:19 GMT vboxsync [6935] * trunk/include/VBox/com/EventQueue.h (modified) * trunk/include/VBox/com/Guid.h (modified) * trunk/include/VBox/com/VirtualBox.h (modified) * trunk/include/VBox/com/defs.h (modified) * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxBase.cpp (modified) * trunk/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) Main: Changed 'defined (RT_OS_WINDOWS)' => '!defined ... Wed, 13 Feb 2008 15:25:22 GMT vboxsync [6934] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) FE/SDL: fixed window resize if secure label is disabled at compile time Wed, 13 Feb 2008 14:14:21 GMT vboxsync [6933] * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) Unnoticed typo in make function call. Wed, 13 Feb 2008 13:46:22 GMT vboxsync [6932] * trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro (modified) * trunk/src/VBox/Frontends/VirtualBox/images/pause_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxSelectorWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp (modified) FE/Qt: Added disabled 16px icon for Pause action. Wed, 13 Feb 2008 12:53:15 GMT vboxsync [6931] * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) Converted the TAP async thread to a PDMDrvThread Wed, 13 Feb 2008 10:40:58 GMT vboxsync [6930] * trunk/src/VBox/Frontends/VirtualBox/src/darwin/Info.plist (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VM-Info.plist (modified) changed tabs to spaces Wed, 13 Feb 2008 10:37:55 GMT vboxsync [6929] * trunk/src/VBox/Frontends/VirtualBox/src/darwin/Info.plist (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VM-Info.plist (modified) Copyright to 2008 Tue, 12 Feb 2008 20:44:35 GMT vboxsync [6927] * trunk/include/VBox/mm.h (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) Converted MM_RAM_FLAGS_VIRTUAL_HANDLER, MM_RAM_FLAGS_VIRTUAL_WRITE ... Tue, 12 Feb 2008 15:12:59 GMT vboxsync [6925] * trunk/src/VBox/VMM/PGM.cpp (modified) Virtual handler docs. Tue, 12 Feb 2008 14:56:58 GMT vboxsync [6924] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp (modified) 2669: Create VM context menu in the Selector window: 1) "New..." ... Tue, 12 Feb 2008 13:21:20 GMT vboxsync [6923] * trunk/src/VBox/Main/testcase/VBoxVBTest (added) * trunk/src/VBox/Main/testcase/VBoxVBTest/TestForm.frm (added) * trunk/src/VBox/Main/testcase/VBoxVBTest/TestForm.frx (added) * trunk/src/VBox/Main/testcase/VBoxVBTest/VBoxVBTest.vbp (added) Main: Added simple MS VisualBasic testcase. Tue, 12 Feb 2008 13:19:13 GMT vboxsync [6922] * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) Main: COM Arrays: Allow for zero-sized arrays. Tue, 12 Feb 2008 12:54:07 GMT vboxsync [6919] * trunk/Config.kmk (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) Solaris: USBProxyDevice-stub. Tue, 12 Feb 2008 11:23:05 GMT vboxsync [6918] * trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c (modified) Solaris vboxdrv: Hide more verbose logging in release builds.