# # ChangeLog for trunk in vbox # # Generated by Trac 1.4.3.2 # Dec 16, 2024 3:00:03 PM Wed, 19 Nov 2008 18:19:32 GMT vboxsync [14369] * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstDir-3.cpp (copied) Runtime/testcase: new testcase for sanity check of RTDirOpenFiltered. Wed, 19 Nov 2008 18:16:16 GMT vboxsync [14368] * trunk/src/VBox/Runtime/testcase/tstDir-2.cpp (modified) Runtime/testcase: Dir-2: message fixes. Wed, 19 Nov 2008 17:55:45 GMT vboxsync [14367] * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) VBoxGuest.cpp: Don't allow ring-3 to do uninterruptible HGCM calls, ... Wed, 19 Nov 2008 17:20:49 GMT vboxsync [14366] * trunk/include/VBox/hwacc_svm.h (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.h (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.h (modified) Cleaned up some more. Wed, 19 Nov 2008 17:07:20 GMT vboxsync [14365] * trunk/include/VBox/hwacc_svm.h (modified) Missing update Wed, 19 Nov 2008 17:07:11 GMT vboxsync [14364] * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Preparations Wed, 19 Nov 2008 17:04:45 GMT vboxsync [14363] * trunk/include/VBox/err.h (modified) #1865: ring-0 mapping cache, code in progress. Wed, 19 Nov 2008 17:04:25 GMT vboxsync [14362] * trunk/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp (modified) #1865: ring-0 mapping cache, code in progress. Wed, 19 Nov 2008 16:35:45 GMT vboxsync [14361] * trunk/src/VBox/Main/idl/xpidl.xsl (modified) Corrected a few typos. Wed, 19 Nov 2008 16:29:31 GMT vboxsync [14360] * trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp (modified) Additions/VBoxControl: fixed a usage message Wed, 19 Nov 2008 16:27:41 GMT vboxsync [14359] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp (modified) Additions/HGCM: some fixes to timed out HGCM requests Wed, 19 Nov 2008 16:26:50 GMT vboxsync [14358] * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) HostServices/GuestProperties: fixed a logical error queuing ... Wed, 19 Nov 2008 16:23:34 GMT vboxsync [14357] * trunk/src/VBox/Main/idl/doxygen.xsl (modified) Corrected a couple of typos. Wed, 19 Nov 2008 16:05:04 GMT vboxsync [14356] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Added a modeline for vim in a comment (matching the settings ... Wed, 19 Nov 2008 16:03:59 GMT vboxsync [14355] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMListView.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMListView.cpp (modified) FE/Qt4: Removed some dead code and corrected indent. Wed, 19 Nov 2008 15:53:40 GMT vboxsync [14354] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsGeneral.cpp (modified) FE/Qt4: 2928: Make better default video memory size: Added VM ... Wed, 19 Nov 2008 15:07:34 GMT vboxsync [14353] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) Solaris/Installer: install libSDL. Enabled tools fetching. Wed, 19 Nov 2008 14:10:24 GMT vboxsync [14352] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/include/VBox/VBoxGuest.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp (modified) * trunk/src/VBox/Additions/linux/module/cmc.c (modified) * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) Additions/HGCM: merged code for HGCMCall and HGCMCallTimed, as per todo Wed, 19 Nov 2008 13:38:31 GMT vboxsync [14351] * trunk/src/VBox/VMM/TRPM.cpp (modified) * trunk/src/VBox/VMM/TRPMInternal.h (modified) * trunk/src/VBox/VMM/TRPMInternal.mac (modified) Don't fixup VM::trpm.s.paStatForwardedIRQ* in build without statistics. Wed, 19 Nov 2008 12:52:23 GMT vboxsync [14350] * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) Storage/VBoxHDD: don't use deprecated printf formatters Wed, 19 Nov 2008 12:44:13 GMT vboxsync [14349] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) NetFlt/win: addition err logging in net settings construction Wed, 19 Nov 2008 12:27:21 GMT vboxsync [14348] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) NetFlt/win: err logging on IntNet construction Wed, 19 Nov 2008 11:32:30 GMT vboxsync [14347] * trunk/src/VBox/Additions/common/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c (copied) * trunk/src/VBox/Additions/common/VBoxGuest/linux (deleted) Additions/common: really enable Linux syntax checking of VBoxGuest Wed, 19 Nov 2008 11:25:35 GMT vboxsync [14346] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/PGMHandler.cpp (modified) * trunk/src/recompiler_new/Makefile.kmk (modified) * trunk/src/recompiler_new/VBoxRecompiler.c (modified) * trunk/src/recompiler_new/exec-all.h (modified) * trunk/src/recompiler_new/exec.c (modified) Implemented check for monitored page accesses, fixing TSS out of sync ... Wed, 19 Nov 2008 11:14:27 GMT vboxsync [14345] * trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h (modified) Additions/linux: fixed a warning Wed, 19 Nov 2008 10:50:48 GMT vboxsync [14344] * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) Storage/VBoxHDD-new: Fix error handling in VDBackendInfo. Caused ... Wed, 19 Nov 2008 09:48:40 GMT vboxsync [14343] * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) Corrected a couple of typos in comments. No code changes. Wed, 19 Nov 2008 09:47:56 GMT vboxsync [14342] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) API/IDL: typo fixes in docs. Wed, 19 Nov 2008 09:26:58 GMT vboxsync [14341] * trunk/src/VBox/Main/win/PerformanceWin.cpp (modified) Divide by 1024. Wed, 19 Nov 2008 09:19:48 GMT vboxsync [14340] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsGeneral.cpp (modified) Language. Wed, 19 Nov 2008 02:42:23 GMT vboxsync [14339] * trunk/src/VBox/Frontends/VirtualBox4/include/QIWidgetValidator.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSettingsDialog.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsGeneral.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSettingsDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSettingsDialogSpecific.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsGeneral.cpp (modified) FE/Qt4: 2405: Stricter RAM size checks. Feature implemented. Tue, 18 Nov 2008 23:38:52 GMT vboxsync [14338] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h (modified) IPRT: Basic implementation of the MP API for ring-0 Darwin. Tue, 18 Nov 2008 22:24:16 GMT vboxsync [14337] * trunk/src/VBox/Main/HostImpl.cpp (modified) Forgot dereferrence. Tue, 18 Nov 2008 22:21:54 GMT vboxsync [14336] * trunk/src/VBox/Main/HostImpl.cpp (modified) Changed units to MB to match the description. Tue, 18 Nov 2008 22:18:13 GMT vboxsync [14335] * trunk/src/VBox/Main/HostImpl.cpp (modified) Dirty implementation of HostImpl::MemorySize and ... Tue, 18 Nov 2008 22:17:27 GMT vboxsync [14334] * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) SUPDrv.c: build fix. Tue, 18 Nov 2008 22:12:28 GMT vboxsync [14333] * trunk/src/VBox/Devices/Network/slirp/ctl.h (modified) * trunk/src/VBox/Devices/Network/slirp/if.c (modified) slirp: removed dead code Tue, 18 Nov 2008 22:11:06 GMT vboxsync [14332] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm (modified) SUPDrv,SUPLib: generic ring-0 service interface. Tue, 18 Nov 2008 22:09:17 GMT vboxsync [14331] * trunk/src/VBox/Devices/Network/slirp/debug.c (modified) * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) slirp: removed dead code Tue, 18 Nov 2008 22:01:14 GMT vboxsync [14330] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) use `slirp_get_timeout_ms()` to skip the timeout if possible Tue, 18 Nov 2008 21:59:24 GMT vboxsync [14329] * trunk/src/VBox/Devices/Network/slirp/libslirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) slirp: removed unused control interface; added `slirp_get_timeout_ms()` Tue, 18 Nov 2008 21:12:10 GMT vboxsync [14328] * trunk/Config.kmk (modified) Config.kmk: VBOXR0 set SYSSUFF to .r0 by default. Tue, 18 Nov 2008 20:32:31 GMT vboxsync [14327] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) no \n in internal network name for hostif Tue, 18 Nov 2008 20:04:36 GMT vboxsync [14326] * trunk/include/iprt/getopt.h (modified) getopt: sample code corrections. (hope they are right) Tue, 18 Nov 2008 19:37:59 GMT vboxsync [14325] * trunk/src/VBox/Main/glue/initterm.cpp (modified) Main/glue: real fix for the VBoxSVC double slash issue. Tue, 18 Nov 2008 19:09:34 GMT vboxsync [14324] * trunk/src/VBox/Runtime/r3/path.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstPath.cpp (modified) RTPathStripFilename root fix. Tue, 18 Nov 2008 18:50:12 GMT vboxsync [14323] * trunk/src/VBox/Main/xpcom/server_module.cpp (modified) Main/xpcom: backed out the double slash fix on linux. Tue, 18 Nov 2008 18:40:06 GMT vboxsync [14322] * trunk/src/VBox/Additions/linux/installer/vboxadd-timesync.sh (modified) Additions/linux: fixed the timesync init.d script to work with Arch ... Tue, 18 Nov 2008 17:20:18 GMT vboxsync [14321] * trunk/src/VBox/Devices/Storage/VHDHDDCore.cpp (modified) Storage/VHD: Add todo for handling diff images (too complicated and ... Tue, 18 Nov 2008 17:07:19 GMT vboxsync [14320] * trunk/src/VBox/Main/xpcom/server_module.cpp (modified) Main/xpcom: get rid of the annoying double slash in the VBoxSVC path ... Tue, 18 Nov 2008 17:01:57 GMT vboxsync [14319] * trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxGuest/linux (added) * trunk/src/VBox/Additions/common/VBoxGuest/linux/VBoxGuest-linux.c (added) VBoxGuest: Merged the lower cased target with the mixed cased one, ... Tue, 18 Nov 2008 16:56:53 GMT vboxsync [14318] * trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp (modified) * trunk/src/VBox/Runtime/common/time/time.cpp (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/timer-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r3/posix/semevent-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp (modified) Fix a couple of words doubled in comments. No code changes. Tue, 18 Nov 2008 16:50:15 GMT vboxsync [14317] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) crOpenGL: use accelerate3d property instead of extradata Tue, 18 Nov 2008 16:42:12 GMT vboxsync [14316] * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) VBoxGuest.cpp: build fix. Tue, 18 Nov 2008 16:29:57 GMT vboxsync [14315] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Correction Tue, 18 Nov 2008 16:14:13 GMT vboxsync [14314] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Fixed Accelerate3D saving. Tue, 18 Nov 2008 16:09:21 GMT vboxsync [14313] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) Reduce a few cases of words doubled. Tue, 18 Nov 2008 15:59:33 GMT vboxsync [14312] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsGeneral.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsGeneral.ui (modified) FE/Qt4: 3D Acceleration setting added into VM Settings and into VM ... Tue, 18 Nov 2008 15:41:29 GMT vboxsync [14311] * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) VBoxGuest.cpp: r=bird, enabled the code (be bold). Tue, 18 Nov 2008 15:37:58 GMT vboxsync [14310] * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) VBoxGuest.cpp: fixes. Tue, 18 Nov 2008 15:29:39 GMT vboxsync [14309] * trunk/src/VBox/Devices/Network/slirp/tcp_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_var.h (modified) #else /* what comes now */ Tue, 18 Nov 2008 15:19:14 GMT vboxsync [14308] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) More logging Tue, 18 Nov 2008 15:11:08 GMT vboxsync [14307] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Log EPT misconfiguration errors Tue, 18 Nov 2008 15:09:43 GMT vboxsync [14306] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Ignore pending software exceptions. (the instruction will be ... Tue, 18 Nov 2008 15:07:21 GMT vboxsync [14305] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) no need to loop here, this is already done in the function Tue, 18 Nov 2008 14:03:28 GMT vboxsync [14304] * trunk/src/VBox/Additions/linux/module/cmc.c (modified) Additions/linux: fix the kernel module on Linux 2.4 Tue, 18 Nov 2008 13:45:38 GMT vboxsync [14303] * trunk/src/VBox/Devices/Storage/testcase/tstVD.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/x11-stub.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/x11.cpp (modified) Corrected a couple of typos in comments. No code changes. Tue, 18 Nov 2008 13:44:33 GMT vboxsync [14302] * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) Storage/VMDK: off by one, causing a crash getting the size of file data. Tue, 18 Nov 2008 13:31:42 GMT vboxsync [14301] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMGst.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMMap.cpp (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VMMSwitcher/32BitToAMD64.asm (modified) Synced some (inactive) new paging code. Tue, 18 Nov 2008 13:28:35 GMT vboxsync [14300] * trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk (modified) NetFlt/win: Install/Uninstall cmd line tools Tue, 18 Nov 2008 13:25:40 GMT vboxsync [14299] * trunk/src/VBox/VMM/DBGF.cpp (modified) * trunk/src/VBox/VMM/MM.cpp (modified) * trunk/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/PDMThread.cpp (modified) * trunk/src/VBox/VMM/PGMDbg.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Corrected grammos in comments. No code changes. Tue, 18 Nov 2008 12:47:26 GMT vboxsync [14298] * trunk/src/VBox/Runtime/common/misc/thread.cpp (modified) * trunk/src/VBox/Runtime/common/string/utf-8.cpp (modified) * trunk/src/VBox/Runtime/generic/timer-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/timerlr-generic.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdr-2.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdr.cpp (modified) Corrected a couple of grammos. Tue, 18 Nov 2008 12:40:43 GMT vboxsync [14297] * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp (modified) * trunk/src/VBox/Additions/x11/xclient/clipboard.cpp (modified) Corrected a couple of grammos. Tue, 18 Nov 2008 12:36:47 GMT vboxsync [14296] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMListView.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMListView.cpp (modified) Fe/Qt4: Systray: Restructured code. Tue, 18 Nov 2008 12:34:51 GMT vboxsync [14295] * trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp (modified) Corrected a couple of grammos. Tue, 18 Nov 2008 12:20:46 GMT vboxsync [14294] * trunk/src/VBox/Main/HardDisk2Impl.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxBase.cpp (modified) corrected a couple of typos Tue, 18 Nov 2008 12:15:27 GMT vboxsync [14293] * trunk/src/VBox/Devices/Network/slirp/tcp_var.h (modified) redirecting 64 workaround macro definitions to works like in 32bit ... Tue, 18 Nov 2008 12:01:42 GMT vboxsync [14292] * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) Storage/VMDK: fix vmdkGetFileSize, copy/paste bug and incorrect ... Tue, 18 Nov 2008 12:00:26 GMT vboxsync [14291] * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) freeing of reassembly close on end of TCP connection was added to ... Tue, 18 Nov 2008 11:57:53 GMT vboxsync [14290] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: Fixed typos in printf arg list (could lead to problems similar ... Tue, 18 Nov 2008 11:38:47 GMT vboxsync [14289] * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) code style Tue, 18 Nov 2008 11:37:46 GMT vboxsync [14288] * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) constants initialization for TCP reassembly Tue, 18 Nov 2008 11:15:53 GMT vboxsync [14287] * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) Lenght shouldn't changed because we've disabled altering size at the ... Tue, 18 Nov 2008 11:13:07 GMT vboxsync [14286] * trunk/src/VBox/Devices/Network/slirp/tcp_input.c (modified) fixed adaption Tue, 18 Nov 2008 10:44:50 GMT vboxsync [14285] * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) heade of list of TCPCB was added and initialization code was injected Tue, 18 Nov 2008 10:43:38 GMT vboxsync [14284] * trunk/src/VBox/Devices/Network/slirp/tcp_input.c (modified) Fix of calling reassembly routine Tue, 18 Nov 2008 10:31:24 GMT vboxsync [14283] * trunk/src/VBox/Main/HostImpl.cpp (modified) Linux hostif: Only Ethernet interfaces gets listed. Tue, 18 Nov 2008 10:29:48 GMT vboxsync [14282] * trunk/src/VBox/Devices/Makefile.kmk (modified) fixed Drivers_DEFS Tue, 18 Nov 2008 09:50:33 GMT vboxsync [14281] * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) Storage/VMDK: Use AssertPtr whereever applicable Tue, 18 Nov 2008 09:47:47 GMT vboxsync [14280] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/VBoxNetFlt: minor bits. Tue, 18 Nov 2008 09:28:40 GMT vboxsync [14279] * trunk/src/VBox/VMM/EM.cpp (modified) Compile fix Tue, 18 Nov 2008 09:27:47 GMT vboxsync [14278] * trunk/src/VBox/VMM/EM.cpp (modified) Cleaned up. Tue, 18 Nov 2008 09:10:18 GMT vboxsync [14277] * trunk/src/recompiler_new/Sun/config.h (modified) * trunk/src/recompiler_new/VBoxRecompiler.c (modified) * trunk/src/recompiler_new/cpu-all.h (modified) * trunk/src/recompiler_new/exec.c (modified) Implemented support for virtual addresses in TLB, improves ... Tue, 18 Nov 2008 06:18:54 GMT vboxsync [14276] * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) Additions/common/VBoxGuest: split VBoxGuestHGCMAsyncWaitCallback* ... Tue, 18 Nov 2008 03:44:28 GMT vboxsync [14275] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_var.h (modified) TCP reassembling (compilable, but not working version) Tue, 18 Nov 2008 01:37:42 GMT vboxsync [14274] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox4/VirtualBox.qrc (modified) * trunk/src/VBox/Frontends/VirtualBox4/images/register_32px.png (added) * trunk/src/VBox/Frontends/VirtualBox4/include/HappyHttp.h (deleted) * trunk/src/VBox/Frontends/VirtualBox4/include/QIHttp.h (added) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxDownloaderWgt.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxNetworkFramework.h (deleted) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxRegistrationDlg.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxUpdateDlg.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/HappyHttp.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxDownloaderWgt.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxNetworkFramework.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxRegistrationDlg.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxUpdateDlg.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxRegistrationDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxUpdateDlg.ui (modified) FE/Qt4: 3328: FE/Qt4: Update network sub-level of all GUI networking ... Tue, 18 Nov 2008 00:31:14 GMT vboxsync [14273] * trunk/Makefile.kmk (modified) FE/Qt4: Changed global Makefile.kmk to install Qt4 Network library ... Tue, 18 Nov 2008 00:22:15 GMT vboxsync [14272] * trunk/src/VBox/Main/HardDisk2Impl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/HardDisk2Impl.h (modified) * trunk/src/VBox/Main/include/HardDiskFormatImpl.h (modified) Main: HardDisk2: Fixed opening VMDK images for the first time. Made ... Mon, 17 Nov 2008 22:49:54 GMT vboxsync [14271] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) NetFlt/win: fixes for the case NetFlt is not installed Mon, 17 Nov 2008 20:27:58 GMT vboxsync [14270] * trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp (modified) VDI: compile fix