# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Jan 22, 2025 12:42:09 PM Tue, 11 Sep 2007 10:15:39 GMT vboxsync [4695] * trunk/src/VBox/Runtime/VBox/logbackdoor.cpp (modified) Added Linux kernel symbol export to logbackdoor.cpp Tue, 11 Sep 2007 10:14:54 GMT vboxsync [4694] * trunk/src/VBox/Runtime/VBox/strformat-vbox.cpp (modified) * trunk/src/VBox/Runtime/strformat.cpp (modified) * trunk/src/VBox/Runtime/strformatrt.cpp (modified) C-ify some files in the runtime for building them inside Linux kernel ... Tue, 11 Sep 2007 10:14:38 GMT vboxsync [4693] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp (modified) PGMPhysGCPtr2CCPtr and ReadOnly versions. Tue, 11 Sep 2007 09:53:55 GMT vboxsync [4692] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp (modified) Changed API for converting guest memory into CCPtrs. Tue, 11 Sep 2007 09:40:49 GMT vboxsync [4691] * trunk/src/VBox/VMM/CPUM.cpp (modified) Tue, 11 Sep 2007 09:38:38 GMT vboxsync [4690] * trunk/src/VBox/VMM/CPUM.cpp (modified) Enabled clflush and corrected cpuid[1].ebx. Tue, 11 Sep 2007 09:18:54 GMT vboxsync [4689] * trunk/include/VBox/pgm.h (modified) * trunk/include/VBox/vmm.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) ring-3 chunk mappings (in progress). Tue, 11 Sep 2007 09:14:12 GMT vboxsync [4688] * trunk/include/VBox/mm.h (modified) * trunk/src/VBox/VMM/MMHeap.cpp (modified) MM_TAG_PGM_CHUNK_MAPPING. Tue, 11 Sep 2007 09:13:32 GMT vboxsync [4687] * trunk/include/iprt/avl.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/table/avl_Destroy.cpp.h (modified) * trunk/src/VBox/Runtime/table/avl_DoWithAll.cpp.h (modified) * trunk/src/VBox/Runtime/table/avl_RemoveBestFit.cpp.h (modified) * trunk/src/VBox/Runtime/table/avllu32.cpp (copied) Added RTAvllU32*. Applied enumeration fixes for non-unique tree. ... Tue, 11 Sep 2007 08:42:32 GMT vboxsync [4686] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxDisplay.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxMemBalloon.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxRestore.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp (modified) Adjusted timeout. VBoxGuest used to wait 10 times longer than it should. Tue, 11 Sep 2007 08:14:36 GMT vboxsync [4685] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Sample number added for guest statistics Tue, 11 Sep 2007 05:59:40 GMT vboxsync [4684] * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm (modified) Removed some CLIs that're no longer needed. Also straighted out a ... Mon, 10 Sep 2007 20:07:45 GMT vboxsync [4683] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) warnings Mon, 10 Sep 2007 17:29:10 GMT vboxsync [4682] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGATmpl.h (modified) Fixed video modes 4 and 5. Address calculations weren't taking word ... Mon, 10 Sep 2007 16:26:33 GMT vboxsync [4681] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) fixed builds Mon, 10 Sep 2007 16:07:34 GMT vboxsync [4680] * trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp (modified) PGMPhysGCPtr2HCPtr -> PGMPhysGCPtr2GCPhys + PGMPhysGCPhys2CCPtr + ... Mon, 10 Sep 2007 16:04:46 GMT vboxsync [4679] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) Corrected PGMPhysGCPtr2GCPhys to respect the page offset. Mon, 10 Sep 2007 16:03:47 GMT vboxsync [4678] * trunk/src/VBox/VMM/VM.cpp (modified) PGMPhysGCPtr2HCPtr -> PGMPhysReadGCPtr. Mon, 10 Sep 2007 15:57:06 GMT vboxsync [4677] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) Compile fix Mon, 10 Sep 2007 15:56:18 GMT vboxsync [4676] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) More precise minimum guest VRAM measurement. Mon, 10 Sep 2007 15:54:41 GMT vboxsync [4675] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) Fixed wraparound Mon, 10 Sep 2007 15:41:07 GMT vboxsync [4674] * trunk/src/VBox/Runtime/Makefile.kmk (modified) FreeBSD is also in need of gcc helpers. Mon, 10 Sep 2007 15:38:23 GMT vboxsync [4673] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) Use a different allocation method Mon, 10 Sep 2007 15:27:26 GMT vboxsync [4672] * trunk/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp (modified) fixed inverted assertion. Mon, 10 Sep 2007 15:17:44 GMT vboxsync [4671] * trunk/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp (modified) Must free MDL returned by MmAllocatePagesForMdl with ExFreePool Mon, 10 Sep 2007 14:39:23 GMT vboxsync [4670] * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) Eliminated one MMPhysGCPhys2HCVirt user. Mon, 10 Sep 2007 14:21:09 GMT vboxsync [4669] * trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk (modified) include LIB_REM on most elf and macho systems. Mon, 10 Sep 2007 13:53:29 GMT vboxsync [4668] * trunk/include/VBox/mm.h (modified) * trunk/src/VBox/VMM/VMMAll/MMAllPhys.cpp (modified) Removed MMPhysGCVirt2HCVirt. Mon, 10 Sep 2007 13:46:08 GMT vboxsync [4667] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) Updates Mon, 10 Sep 2007 13:44:30 GMT vboxsync [4666] * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) Disabled annoying assertion (still @todo) Mon, 10 Sep 2007 13:41:18 GMT vboxsync [4665] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/Debugger/DBGConsole.cpp (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/PGMDbg.cpp (added) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VBoxVMMDeps.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) Moved some of the odd address conversion routines to PGMR3Dbg just to ... Mon, 10 Sep 2007 13:02:54 GMT vboxsync [4664] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) Bugfix Mon, 10 Sep 2007 13:02:03 GMT vboxsync [4663] * trunk/src/VBox/Additions/WINNT/include/VBoxGuestInternal.h (modified) Enable management extensions Mon, 10 Sep 2007 12:25:56 GMT vboxsync [4661] * trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp (modified) Use poll for the host serial port driver to reduce cpu useage. Mon, 10 Sep 2007 12:16:12 GMT vboxsync [4660] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) Cleanup Mon, 10 Sep 2007 12:12:13 GMT vboxsync [4659] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) Allow static and runtime changes of memory balloon and stat interval ... Mon, 10 Sep 2007 11:20:26 GMT vboxsync [4658] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) Layout Mon, 10 Sep 2007 11:19:35 GMT vboxsync [4657] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) Update Mon, 10 Sep 2007 11:16:21 GMT vboxsync [4656] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) Display memory balloon and statistics interval settings Mon, 10 Sep 2007 09:36:48 GMT vboxsync [4655] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Enabled guest setting saving to snapshot tree again Mon, 10 Sep 2007 09:28:24 GMT vboxsync [4654] * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Add Guest element to snapshot type Mon, 10 Sep 2007 09:25:29 GMT vboxsync [4653] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Broke snapshots Mon, 10 Sep 2007 09:13:51 GMT vboxsync [4652] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) correction Mon, 10 Sep 2007 09:11:52 GMT vboxsync [4651] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) cleanup Mon, 10 Sep 2007 09:07:13 GMT vboxsync [4650] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) Update Mon, 10 Sep 2007 08:50:51 GMT vboxsync [4649] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) showvminfo -statistics Mon, 10 Sep 2007 08:49:20 GMT vboxsync [4648] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Save guest settings in snapshot tree Mon, 10 Sep 2007 08:26:51 GMT vboxsync [4647] * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) Completed statistic query Mon, 10 Sep 2007 08:18:34 GMT vboxsync [4646] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Added maximum stat value Mon, 10 Sep 2007 02:45:05 GMT vboxsync [4645] * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) completed the -brdevN lanX code. Mon, 10 Sep 2007 02:35:22 GMT vboxsync [4644] * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) OS/2 hif support. the parsing of a couple of network arguments. Mon, 10 Sep 2007 02:33:54 GMT vboxsync [4643] * trunk/src/VBox/Devices/Network/DrvTAPOs2.cpp (modified) A couple of fixes. Mon, 10 Sep 2007 01:38:09 GMT vboxsync [4642] * trunk/src/VBox/Devices/Builtins.cpp (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DrvTAPOs2.cpp (modified) Compilable TAP driver for OS/2. Mon, 10 Sep 2007 01:04:18 GMT vboxsync [4641] * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) a review todo Sun, 09 Sep 2007 20:07:55 GMT vboxsync [4640] * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) warning Sun, 09 Sep 2007 20:05:50 GMT vboxsync [4639] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) warning Sun, 09 Sep 2007 08:42:06 GMT vboxsync [4637] * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.h (modified) most RT_OS_LINUX -> VBOXSDL_WITH_X11. On e OS/2 workaround. Sun, 09 Sep 2007 06:16:45 GMT vboxsync [4636] * trunk/src/VBox/Runtime/r3/posix/path-posix.cpp (modified) Fixed bug in rtPathUserHomeByEnv. Sun, 09 Sep 2007 03:28:04 GMT vboxsync [4632] * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) don't try call USBClientResponseCallback unless we're building with ... Sat, 08 Sep 2007 07:00:57 GMT vboxsync [4625] * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) Forgot this USE_PDMTHREAD usage. Sat, 08 Sep 2007 06:32:00 GMT vboxsync [4624] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) The USE_PDMTHREAD stuff seems to work fine, dropped the old code. Sat, 08 Sep 2007 06:29:24 GMT vboxsync [4623] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) file header Sat, 08 Sep 2007 06:28:46 GMT vboxsync [4622] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) FreeBSD if_pcn fixes: - pci subsystem id and subsystem vendor id ... Sat, 08 Sep 2007 03:02:59 GMT vboxsync [4621] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) pgmPhysCacheAdd doesn't look like it's SMP safe, at least I got a ... Sat, 08 Sep 2007 00:39:30 GMT vboxsync [4620] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/Debugger/DBGConsole.cpp (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (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/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMGC/PGMGC.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) The initial PGMRAMRANGE::aHCPhys -> PGMRAMRANGE::aPages (PGMPAGE) ... Fri, 07 Sep 2007 19:34:00 GMT vboxsync [4616] * trunk/include/VBox/rem.h (modified) * trunk/src/VBox/VMM/REMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/REMAll.cpp (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) Ditto for REM(R3)NotifyHandlerPhysicalDeregister. Fri, 07 Sep 2007 19:25:16 GMT vboxsync [4615] * trunk/include/VBox/rem.h (modified) * trunk/src/VBox/VMM/REMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/REMAll.cpp (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) REM(R3)NotifyHandlerPhysicalModify no longer needs a pvHC pointer, ... Fri, 07 Sep 2007 19:17:15 GMT vboxsync [4614] * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) Don't bother about unresolved externals in fake mode. And please, do ... Fri, 07 Sep 2007 15:26:28 GMT vboxsync [4612] * trunk/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h (modified) Implemented ballooning on the guest side. (completely untested and ... Fri, 07 Sep 2007 13:53:04 GMT vboxsync [4611] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) Updates Fri, 07 Sep 2007 12:43:54 GMT vboxsync [4610] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp (modified) Fix Fri, 07 Sep 2007 12:24:15 GMT vboxsync [4609] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp (modified) Updates Fri, 07 Sep 2007 12:19:53 GMT vboxsync [4608] * trunk/src/VBox/Main/GuestImpl.cpp (modified) Missing stat Fri, 07 Sep 2007 12:12:25 GMT vboxsync [4607] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) Correction Fri, 07 Sep 2007 12:11:58 GMT vboxsync [4606] * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) Round up Fri, 07 Sep 2007 12:10:36 GMT vboxsync [4605] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) Round up Fri, 07 Sep 2007 11:34:50 GMT vboxsync [4604] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp (modified) Corrections Fri, 07 Sep 2007 11:33:35 GMT vboxsync [4603] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) another small fix, thx Ronny Standtke Fri, 07 Sep 2007 11:21:26 GMT vboxsync [4602] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) Formatting Fri, 07 Sep 2007 10:23:33 GMT vboxsync [4601] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) some German nls fixes after reports from users Fri, 07 Sep 2007 09:52:06 GMT vboxsync [4599] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) More logging Fri, 07 Sep 2007 09:23:11 GMT vboxsync [4598] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Only check for vmx root mode for 64 bits hosts. Fri, 07 Sep 2007 09:02:37 GMT vboxsync [4597] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxMemBalloon.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp (modified) Logging updates Fri, 07 Sep 2007 09:01:38 GMT vboxsync [4596] * trunk/Config.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) License key file only on Linux Fri, 07 Sep 2007 08:53:49 GMT vboxsync [4595] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxMemBalloon.cpp (added) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxMemBalloon.h (added) Export Fri, 07 Sep 2007 08:53:27 GMT vboxsync [4594] * trunk/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp (moved) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.h (moved) Split up stats & memory balloon management Fri, 07 Sep 2007 08:01:32 GMT vboxsync [4593] * trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac (modified) Don't modify the X86_CR4_VMXE flag. Fri, 07 Sep 2007 04:35:17 GMT vboxsync [4592] * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) Give up earlier, esp. if we're not the EMT - just had EMT in a HLT ... Fri, 07 Sep 2007 01:26:43 GMT vboxsync [4591] * trunk/include/VBox/mm.h (modified) * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) PGMPhysGCPhys2CCPtr + PGMPhysGCPhys2CCPtrRelease. Started on the ... Thu, 06 Sep 2007 19:30:38 GMT vboxsync [4590] * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) actually enable the GUI PUEL check Thu, 06 Sep 2007 18:53:16 GMT vboxsync [4589] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) not for OSE Thu, 06 Sep 2007 18:06:32 GMT vboxsync [4588] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h (modified) AssertRC(rc) == Assert(RT_SUCCESS(rc)) + NOREF(rc) + better message. Thu, 06 Sep 2007 16:46:50 GMT vboxsync [4586] * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) added License.html to Linux packages Thu, 06 Sep 2007 15:52:39 GMT vboxsync [4585] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxGuest.cpp (modified) Update Thu, 06 Sep 2007 15:52:15 GMT vboxsync [4584] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) bin/VirtualBox predepends License-n.n.html Thu, 06 Sep 2007 15:50:23 GMT vboxsync [4582] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) Sergey: change License file format to License-n.n.html Thu, 06 Sep 2007 15:44:45 GMT vboxsync [4581] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxGuest.cpp (modified) Corrected logging Thu, 06 Sep 2007 15:14:33 GMT vboxsync [4580] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) todo added Thu, 06 Sep 2007 14:50:26 GMT vboxsync [4579] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) Updates Thu, 06 Sep 2007 14:44:39 GMT vboxsync [4578] * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) Update