# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Jan 5, 2025 6:27:37 PM Wed, 07 May 2008 15:28:49 GMT vboxsync [8667] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui.h (modified) 1. Reusing some tr() from VBoxGlobal context in Session Information ... Wed, 07 May 2008 15:24:57 GMT vboxsync [8666] * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/include/HostImpl.h (modified) Removed the duplicate USB device list in Host and moved 4 methods ... Wed, 07 May 2008 15:23:25 GMT vboxsync [8665] * trunk/src/VBox/Main/VirtualBoxBase.cpp (modified) Use must use atomic compare-and-exchange logic here to be 100% correct. Wed, 07 May 2008 15:17:32 GMT vboxsync [8664] * trunk/src/VBox/Main/AutoLock.cpp (modified) Lock counting. Correct #else/#endif comments (gnu convention). Wed, 07 May 2008 15:15:05 GMT vboxsync [8663] * trunk/include/iprt/log.h (modified) * trunk/src/VBox/Runtime/common/log/log.cpp (modified) New logger prefix: lockcnts Output: read/write Wed, 07 May 2008 14:58:05 GMT vboxsync [8662] * trunk/src/VBox/Runtime/generic/critsect-generic.cpp (modified) PDMCritSect fix. Wed, 07 May 2008 14:40:30 GMT vboxsync [8661] * trunk/src/VBox/Runtime/common/misc/thread.cpp (modified) Another attempt - don't call rtThreadRemove twice and if we do call ... Wed, 07 May 2008 14:40:04 GMT vboxsync [8660] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) Solaris installer: kmk clean corrections. Wed, 07 May 2008 14:39:41 GMT vboxsync [8659] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Updates for 64 bits paging. Removed conditional dirty and accessed ... Wed, 07 May 2008 14:27:19 GMT vboxsync [8658] * trunk/src/VBox/Runtime/common/misc/thread.cpp (modified) Invalidate the thread structure *after* removing it from the tree or ... Wed, 07 May 2008 14:25:50 GMT vboxsync [8657] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) Solaris installer: more silly mistakes corrected. Wed, 07 May 2008 13:31:05 GMT vboxsync [8656] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) comments. Wed, 07 May 2008 13:23:33 GMT vboxsync [8655] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) Use word separators, please, only typedefs are - by optional ... Wed, 07 May 2008 13:11:22 GMT vboxsync [8654] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) 2800 "FE/Qt: Switch to fullscreen does not work reliably" : Avoid ... Wed, 07 May 2008 12:31:30 GMT vboxsync [8653] * trunk/include/iprt/semaphore.h (modified) * trunk/src/VBox/Runtime/r3/posix/semrw-posix.cpp (modified) Added RTSemRWIsWriteOwner, RTSemRWGetWriteRecursion and ... Wed, 07 May 2008 12:22:39 GMT vboxsync [8652] * trunk/src/VBox/Runtime/r3/posix/semrw-posix.cpp (modified) Lock counting. Wed, 07 May 2008 12:16:29 GMT vboxsync [8651] * trunk/src/VBox/Runtime/generic/critsect-generic.cpp (modified) * trunk/src/VBox/Runtime/include/internal/strict.h (copied) * trunk/src/VBox/Runtime/r3/linux/semmutex-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/semmutex-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/sems-win.cpp (modified) Moved the strictness indicators into internal/strict.h. Wed, 07 May 2008 12:07:55 GMT vboxsync [8650] * trunk/src/VBox/Runtime/generic/critsect-generic.cpp (modified) L4 uses TLS and doesn't need to be excluded from strict critsects. Wed, 07 May 2008 12:04:03 GMT vboxsync [8649] * trunk/src/VBox/Runtime/r3/posix/semmutex-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/sems-win.cpp (modified) Count mutex locks. Wed, 07 May 2008 11:30:29 GMT vboxsync [8648] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxRegistrationDlg.h (added) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxRegistrationDlg.cpp (added) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxRegistrationDlg.ui (modified) FE/Qt4: Fixed last Qt3 support warnings and added copyright notice. Wed, 07 May 2008 11:17:33 GMT vboxsync [8647] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) Solaris installer: corrected some file permissions. Wed, 07 May 2008 11:03:10 GMT vboxsync [8646] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) Solaris installer: use objcopy to copy only debug symbols. Fixed ... Wed, 07 May 2008 11:01:00 GMT vboxsync [8645] * trunk/include/iprt/thread.h (modified) * trunk/src/VBox/Runtime/common/misc/thread.cpp (modified) * trunk/src/VBox/Runtime/generic/critsect-generic.cpp (modified) * trunk/src/VBox/Runtime/include/internal/thread.h (modified) Added lock counts to the threads. Wed, 07 May 2008 10:37:27 GMT vboxsync [8644] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp (modified) 2797: "FE/Qt: CD images not sorted in drop-down list": Taking into ... Wed, 07 May 2008 10:24:35 GMT vboxsync [8643] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) Solaris Installer: fix for SDK conditionally includes and other cleanups. Wed, 07 May 2008 08:42:44 GMT vboxsync [8642] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) Palette entries loop fix, thanks to Frank. Wed, 07 May 2008 08:29:23 GMT vboxsync [8641] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMFirstRunWzd.h (added) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMFirstRunWzd.cpp (added) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMFirstRunWzd.ui (modified) FE/Qt4: Fixed last Qt3 support warnings and added copyright notice. Wed, 07 May 2008 07:00:35 GMT vboxsync [8640] * trunk/src/VBox/Additions/x11/xclient/main.cpp (modified) typo Tue, 06 May 2008 20:05:44 GMT vboxsync [8639] * trunk/src/VBox/Main/AutoLock.cpp (modified) * trunk/src/VBox/Main/include/AutoLock.h (modified) Main/AutoLock: More debugging. Tue, 06 May 2008 18:44:55 GMT vboxsync [8638] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) Attempted build fix Tue, 06 May 2008 17:25:12 GMT vboxsync [8637] * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) spelling. Tue, 06 May 2008 17:24:11 GMT vboxsync [8636] * trunk/src/VBox/VMM/Makefile.kmk (modified) .o/.obj alias for PGMPhysRWTmpl. Tue, 06 May 2008 17:22:43 GMT vboxsync [8635] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/PGMPhysRWTmpl.h (moved) PGMPhys.h -> PGMPhysRWTmpl.h Tue, 06 May 2008 17:20:38 GMT vboxsync [8634] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) Solaris installer: commented out Conditional SDK stuff for build ... Tue, 06 May 2008 17:01:30 GMT vboxsync [8633] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) * trunk/src/VBox/Installer/solaris/sdkfiles (added) Solaris installer: attempt to pack SDK conditionally for excluding ... Tue, 06 May 2008 16:36:00 GMT vboxsync [8632] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxNewVMWzd.cpp (added) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewVMWzd.ui (modified) FE/Qt4: Removed last Qt3 support warnings, added copyright notice & ... Tue, 06 May 2008 16:32:39 GMT vboxsync [8631] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) Make sure cd booting doesn't get upset by the media change guest ... Tue, 06 May 2008 16:17:02 GMT vboxsync [8630] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) FE/Qt4: Create VBoxNewVMWzd with a parent, first to center the wizard ... Tue, 06 May 2008 15:54:29 GMT vboxsync [8629] * trunk/src/VBox/Frontends/VirtualBox4/src/QIWidgetValidator.cpp (modified) FE/Qt4: Fixed a bug where the input isn't validated on every text ... Tue, 06 May 2008 14:35:21 GMT vboxsync [8628] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) 2838: "Don't leave fullscreen when changing the guest resolution" fix. Tue, 06 May 2008 13:27:07 GMT vboxsync [8626] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/PGMPhys.h (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) Renamed the PGMR3PhysRead* and PGMR3PhysWrite* function and added U64 ... Tue, 06 May 2008 13:25:07 GMT vboxsync [8625] * trunk/src/VBox/VMM/PGMHandler.cpp (modified) trailing spaces. Tue, 06 May 2008 13:24:09 GMT vboxsync [8624] * trunk/src/VBox/VMM/PGM.cpp (modified) Fixed bug in PGMR3CheckIntegrity that would surface during reset in ... Tue, 06 May 2008 13:19:54 GMT vboxsync [8623] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) Attempt to fix parallel packing. Tue, 06 May 2008 12:46:16 GMT vboxsync [8621] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/QILineEdit.h (added) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxNewVMWzd.h (added) * trunk/src/VBox/Frontends/VirtualBox4/src/QILineEdit.cpp (added) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxNewHDWzd.cpp (added) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewHDWzd.ui (modified) FE/Qt4: - created a QILineEdit class with a method for setting the ... Tue, 06 May 2008 12:08:04 GMT vboxsync [8620] * trunk/src/VBox/Main/SerialPortImpl.cpp (modified) eol Tue, 06 May 2008 11:16:36 GMT vboxsync [8619] * trunk/src/VBox/Runtime/common/string/strformat.cpp (modified) New nesting extension '%M' that replaces the format string. Note that ... Tue, 06 May 2008 10:34:44 GMT vboxsync [8618] * trunk/src/VBox/Devices/PC/BIOS/logo.c (modified) New line after the F12 message. Tue, 06 May 2008 10:33:33 GMT vboxsync [8617] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) Disable graphic splash screen if it doesn't fit into VRAM. Tue, 06 May 2008 10:01:36 GMT vboxsync [8613] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Use TMTimerSetMillies. Tue, 06 May 2008 09:42:34 GMT vboxsync [8612] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ar.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts (modified) FE/Qt: NLS: Updated all langugaes to keep in sync with r30482. Tue, 06 May 2008 07:49:38 GMT vboxsync [8611] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMNetworkSettings.ui.h (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) 82543GC support is ready. RX crit section removed. Mon, 05 May 2008 20:09:26 GMT vboxsync [8610] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAPOs2.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAPWin32.cpp (modified) PCNet: completed fix for broken hostif with certain guests. Make sure ... Mon, 05 May 2008 17:11:37 GMT vboxsync [8609] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp (modified) 2797: "FE/Qt: CD images not sorted in drop-down list": fix request ... Mon, 05 May 2008 17:01:15 GMT vboxsync [8608] * trunk/src/VBox/VMM/VM.cpp (modified) todo comment. Mon, 05 May 2008 16:56:41 GMT vboxsync [8607] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) Solaris packing: added debug archive of non-stripped binaries. Mon, 05 May 2008 16:02:31 GMT vboxsync [8606] * trunk/src/VBox/Main/SATAControllerImpl.cpp (modified) Compiler fix Mon, 05 May 2008 15:53:09 GMT vboxsync [8605] * trunk/src/VBox/Main/SATAControllerImpl.cpp (modified) Another parameter check Mon, 05 May 2008 15:37:41 GMT vboxsync [8604] * trunk/src/VBox/VMM/VM.cpp (modified) Workaround for the multiple error messages set in the ... Mon, 05 May 2008 15:23:23 GMT vboxsync [8603] * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/SATAControllerImpl.cpp (modified) Return a COM error if there are invalid parameters Mon, 05 May 2008 14:45:38 GMT vboxsync [8602] * trunk/src/VBox/Main/MachineImpl.cpp (modified) r=bird: SATA todo. Mon, 05 May 2008 14:39:39 GMT vboxsync [8601] * trunk/src/VBox/Devices/Network/solaris/vbox-libdlpi.cpp (modified) r=bird: Please rename the function pointers to g_pfnLibDlpi*. Mon, 05 May 2008 14:38:48 GMT vboxsync [8600] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp (modified) FE/Qt4: Compilation fixes if the debugger is enabled. Mon, 05 May 2008 14:33:41 GMT vboxsync [8599] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) PCNet: fix for broken hostif for with certain guests Mon, 05 May 2008 14:13:39 GMT vboxsync [8597] * trunk/src/VBox/Devices/Network/solaris/libdladm.h (deleted) * trunk/src/VBox/Devices/Network/solaris/libdlvnic.h (deleted) * trunk/src/VBox/Devices/Network/solaris/sys (deleted) Delete obsolete files for Crossbow. Mon, 05 May 2008 14:11:24 GMT vboxsync [8594] * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) AssertPtrBreakVoid -> AssertPtrBreak. Mon, 05 May 2008 13:59:36 GMT vboxsync [8582] * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) AssertMsgFailedBreakVoid -> AssertMsgFailedBreak Mon, 05 May 2008 13:58:33 GMT vboxsync [8581] * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) AssertFailedBreakVoid -> AssertFailedBreak. Mon, 05 May 2008 13:56:33 GMT vboxsync [8580] * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) AssertMsgBreakVoid -> AssertMsgBreak. Mon, 05 May 2008 13:54:26 GMT vboxsync [8579] * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/darwin/iokit.cpp (modified) * trunk/src/VBox/Runtime/common/time/time.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) AssertBreakVoid -> AssertBreak Mon, 05 May 2008 13:39:49 GMT vboxsync [8576] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxHardDiskSettings.ui.h (modified) Forgot correcting putBackToMachine Mon, 05 May 2008 13:13:19 GMT vboxsync [8573] * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) AssertRCBreak -> AssertRCBreakStmt; Fixed broken ... Mon, 05 May 2008 12:47:59 GMT vboxsync [8572] * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) AssertPtrBreak -> AssertPtrBreakStmt; a bunch of unused break ... Mon, 05 May 2008 12:43:53 GMT vboxsync [8571] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) * trunk/src/VBox/Devices/Network/solaris/vbox-libdlpi.cpp (added) * trunk/src/VBox/Devices/Network/solaris/vbox-libdlpi.h (added) Solaris hostif: Load libdlpi dynamically. Mon, 05 May 2008 12:36:54 GMT vboxsync [8570] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: Assert if the attached hard disk is SATA but aDevice is not zero Mon, 05 May 2008 12:32:51 GMT vboxsync [8569] * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/darwin/iokit.cpp (modified) * trunk/src/VBox/Main/linux/server_module.cpp (modified) * trunk/src/VBox/Runtime/common/time/time.cpp (modified) * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) AssertBreak -> AssertBreakStmt. Mon, 05 May 2008 12:24:08 GMT vboxsync [8568] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/QIListView.h (added) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMListView.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/QIListView.cpp (added) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMListView.cpp (modified) FE/Qt4-OSX: Added extra base classes for the styling of the ListView ... Mon, 05 May 2008 12:17:54 GMT vboxsync [8567] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxHardDiskSettings.ui.h (modified) Fix SATA bug #2818 Mon, 05 May 2008 12:04:23 GMT vboxsync [8566] * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) AssertMsgFailedBreak -> AssertMsgFailedBreakStmt; AssertFailedBreak ... Mon, 05 May 2008 12:01:52 GMT vboxsync [8565] * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) AssertMsgBreak -> AssertMsgBreakStmt. Mon, 05 May 2008 11:50:50 GMT vboxsync [8564] * trunk/include/VBox/cdefs.h (modified) * trunk/src/VBox/VMM/CFGM.cpp (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/VM.cpp (modified) * trunk/src/recompiler/target-i386/helper.c (modified) NoDmik -> NOT_DMIK. Mon, 05 May 2008 10:53:40 GMT vboxsync [8562] * trunk/include/VBox/usb.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/USBProxyService.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/USBProxyService.h (modified) Removed the USBDEVICE_WITH_EVERYTHING code. (we can fish it out of ... Mon, 05 May 2008 10:13:47 GMT vboxsync [8561] * trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp (modified) To/FromNative - posix. Mon, 05 May 2008 10:09:29 GMT vboxsync [8560] * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) To/FromNative - windows. Mon, 05 May 2008 10:00:33 GMT vboxsync [8557] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMShw.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) Updates for 64 bits paging. Removed unused ... Mon, 05 May 2008 08:53:16 GMT vboxsync [8556] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMNetworkSettings.ui.h (modified) FE/Qt: don't disply E1000 in the network settings if E1000 is ... Mon, 05 May 2008 08:34:16 GMT vboxsync [8555] * trunk/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh (modified) Solaris hostif: fixed vnic_init script for the changed vna. Mon, 05 May 2008 08:08:06 GMT vboxsync [8554] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Always refuse to load if the cpu is in vmx root mode (32 bits to PAE ... Mon, 05 May 2008 08:01:48 GMT vboxsync [8553] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Moved VMX root mode check around. Sat, 03 May 2008 15:09:28 GMT vboxsync [8550] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Corrected the KVM presence check Sat, 03 May 2008 09:15:21 GMT vboxsync [8549] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) quelques fautes corrigées Sat, 03 May 2008 01:17:14 GMT vboxsync [8548] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) logging. Sat, 03 May 2008 00:54:40 GMT vboxsync [8547] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/HostImpl.h (modified) Removed the non-NEW_HOSTUSBDEVICE_STATE code. Sat, 03 May 2008 00:37:06 GMT vboxsync [8546] * trunk/src/VBox/Main/Makefile.kmk (modified) Use the new HostUSBDevice state code. Fri, 02 May 2008 20:49:42 GMT vboxsync [8544] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) Fixed crash in Console::usbDetachCallback log statement, probably ... Fri, 02 May 2008 17:48:42 GMT vboxsync [8543] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/VMM/PGMMap.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) Corrected the error code for that core code 'allocation' failure. Fri, 02 May 2008 17:26:30 GMT vboxsync [8542] * trunk/src/VBox/VMM/VMM.cpp (modified) Try harder to find contiguous memory for the core code (world ... Fri, 02 May 2008 17:23:09 GMT vboxsync [8541] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Why do I keep hitting this assertion?!? 3ms and bang. Added more info. Fri, 02 May 2008 17:07:28 GMT vboxsync [8540] * trunk/src/VBox/Main/Makefile.kmk (modified) Linux now uses the new HostUSBDevice code too. Fri, 02 May 2008 17:02:10 GMT vboxsync [8539] * trunk/include/VBox/usb.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk (modified) * 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/include/USBDeviceImpl.h (modified) Drop the USBDEVICE bits we don't currently need.