# # ChangeLog for trunk/src/VBox/Main in vbox # # Generated by Trac 1.4.3.2 # Dec 4, 2024 11:59:34 AM Fri, 16 Nov 2007 20:34:18 GMT vboxsync [5782] * trunk/include/VBox/vrdpapi.h (modified) * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/include/ConsoleVRDPServer.h (modified) Implemented NumLock state synch over VRDP. Fri, 16 Nov 2007 17:18:13 GMT vboxsync [5777] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: Fixed a dedalock (Machine::AttachHardDisk() calledl VirtualBox ... Fri, 16 Nov 2007 14:55:51 GMT vboxsync [5771] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/SystemPropertiesImpl.h (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Main, VBoxManage: add setting for webservice authentication library ... Fri, 16 Nov 2007 11:50:40 GMT vboxsync [5770] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/idl/doxygen.xsl (modified) Main documentation: updates. Thu, 15 Nov 2007 13:03:25 GMT vboxsync [5755] * trunk/src/VBox/Devices/Builtins.cpp (modified) * trunk/src/VBox/Devices/Builtins.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Added new type of network device 'e1000'. Define VBOX_WITH_E1000 to ... Wed, 14 Nov 2007 13:16:34 GMT vboxsync [5743] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) space Wed, 14 Nov 2007 13:15:00 GMT vboxsync [5742] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) enclosed some more code in VBOX_WITH_VBOX tests. Wed, 14 Nov 2007 12:47:10 GMT vboxsync [5741] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) try avoid the PDMR3USB bits when VBOX_WITH_USB isn't defined. Tue, 13 Nov 2007 12:15:51 GMT vboxsync [5721] * trunk/Config.kmk (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) Cleaned out some old (pre-PDMUSB) code. Mon, 12 Nov 2007 17:06:56 GMT vboxsync [5713] * trunk/include/VBox/pdmusb.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/HostUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/USBDeviceFilterImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/HostUSBDeviceImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/SessionImpl.h (modified) * trunk/src/VBox/Main/include/USBControllerImpl.h (modified) * trunk/src/VBox/Main/include/USBDeviceFilterImpl.h (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Added an maskedInterface property to the USB filters. It is used to ... Mon, 12 Nov 2007 06:31:09 GMT vboxsync [5698] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Solaris crossbow changes. Sun, 11 Nov 2007 17:22:14 GMT vboxsync [5688] * trunk/src/VBox/Main/linux/server.cpp (modified) Made the leopard happy. Fri, 09 Nov 2007 19:26:17 GMT vboxsync [5659] * trunk/src/VBox/Main/ParallelPortImpl.cpp (modified) * trunk/src/VBox/Main/SerialPortImpl.cpp (modified) Main: Fixed SerialPort::COMSETTER(Path) to not accept empty paths ... Fri, 09 Nov 2007 19:24:58 GMT vboxsync [5658] * trunk/include/VBox/com/ErrorInfo.h (modified) * trunk/include/VBox/com/EventQueue.h (modified) * trunk/include/VBox/com/Guid.h (modified) * trunk/include/VBox/com/com.h (modified) * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/Matching.cpp (modified) * trunk/src/VBox/Main/glue/ErrorInfo.cpp (modified) * trunk/src/VBox/Main/glue/EventQueue.cpp (modified) * trunk/src/VBox/Main/glue/com.cpp (modified) * trunk/src/VBox/Main/glue/initterm.cpp (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Main/include/AutoLock.h (modified) * trunk/src/VBox/Main/include/Matching.h (modified) * trunk/src/VBox/Main/include/Shareable.h (modified) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) Main: Removed semicolons after the namespace closing curly braces ... Fri, 09 Nov 2007 15:03:25 GMT vboxsync [5652] * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/USBProxyService.h (modified) Prototyping USB support for OS/2 hosts. Thu, 08 Nov 2007 11:07:42 GMT vboxsync [5642] * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) Main: Return an error when two machines witht he same UUID are ... Wed, 07 Nov 2007 20:55:27 GMT vboxsync [5641] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) webservice: add support for retrieving local ISession object; extend ... Wed, 07 Nov 2007 15:36:22 GMT vboxsync [5637] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) fa -> af. comment. Tue, 06 Nov 2007 08:31:49 GMT vboxsync [5631] * trunk/src/VBox/Main/HostImpl.cpp (modified) Main: Fixed silly typo. Mon, 05 Nov 2007 13:42:54 GMT vboxsync [5628] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) when inserting extra data, insert a number only if we can convert the ... Mon, 05 Nov 2007 12:45:05 GMT vboxsync [5627] * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) Main: Improved Machine incapsulation by removing data(), userData(), ... Sat, 03 Nov 2007 12:32:15 GMT vboxsync [5626] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Forgot to update the UUID Fri, 02 Nov 2007 13:41:19 GMT vboxsync [5621] * trunk/src/VBox/Main/Makefile.kmk (modified) Another missing VBOX_WITH_ECHI Fri, 02 Nov 2007 13:38:05 GMT vboxsync [5620] * trunk/src/VBox/Main/Makefile.kmk (modified) VBOX_WITH_ECHI changes Fri, 02 Nov 2007 13:23:12 GMT vboxsync [5617] * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) Forgot to load and save the EnabledEhci setting Fri, 02 Nov 2007 13:11:36 GMT vboxsync [5616] * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) Correctly process a NULL netAddress value. Fri, 02 Nov 2007 12:56:49 GMT vboxsync [5613] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/USBControllerImpl.h (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) EHCI: Added xml setting to enable the EHCI controller. Fri, 02 Nov 2007 11:40:44 GMT vboxsync [5611] * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) Fixed querying netAddress property in VRDP server. Wed, 31 Oct 2007 18:24:35 GMT vboxsync [5586] * trunk/Config.kmk (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) Solaris crossbow integration, work in progress. Wed, 31 Oct 2007 16:46:34 GMT vboxsync [5580] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) Main: corrected a highly confusing comment Wed, 31 Oct 2007 09:33:52 GMT vboxsync [5572] * trunk/src/VBox/Devices/Builtins.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) EHCI: Main integration Tue, 30 Oct 2007 17:26:28 GMT vboxsync [5561] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) pass down the version of the usb device (still gotta find the version ... Tue, 30 Oct 2007 16:04:51 GMT vboxsync [5559] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: Fixed: VBoxSVC would crash on attempt to create a VM with the ... Mon, 29 Oct 2007 11:16:02 GMT vboxsync [5546] * trunk/src/VBox/Main/include/vbox-libhal.h (modified) * trunk/src/VBox/Main/linux/vbox-libhal.cpp (modified) Host DVD (Linux hosts): load libhal using the correct name Sat, 27 Oct 2007 04:32:16 GMT vboxsync [5539] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) osx fix Sat, 27 Oct 2007 04:22:10 GMT vboxsync [5538] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) portVersion query code (not tested, so not enabled). Fixed annoying ... Fri, 26 Oct 2007 18:28:10 GMT vboxsync [5528] * trunk/src/VBox/Main/HostUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/RemoteUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/USBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/HostUSBDeviceImpl.h (modified) * trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h (modified) * trunk/src/VBox/Main/include/USBDeviceImpl.h (modified) Added PortVersion and Version attributes for obtaining the major USB ... Fri, 26 Oct 2007 17:28:37 GMT vboxsync [5523] * trunk/src/VBox/Frontends/VBoxBFE/USBProxyService.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/USBProxyService.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp (modified) * trunk/src/VBox/Main/USBProxyService.cpp (modified) * trunk/src/VBox/Main/include/USBProxyService.h (modified) * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) * trunk/src/VBox/Main/xml/cfgldr.cpp (modified) Main: Fixed memory errors and leaks found by valgrind. Fri, 26 Oct 2007 16:29:13 GMT vboxsync [5520] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) PDMUsb Thu, 25 Oct 2007 13:02:05 GMT vboxsync [5504] * trunk/src/VBox/Main/linux/server.cpp (modified) Main/Glue: Removed code outdated by r25693; Fixed memory leak ... Thu, 25 Oct 2007 10:37:58 GMT vboxsync [5501] * trunk/Config.kmk (modified) * trunk/src/VBox/Main/glue/initterm.cpp (modified) * trunk/src/VBox/Main/linux/server_module.cpp (modified) * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) * trunk/src/VBox/Main/testcase/makefile.tstVBoxAPILinux (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPIWin.cpp (modified) * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) Main/XPCOM: Sorted out the XPCOM glue library usage: the standalone ... Thu, 25 Oct 2007 03:40:12 GMT vboxsync [5495] * trunk/src/VBox/Main/Makefile.kmk (modified) more? grr. Fri, 19 Oct 2007 16:47:52 GMT vboxsync [5390] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) Main: Implemented IConsole::AdoptSavedState(); Prototyped ... Fri, 19 Oct 2007 16:44:44 GMT vboxsync [5388] * trunk/src/VBox/Main/include/BIOSSettingsImpl.h (modified) Main: BIOSSettings: Don't forget to update Data::operator== when ... Fri, 19 Oct 2007 15:05:51 GMT vboxsync [5385] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) webservices: add ISessionManager::logoff() with all cleanups Fri, 19 Oct 2007 14:13:41 GMT vboxsync [5383] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) webservices: add sessions and ISessionManager interface (webservice ... Fri, 19 Oct 2007 09:09:51 GMT vboxsync [5378] * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) Fix incorrect MAC address validity check. Thu, 18 Oct 2007 09:57:06 GMT vboxsync [5368] * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/include/vbox-libhal.h (modified) * trunk/src/VBox/Main/linux/vbox-libhal.cpp (modified) Attempt to fix libhal cdrom and floppy detection Wed, 17 Oct 2007 17:11:26 GMT vboxsync [5361] * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Main/BIOSSettingsImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/BIOSSettingsImpl.h (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Added option to emulate PIIX4 IDE controller. Defaults to PIIX4 for ... Wed, 17 Oct 2007 13:48:58 GMT vboxsync [5357] * trunk/src/VBox/Main/Makefile.kmk (modified) Solaris patch 18. Tue, 16 Oct 2007 17:00:04 GMT vboxsync [5332] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/bootp.c (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.h (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Make PXE booting in NAT mode work without much hassle. Mon, 15 Oct 2007 12:04:26 GMT vboxsync [5292] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp (modified) API change to allow VM to be created with predefined UUID. Fri, 12 Oct 2007 19:38:47 GMT vboxsync [5279] * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) Cap the VDI progress at 99% letting the main code do the final %. Fri, 12 Oct 2007 19:38:37 GMT vboxsync [5278] * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) Cap the VDI progress at 99% letting the main code do the final %. Fri, 12 Oct 2007 18:02:48 GMT vboxsync [5272] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) * trunk/src/VBox/Main/include/VMMDev.h (modified) Shutdown HGCM services before the VM is powered down. Fri, 12 Oct 2007 00:08:02 GMT vboxsync [5252] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Main/MachineDebuggerImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineDebuggerImpl.h (modified) Added a pattern argument to the IMachineDebugger ResetStats and ... Fri, 12 Oct 2007 00:06:50 GMT vboxsync [5251] * trunk/src/VBox/Main/VirtualBoxBase.cpp (modified) more noise. Fri, 12 Oct 2007 00:05:27 GMT vboxsync [5250] * trunk/src/VBox/Main/include/AutoLock.h (modified) strlen->size_t + RTCritSectLeaveMultiple(unsigned,) => noise. fixed. Thu, 11 Oct 2007 13:59:13 GMT vboxsync [5236] * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/HardDiskImpl.h (modified) Main: Differencing hard disks belonging to a snapshot could be ... Thu, 11 Oct 2007 12:23:04 GMT vboxsync [5235] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: Fixed another r24978 regression: Don't de-associate hard disks ... Wed, 10 Oct 2007 13:33:06 GMT vboxsync [5218] * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/SnapshotImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) Main: Fixed getDVDImageUsage()/getFloppyImageUsage() to a) prevent ... Wed, 10 Oct 2007 12:09:01 GMT vboxsync [5217] * trunk/src/VBox/Main/HostImpl.cpp (modified) typo Tue, 09 Oct 2007 18:43:56 GMT vboxsync [5212] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.h (modified) * trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c (modified) Solaris. Tue, 09 Oct 2007 18:11:50 GMT vboxsync [5210] * trunk/src/VBox/Main/Makefile.kmk (modified) Silly typo. Tue, 09 Oct 2007 17:47:38 GMT vboxsync [5209] * trunk/src/VBox/Main/Makefile.kmk (modified) solaris VBoxSVC needs getfullrawname, which is in libadm.so. Tue, 09 Oct 2007 13:45:00 GMT vboxsync [5203] * trunk/src/VBox/Main/Makefile.kmk (modified) ORDERDEPS should be sufficient. Mon, 08 Oct 2007 18:27:49 GMT vboxsync [5190] * trunk/src/VBox/Main/MachineDebuggerImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineDebuggerImpl.h (modified) Added MachineDebugger::getStats. Mon, 08 Oct 2007 13:38:34 GMT vboxsync [5186] * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/HostImpl.h (modified) Solaris DVD/CDROM. Fri, 05 Oct 2007 16:49:56 GMT vboxsync [5171] * trunk/src/VBox/Main/BIOSSettingsImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/BIOSSettingsImpl.h (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Added PXEDebug option scaffolding. Fri, 05 Oct 2007 10:25:12 GMT vboxsync [5163] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: Fixed regression caused by r24978: Don't deassociate hard disks ... Fri, 05 Oct 2007 10:21:16 GMT vboxsync [5162] * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) Main: Removed extra logging. Thu, 04 Oct 2007 21:10:22 GMT vboxsync [5161] * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) Main: create copy of the format string before freeing it Wed, 03 Oct 2007 20:56:45 GMT vboxsync [5150] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/SystemPropertiesImpl.h (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) implemented LogHistoryCount system property (Main+VBoxManage) Tue, 02 Oct 2007 20:50:23 GMT vboxsync [5146] * 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/VBoxManageSVN.cpp (added) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/Version.cpp (added) * trunk/src/VBox/Main/include/Version.h (added) move the SVN revision stuff into separate files to omit recompilation ... Mon, 01 Oct 2007 15:25:37 GMT vboxsync [5127] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Main/GUI: Better regexp for the MAC address. Mon, 01 Oct 2007 14:52:32 GMT vboxsync [5126] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/Devices/Builtins.cpp (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Solaris Mon, 01 Oct 2007 13:16:29 GMT vboxsync [5122] * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/include/HardDiskImpl.h (modified) Main: So far, assume that the custom hard disk location is always a ... Mon, 01 Oct 2007 12:22:28 GMT vboxsync [5120] * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) Back out allowing colons in MAC addresses. Getting it right would ... Mon, 01 Oct 2007 12:04:39 GMT vboxsync [5119] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/VMM/VM.cpp (modified) Rewrote two error messages Mon, 01 Oct 2007 11:56:04 GMT vboxsync [5118] * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) Main: Added checking for errors when initializing NetworkAdapter and ... Mon, 01 Oct 2007 11:27:40 GMT vboxsync [5117] * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) Make the MAC address validity check accept lower-case hex digits and ... Mon, 01 Oct 2007 08:32:57 GMT vboxsync [5115] * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: CustomHardDisk wording. Fri, 28 Sep 2007 19:02:15 GMT vboxsync [5107] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) getenv => RTEnvGet Fri, 28 Sep 2007 16:13:06 GMT vboxsync [5101] * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/HardDiskImpl.h (modified) * trunk/src/VBox/Main/linux/server.cpp (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Introduce a new harddisk object which supports virtual harddisk ... Thu, 27 Sep 2007 12:34:37 GMT vboxsync [5074] * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Main: Added the default value for the Network::speed attribute in the ... Wed, 26 Sep 2007 17:15:30 GMT vboxsync [5061] * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/linux/server_module.cpp (modified) Main: More logging. Wed, 26 Sep 2007 17:14:35 GMT vboxsync [5060] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Added custom line speed setting to XML/COM/CFGM. Hope I haven't ... Tue, 25 Sep 2007 15:59:19 GMT vboxsync [5028] * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) Main: Improved the hard disk testcase. Tue, 25 Sep 2007 15:58:51 GMT vboxsync [5027] * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) Main: Change Utf8StrFmt to Utf8StrFmtVA, could trigger a fancy ... Tue, 25 Sep 2007 15:04:39 GMT vboxsync [5024] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) Pointer shape size calculation error. Copied too much. Fri, 21 Sep 2007 09:48:10 GMT vboxsync [4945] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) just to make it compile on freebsd. Thu, 20 Sep 2007 08:30:31 GMT vboxsync [4912] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) Do not call the framebuffer NotifyUpdate is rectangle is empty. Wed, 19 Sep 2007 08:36:41 GMT vboxsync [4895] * trunk/src/VBox/Main/Makefile.kmk (modified) FreeBSD Wed, 19 Sep 2007 08:32:14 GMT vboxsync [4894] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) FreeBSD Wed, 19 Sep 2007 08:29:25 GMT vboxsync [4893] * trunk/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd (copied) freebsd schema. Wed, 19 Sep 2007 08:14:55 GMT vboxsync [4892] * trunk/src/VBox/Main/include/VirtualBoxXMLUtil.h (modified) oops. Wed, 19 Sep 2007 08:03:39 GMT vboxsync [4890] * trunk/src/VBox/Main/include/VirtualBoxXMLUtil.h (modified) FreeBSD patches Mon, 17 Sep 2007 21:28:52 GMT vboxsync [4876] * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) must include iprt/alloca.h when using alloca. Mon, 17 Sep 2007 17:28:24 GMT vboxsync [4862] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) * trunk/src/VBox/Main/glue/initterm.cpp (modified) Main/GUI/Win32: Don't apply the brute force STA to MTA change hack ... Mon, 17 Sep 2007 15:26:03 GMT vboxsync [4859] * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Main: Renamed / to // in ...