# # ChangeLog for trunk in vbox # # Generated by Trac 1.4.3.2 # Dec 16, 2024 3:01:59 PM 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 Mon, 17 Nov 2008 19:34:56 GMT vboxsync [14269] * trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp (modified) Storage/VDI: slightly faster fix for the VDI read count update. Plus ... Mon, 17 Nov 2008 19:28:31 GMT vboxsync [14268] * trunk/src/VBox/VMM/EM.cpp (modified) EM.cpp: Shot at the solaris reset hang. Mon, 17 Nov 2008 19:06:30 GMT vboxsync [14267] * trunk/src/VBox/VMM/VMMSwitcher/32BitToAMD64.asm (modified) current 32 bit mode switcher (not working) Mon, 17 Nov 2008 18:11:06 GMT vboxsync [14266] * trunk/include/VBox/VBoxGuest.h (modified) VBoxGuest.h: doxygen Mon, 17 Nov 2008 17:54:51 GMT vboxsync [14265] * trunk/src/VBox/Devices/Network/slirp/ip.h (modified) #else /* what comes now */ Mon, 17 Nov 2008 17:49:17 GMT vboxsync [14264] * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) VBoxGuest.cpp: @todo r=bird: merge callback code. Mon, 17 Nov 2008 17:30:00 GMT vboxsync [14263] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main/Guest properties: uninitialised class member Mon, 17 Nov 2008 17:27:51 GMT vboxsync [14262] * trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp (modified) RTErrConvertToErrno: No LogRel here! Mon, 17 Nov 2008 17:24:10 GMT vboxsync [14261] * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) GuestProperties/service.cpp: DEBUG -> VBOX_STRICT. Mon, 17 Nov 2008 17:11:22 GMT vboxsync [14260] * trunk/src/VBox/VMM/PGM.cpp (modified) PGM: doc update. Mon, 17 Nov 2008 17:08:25 GMT vboxsync [14259] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) FE/VBoxManage: fix a burn Mon, 17 Nov 2008 17:05:09 GMT vboxsync [14258] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) FE/VBoxManage: added support for guest property notifications Mon, 17 Nov 2008 15:46:29 GMT vboxsync [14257] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) cpuid clears the high dwords of the 64 bits registers. Mon, 17 Nov 2008 15:27:53 GMT vboxsync [14256] * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) * trunk/src/VBox/Installer/linux/vboxdrv.sh.in (modified) Linux installer: added vboxnetflt support Mon, 17 Nov 2008 15:08:02 GMT vboxsync [14255] * trunk/configure (modified) configure: point to new driver location on linux. Mon, 17 Nov 2008 13:44:51 GMT vboxsync [14254] * trunk/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac (modified) Safety precautions. Mon, 17 Nov 2008 12:49:21 GMT vboxsync [14253] * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) TM: A shot at #3321 Mon, 17 Nov 2008 12:47:05 GMT vboxsync [14252] * trunk/src/VBox/Devices/Network/slirp/ip.h (modified) * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/mbuf.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) csum validation hack, for testing IP integration of fragmentation ... Mon, 17 Nov 2008 12:45:08 GMT vboxsync [14251] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Correction Mon, 17 Nov 2008 12:35:59 GMT vboxsync [14250] * trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp (modified) Storage/VDI: when reading zero blocks, update the number of bytes ... Mon, 17 Nov 2008 12:23:38 GMT vboxsync [14249] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) More logging (msr) Mon, 17 Nov 2008 11:56:22 GMT vboxsync [14248] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Rdmsr must also clear the high dword of 64 bits registers. Mon, 17 Nov 2008 11:07:44 GMT vboxsync [14247] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Rdtsc: must clear the high dwords. Mon, 17 Nov 2008 11:03:40 GMT vboxsync [14246] * trunk/include/iprt/asm.h (modified) ASMAtomicSubS32/U32. Mon, 17 Nov 2008 11:00:59 GMT vboxsync [14245] * trunk/src/VBox/Main/Makefile.kmk (modified) more BLDDIRS... Mon, 17 Nov 2008 10:31:26 GMT vboxsync [14244] * trunk/include/VBox/vm.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp (modified) PGMR0DynMap: flushing macbook air code. Mon, 17 Nov 2008 10:15:31 GMT vboxsync [14243] * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) IP fragmentation seems works fine todo: fix the checksum calculation Mon, 17 Nov 2008 09:41:07 GMT vboxsync [14242] * trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk (modified) NetFlt/win: Make build boxes happy (SMP issue). Mon, 17 Nov 2008 09:35:50 GMT vboxsync [14241] * trunk/src/recompiler_new/VBoxRecompiler.c (modified) * trunk/src/recompiler_new/exec-all.h (modified) support for virtual addresses in QEMU TLB, not yet functional (be ... Mon, 17 Nov 2008 09:30:39 GMT vboxsync [14240] * trunk/src/VBox/VMM/PGM.cpp (modified) fix PAE VMM message Mon, 17 Nov 2008 09:28:22 GMT vboxsync [14239] * trunk/src/VBox/VMM/VMM.cpp (modified) typo found by nike Mon, 17 Nov 2008 09:20:33 GMT vboxsync [14238] * trunk/configure (modified) configure: detect python2.6 as well Mon, 17 Nov 2008 08:44:49 GMT vboxsync [14237] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) compile fix for Linux netflt code Mon, 17 Nov 2008 08:37:16 GMT vboxsync [14236] * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h (modified) Compile fix for win64. Mon, 17 Nov 2008 08:20:02 GMT vboxsync [14235] * trunk/Config.kmk (modified) NetFlt/win: enabled by default Mon, 17 Nov 2008 08:14:30 GMT vboxsync [14234] * trunk/src/VBox/VMM/VMMSwitcher/32BitToAMD64.asm (added) export Mon, 17 Nov 2008 07:32:42 GMT vboxsync [14233] * trunk/src/VBox/Additions/common/VBoxControl/testcase/Makefile.kmk (added) * trunk/src/VBox/Additions/common/VBoxControl/testcase/tstVBoxControl.cpp (added) export Mon, 17 Nov 2008 07:25:28 GMT vboxsync [14232] * trunk/src/VBox/Devices/Network/slirp/ip.h (modified) * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/mbuf.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) Adapted versions of ip_reass, ip_freef and ip_slowtimo from FreeBSD ... Mon, 17 Nov 2008 00:44:48 GMT vboxsync [14231] * trunk/src/VBox/Additions/os2/Config.kmk (modified) OS/2 Additions: VBoxMouse makefile Sun, 16 Nov 2008 13:33:01 GMT vboxsync [14230] * trunk/src/VBox/Additions/os2/Config.kmk (added) * trunk/src/VBox/Additions/os2/Makefile.kmk (added) * trunk/src/VBox/Additions/os2/VBoxSF/Makefile.kmk (modified) os2 additions: makefile hacking. Sun, 16 Nov 2008 07:31:00 GMT vboxsync [14229] * trunk/src/VBox/Devices/Network/slirp/ip.h (modified) Coding style Sun, 16 Nov 2008 06:36:37 GMT vboxsync [14228] * trunk/src/VBox/Devices/Network/slirp/ip.h (modified) * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) hash table for BSD-styled fragmentation/reassembling introduced and ... Sat, 15 Nov 2008 20:12:41 GMT vboxsync [14227] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/slirp/ip.h (modified) * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/mbuf.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) initial preparation for injecting FreeBSD IP fragmentation code ... Fri, 14 Nov 2008 20:59:31 GMT vboxsync [14226] * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h (modified) NetFlt/win: cleaning/bugfixing for rediscovery/reconnect functionality