# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Jan 7, 2025 8:09:29 AM Wed, 18 Mar 2009 08:56:23 GMT vboxsync [18048] * trunk/src/VBox/Additions/x11/vboxmouse/mouse.c (modified) warning Tue, 17 Mar 2009 22:30:35 GMT vboxsync [18046] * trunk/src/VBox/VMM/MM.cpp (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) PGM,MM: saved state bugfixes for VBOX_WITH_NEW_PHYS_CODE. Tue, 17 Mar 2009 22:27:50 GMT vboxsync [18045] * trunk/include/VBox/ssm.h (modified) * trunk/src/VBox/VMM/SSM.cpp (modified) SSM: Added SSMR3HandleGetUnitOffset for assiting in debugging saved ... Tue, 17 Mar 2009 17:34:22 GMT vboxsync [18041] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) FE/Qt: French nls Tue, 17 Mar 2009 16:49:34 GMT vboxsync [18040] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) FE/Qt: French nls Tue, 17 Mar 2009 16:43:44 GMT vboxsync [18039] * trunk/src/VBox/Devices/Network/DHCPServerRunner.h (modified) dhcp win fix Tue, 17 Mar 2009 16:32:23 GMT vboxsync [18038] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) FE/Qt: French nls Tue, 17 Mar 2009 16:20:46 GMT vboxsync [18037] * trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk (modified) VBoxGuest/Windows: Build fix. Tue, 17 Mar 2009 16:01:25 GMT vboxsync [18036] * trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp (modified) fix help screen Tue, 17 Mar 2009 15:48:46 GMT vboxsync [18035] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) Frontend/VBoxManage: help file fix, --variant takes a list of ... Tue, 17 Mar 2009 15:17:17 GMT vboxsync [18034] * trunk/src/VBox/Additions/common/crOpenGL/Makefile.kmk (modified) crOpenGL: workaround linker issues when switching dri/non dri targets Tue, 17 Mar 2009 15:11:14 GMT vboxsync [18033] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) FE/Qt4: Show BETA warning at VM Selector startup. Tue, 17 Mar 2009 15:11:04 GMT vboxsync [18032] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) FE/Qt: French nls Tue, 17 Mar 2009 14:54:55 GMT vboxsync [18030] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp (modified) warning Tue, 17 Mar 2009 14:53:07 GMT vboxsync [18029] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) German NLS fixes Tue, 17 Mar 2009 14:22:49 GMT vboxsync [18028] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxImportApplianceWgt.ui (modified) FE/Qt4:_remove unnecessary tr string Tue, 17 Mar 2009 14:13:44 GMT vboxsync [18027] * trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp (modified) DHCP: DHCPRequest could be send it any time and it's right of client ... Tue, 17 Mar 2009 14:09:37 GMT vboxsync [18026] * trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp (modified) DHCP: Complain if the user specified unknown options. Tue, 17 Mar 2009 14:02:18 GMT vboxsync [18025] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) OVF: new uuid Tue, 17 Mar 2009 14:00:08 GMT vboxsync [18024] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) OVF: add GetDescriptionByType COM call Tue, 17 Mar 2009 13:48:59 GMT vboxsync [18023] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DHCPServerRunner.cpp (moved) * trunk/src/VBox/Devices/Network/DHCPServerRunner.h (moved) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp (moved) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/DHCPServerImpl.cpp (moved) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/DHCPServerImpl.h (moved) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/xml/SettingsConverter.xsl (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) * trunk/src/VBox/Main/xpcom/server.cpp (modified) Dhcp->DHCP Tue, 17 Mar 2009 13:21:58 GMT vboxsync [18022] * trunk/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) VBoxGuest/Windows: Cleaning up. Tue, 17 Mar 2009 13:21:01 GMT vboxsync [18021] * trunk/src/VBox/Devices/Network/DhcpServerRunner.cpp (modified) fixed DHCP parameters Tue, 17 Mar 2009 13:09:10 GMT vboxsync [18020] * trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c (modified) Cbinding: made change to pass libvirt tests Tue, 17 Mar 2009 13:08:12 GMT vboxsync [18019] * trunk/Config.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/Helper.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h (modified) VBoxGuest/Windows: Added bugcheck detection + details (not enabled by ... Tue, 17 Mar 2009 13:00:36 GMT vboxsync [18018] * trunk/src/VBox/Main/darwin/NetIfList-darwin.cpp (modified) * trunk/src/VBox/Main/linux/NetIfList-linux.cpp (modified) * trunk/src/VBox/Main/solaris/NetIfList-solaris.cpp (modified) Made the name check for vboxnetN adapters more strict. Tue, 17 Mar 2009 12:20:49 GMT vboxsync [18017] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp (modified) VBoxManageHostOnly: coding style, fix warnings Tue, 17 Mar 2009 12:19:31 GMT vboxsync [18016] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Attempt to fix a non-NETFLT build. Tue, 17 Mar 2009 12:17:09 GMT vboxsync [18015] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) OVF: upper-case OVF constants for consistency. Tue, 17 Mar 2009 11:59:31 GMT vboxsync [18014] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/include/netif.h (modified) Host-only static IP persistency and defaults for all platforms except ... Tue, 17 Mar 2009 11:55:13 GMT vboxsync [18013] * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/xml/SettingsConverter.xsl (modified) * trunk/src/VBox/NetworkServices/DHCP/Makefile.kmk (modified) * trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp (modified) win DHCP server de-consoled Tue, 17 Mar 2009 10:36:42 GMT vboxsync [18012] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) OVF: added support for host only networking import Tue, 17 Mar 2009 10:32:56 GMT vboxsync [18011] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDhcpServer.cpp (modified) VBoxManageDhcp: allow ''VBoxManage modify -disable / -enable'' ... Tue, 17 Mar 2009 10:21:49 GMT vboxsync [18010] * trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCPHardened.cpp (modified) typo Tue, 17 Mar 2009 10:13:46 GMT vboxsync [18009] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxImportApplianceWgt.cpp (modified) FE/Qt4-OVF: use description icon Tue, 17 Mar 2009 10:13:11 GMT vboxsync [18008] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Some extra checks Tue, 17 Mar 2009 10:10:57 GMT vboxsync [18007] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) OVF: be a little bit smarter on the network card type import Tue, 17 Mar 2009 10:07:44 GMT vboxsync [18006] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.cpp (modified) FE/Qt4: 3714: Ask for confirmation before discarding snapshot & state. Tue, 17 Mar 2009 10:03:01 GMT vboxsync [18005] * trunk/src/VBox/Installer/solaris/makepackage.sh (modified) Solaris/Installer: setuid for non-hardened build for VBoxUSBHelper, ... Tue, 17 Mar 2009 10:01:42 GMT vboxsync [18004] * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp (modified) and another one Tue, 17 Mar 2009 09:59:38 GMT vboxsync [18003] * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp (modified) added hardened entry for VBoxNetDHCP Tue, 17 Mar 2009 09:40:34 GMT vboxsync [18002] * trunk/src/VBox/Main/xml/SettingsConverter.xsl (modified) SettingsConverter: Fix conversion from very old versions like 1.2. ... Tue, 17 Mar 2009 09:07:17 GMT vboxsync [18001] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxImportApplianceWgt.cpp (modified) FE/Qt4-OVF: add support for the description Tue, 17 Mar 2009 09:06:51 GMT vboxsync [18000] * trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp (modified) IPv6 remove bug. Tue, 17 Mar 2009 08:22:40 GMT vboxsync [17999] * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibClipboard.cpp (modified) Additions/common: remove some obsolete typecasts Tue, 17 Mar 2009 07:56:52 GMT vboxsync [17997] * trunk/src/VBox/Main/generic/NetIf-generic.cpp (modified) warnings Tue, 17 Mar 2009 07:54:41 GMT vboxsync [17996] * trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp (modified) warning Tue, 17 Mar 2009 07:51:22 GMT vboxsync [17995] * trunk/src/VBox/Devices/Network/DhcpServerRunner.h (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) warnings Tue, 17 Mar 2009 07:37:57 GMT vboxsync [17994] * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) added VBoxNetAdpCtl to the Linux installer Tue, 17 Mar 2009 07:37:15 GMT vboxsync [17993] * trunk/src/apps/adpctl/Makefile.kmk (modified) VBoxNetAdpCtl: don't use RPATH Tue, 17 Mar 2009 01:06:01 GMT vboxsync [17991] * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/xml/SettingsConverter.xsl (modified) default Dhcp server settings for non-windows platforms Mon, 16 Mar 2009 23:44:40 GMT vboxsync [17990] * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/xml/SettingsConverter.xsl (modified) default dhcp server Mon, 16 Mar 2009 23:24:48 GMT vboxsync [17989] * trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp (modified) Fixes for ip addresses and masks. Mon, 16 Mar 2009 22:45:54 GMT vboxsync [17988] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetworkDetails.cpp (modified) FE/Qt4: 2869: Rework network adapter UI - Update for 44573 commit. ... Mon, 16 Mar 2009 22:31:07 GMT vboxsync [17987] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetworkDetails.cpp (modified) FE/Qt4: 2869: Rework network adapter UI - UI unlocked for entering ... Mon, 16 Mar 2009 22:04:48 GMT vboxsync [17986] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetworkDetails.cpp (modified) FE/Qt4: 2869: Rework network adapter UI - Strict check for IPv6 ... Mon, 16 Mar 2009 22:02:09 GMT vboxsync [17985] * trunk/src/VBox/Main/win/NetIfList-win.cpp (modified) NetIf/win: clear static ip impl Mon, 16 Mar 2009 21:55:22 GMT vboxsync [17984] * trunk/src/VBox/Main/win/NetIfList-win.cpp (modified) win burn fixes Mon, 16 Mar 2009 21:44:47 GMT vboxsync [17983] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/generic/DhcpServerRunner.cpp (deleted) * trunk/src/VBox/Main/generic/DhcpServerRunner.h (deleted) remove duplicated dhcp runner Mon, 16 Mar 2009 21:42:49 GMT vboxsync [17982] * trunk/src/VBox/Main/include/netif.h (modified) Empty address handling + darwin fixes. Mon, 16 Mar 2009 21:37:19 GMT vboxsync [17981] * trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/darwin/NetIfList-darwin.cpp (modified) * trunk/src/VBox/Main/generic/NetIf-generic.cpp (modified) * trunk/src/VBox/Main/include/netif.h (modified) Empty address handling + darwin fixes. Mon, 16 Mar 2009 20:41:00 GMT vboxsync [17980] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) Frontend/VBoxManage: fix a bunch of silly bugs creeping into command ... Mon, 16 Mar 2009 20:37:01 GMT vboxsync [17979] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) VBoxManage:dhcp help fix Mon, 16 Mar 2009 20:15:21 GMT vboxsync [17978] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) compile fix Mon, 16 Mar 2009 20:10:19 GMT vboxsync [17977] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) compile fix Mon, 16 Mar 2009 20:06:09 GMT vboxsync [17976] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) compile fix Mon, 16 Mar 2009 20:01:22 GMT vboxsync [17975] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) compile fix Mon, 16 Mar 2009 19:53:46 GMT vboxsync [17974] * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) ugly hack Mon, 16 Mar 2009 19:19:27 GMT vboxsync [17971] * trunk/src/VBox/Main/solaris/NetIfList-solaris.cpp (modified) Solaris/NetIfList: Fixed non-working config. We MUST have shortname ... Mon, 16 Mar 2009 19:08:16 GMT vboxsync [17970] * trunk/include/VBox/VBoxHDD.h (modified) * trunk/src/VBox/Devices/Storage/ISCSIHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/RawHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD-Internal.h (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) * trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VHDHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/testcase/tstVD.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxNewHDWzd.cpp (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/HardDiskImpl.h (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp (modified) API/HardDisk, Storage/VBoxHDD, Frontend/VBoxManage: eliminated base ... Mon, 16 Mar 2009 19:03:33 GMT vboxsync [17969] * trunk/src/VBox/VMM/EM.cpp (modified) EM: check for pending hardware interrupts when halted in HWACC mode Mon, 16 Mar 2009 19:02:29 GMT vboxsync [17968] * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) APIC: locking refined Mon, 16 Mar 2009 18:55:59 GMT vboxsync [17967] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetworkDetails.cpp (modified) FE/Qt4: 2869: Rework network adapter UI - Strict check for IPv6 ... Mon, 16 Mar 2009 18:46:09 GMT vboxsync [17966] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) dhcp svr working Mon, 16 Mar 2009 18:36:34 GMT vboxsync [17965] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) OVF: import/export VM descriptions (comments) Mon, 16 Mar 2009 18:04:31 GMT vboxsync [17964] * 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_stream.c (modified) crOpenGL: fix client dissconection handling Mon, 16 Mar 2009 17:59:29 GMT vboxsync [17963] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) OVF: fix OpenSolaris import/export; import ethernet adapter hardware ... Mon, 16 Mar 2009 17:57:54 GMT vboxsync [17962] * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) small cosmetical fixes Mon, 16 Mar 2009 17:47:47 GMT vboxsync [17961] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) dhcp config/launch fixes Mon, 16 Mar 2009 17:31:15 GMT vboxsync [17960] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetworkDetails.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsNetworkDetails.ui (modified) FE/Qt4: 2869: Rework network adapter UI - Make better line-edit lengths. Mon, 16 Mar 2009 17:07:43 GMT vboxsync [17959] * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) FE/Qt4: Just a try to work/around Solaris + Qt4.4 cleanlooks crash. Mon, 16 Mar 2009 17:03:12 GMT vboxsync [17958] * trunk/src/VBox/Devices/Network/DhcpServerRunner.cpp (modified) warning Mon, 16 Mar 2009 16:56:17 GMT vboxsync [17957] * trunk/src/VBox/Devices/Network/DhcpServerRunner.cpp (added) * trunk/src/VBox/Devices/Network/DhcpServerRunner.h (added) OSE fix Mon, 16 Mar 2009 16:53:37 GMT vboxsync [17956] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) OVF: export the network card hardware type Mon, 16 Mar 2009 16:43:16 GMT vboxsync [17954] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetworkDetails.cpp (modified) FE/Qt4: 2869: Rework network adapter UI - giving better width to MAC ... Mon, 16 Mar 2009 16:41:41 GMT vboxsync [17953] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) some German NLS updates Mon, 16 Mar 2009 16:30:31 GMT vboxsync [17952] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) dhcp launch fixes Mon, 16 Mar 2009 16:19:53 GMT vboxsync [17951] * trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp (modified) Runtime: reversed r44528 Mon, 16 Mar 2009 16:13:09 GMT vboxsync [17950] * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) Additions/Linux/installer: fix /dev/vboxuser device creation without udev Mon, 16 Mar 2009 16:10:06 GMT vboxsync [17949] * trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp (modified) Runtime: weaken an assertion in RTErrConvertToErrno Mon, 16 Mar 2009 16:00:52 GMT vboxsync [17948] * trunk/src/VBox/Additions/linux/installer/vboxadd-timesync.sh (modified) * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) * trunk/src/VBox/Installer/linux/vboxdrv.sh.in (modified) Linux: slightly changed the kill levels of the module setup scripts ... Mon, 16 Mar 2009 16:00:37 GMT vboxsync [17947] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) ATA: create correct header for raw sector, according to the spec, ... Mon, 16 Mar 2009 15:42:55 GMT vboxsync [17946] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) disable the asserting dummi code Mon, 16 Mar 2009 15:38:17 GMT vboxsync [17945] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp (modified) VBoxManage list fix for non-windows platforms. Mon, 16 Mar 2009 15:13:52 GMT vboxsync [17944] * trunk/src/VBox/Additions/common/crOpenGL/Makefile.kmk (modified) crOpenGL: cheat compiz loaded to allow run without SKIP_CHECKS=yes ... Mon, 16 Mar 2009 15:03:12 GMT vboxsync [17943] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxNewVMWzd.cpp (modified) FE/Qt4: fix default USB settings Mon, 16 Mar 2009 14:54:50 GMT vboxsync [17942] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxNewVMWzd.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) Moved default USB enabling to the GUI. Mon, 16 Mar 2009 14:48:30 GMT vboxsync [17941] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) OVF: On import attach to the first available host network interface ... Mon, 16 Mar 2009 14:47:42 GMT vboxsync [17940] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/generic/DhcpServerRunner.cpp (modified) * trunk/src/VBox/Main/generic/DhcpServerRunner.h (modified) dhcp runner fixes + disabled launching code Mon, 16 Mar 2009 14:28:53 GMT vboxsync [17939] * trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) VBoxManage: Make it possible to specify the SCSI controller type