# # ChangeLog for trunk in vbox # # Generated by Trac 1.4.3.2 # Dec 16, 2024 6:22:03 PM 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 Fri, 14 Nov 2008 17:55:28 GMT vboxsync [14225] * trunk/src/VBox/Main/HardDisk2Impl.cpp (modified) * trunk/src/VBox/Main/HardDiskFormatImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/include/HardDisk2Impl.h (modified) * trunk/src/VBox/Main/include/HardDiskFormatImpl.h (modified) * trunk/src/VBox/Main/include/SystemPropertiesImpl.h (modified) Main: Use the parent's hard disk format when implicitly creating ... Fri, 14 Nov 2008 16:17:20 GMT vboxsync [14224] * trunk/src/VBox/Main/HardDisk2Impl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.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: Added ISystemProperties::defaultHardDiskFormat. Fri, 14 Nov 2008 15:47:32 GMT vboxsync [14223] * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) Additions/VBoxGuest: fixed a burn Fri, 14 Nov 2008 15:10:33 GMT vboxsync [14222] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/VirtualBoxImplExtra.cpp (modified) Main/Settings: Docs. Fri, 14 Nov 2008 15:06:59 GMT vboxsync [14221] * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) Additions/VBoxGuest: Add VBOXGUEST_IOCTL_CALL_TIMEOUT support on non- ... Fri, 14 Nov 2008 15:05:30 GMT vboxsync [14220] * trunk/src/VBox/Additions/common/VBoxControl/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxControl/testcase (added) * trunk/src/testcase/tstRunTestcases.cpp (modified) Additions/VBoxControl: support guestproperty wait Fri, 14 Nov 2008 14:54:26 GMT vboxsync [14219] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) Additions/WINNT: Add VBOXGUEST_IOCTL_CALL_TIMEOUT support for Windows Fri, 14 Nov 2008 14:53:05 GMT vboxsync [14218] * trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp (modified) * trunk/src/VBox/Additions/linux/module/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/module/Makefile.module (modified) * trunk/src/VBox/Additions/linux/module/cmc.c (modified) * trunk/src/VBox/Additions/linux/module/files_vboxadd (modified) * trunk/src/VBox/Additions/linux/module/hgcmcall.c (deleted) * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) * trunk/src/VBox/Additions/linux/module/vboxmod.h (modified) * trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module (modified) * trunk/src/VBox/Additions/linux/sharedfolders/files_vboxvfs (modified) Additions/Linux: remove Linux-specific guest R0 HGCM hack and add ... Fri, 14 Nov 2008 14:51:23 GMT vboxsync [14217] * trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp (modified) Additions/Guest Library: comments and logging Fri, 14 Nov 2008 14:49:56 GMT vboxsync [14216] * trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp (modified) Runtime/RTErrConvertToErrno: remove an assertion on a condition which ... Fri, 14 Nov 2008 14:48:49 GMT vboxsync [14215] * trunk/src/VBox/HostServices/SharedFolders/mappings.cpp (modified) * trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp (modified) * trunk/src/VBox/Main/KeyboardImpl.cpp (modified) * trunk/src/VBox/Main/hgcm/HGCM.cpp (modified) Fixed some warnings Fri, 14 Nov 2008 14:47:38 GMT vboxsync [14214] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/include/VBox/VBoxGuest.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp (modified) Additions/Guest Library: add R3 property wait API Fri, 14 Nov 2008 14:45:40 GMT vboxsync [14213] * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) * trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp (modified) HostServices/GuestProperties: some clean up Fri, 14 Nov 2008 14:40:56 GMT vboxsync [14212] * trunk/Config.kmk (modified) VBOX_RELEASE_BUILD Fri, 14 Nov 2008 14:14:02 GMT vboxsync [14211] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/VBoxNetFlt: Fixed ipsec 1 byte keep_alive causing panic. Fri, 14 Nov 2008 14:11:35 GMT vboxsync [14210] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) typo Fri, 14 Nov 2008 13:55:59 GMT vboxsync [14209] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp (modified) Additions/Guest library: try to fix a burn Fri, 14 Nov 2008 13:26:25 GMT vboxsync [14208] * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h (modified) Linux hostif & e1000: Fixed non-existing device attachment problem Fri, 14 Nov 2008 13:25:15 GMT vboxsync [14207] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp (modified) Additions/Guest Library: add an HGCM call with timeout Fri, 14 Nov 2008 13:07:07 GMT vboxsync [14206] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) typo Fri, 14 Nov 2008 13:05:27 GMT vboxsync [14205] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) typo Fri, 14 Nov 2008 13:00:50 GMT vboxsync [14204] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/libslirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) NAT: next try to get synchronization right Fri, 14 Nov 2008 11:04:50 GMT vboxsync [14203] * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c (modified) Solaris/Additions: Return errno rather than IPRT in vboxguest solaris ... Fri, 14 Nov 2008 09:17:03 GMT vboxsync [14202] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) coding style Fri, 14 Nov 2008 09:06:00 GMT vboxsync [14201] * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) Mac hack Fri, 14 Nov 2008 08:49:56 GMT vboxsync [14200] * 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) try to fix the slirp build (PVM define on Mac) Fri, 14 Nov 2008 08:28:11 GMT vboxsync [14199] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) moving slirp_link_* in NAT thread (review required) Fri, 14 Nov 2008 07:55:28 GMT vboxsync [14198] * trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp (modified) document debugging command line parameters in VirtualBox -h Fri, 14 Nov 2008 07:49:31 GMT vboxsync [14197] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT: typo Fri, 14 Nov 2008 07:30:48 GMT vboxsync [14196] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (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_state.h (modified) NAT: Linux build fix; added some perfcounters Fri, 14 Nov 2008 05:14:45 GMT vboxsync [14195] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) NAT:bugfix Fri, 14 Nov 2008 05:10:28 GMT vboxsync [14194] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (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_state.h (modified) introduced new event for handling link state changings (need some ... Thu, 13 Nov 2008 23:19:42 GMT vboxsync [14193] * trunk/src/libs/Makefile.kmk (modified) src/libs/Makefile.kmk: removed the non-VBOX_SINGLE_MAKEFILE case. Thu, 13 Nov 2008 21:36:51 GMT vboxsync [14192] * trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac (modified) VMM: fixed a regression introduced by r38992 (tstVMM failed during HW ... Thu, 13 Nov 2008 18:51:31 GMT vboxsync [14191] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxMediaManagerDlg.cpp (modified) FE/Qt4: Return forgotten VMM icons. Thu, 13 Nov 2008 17:17:05 GMT vboxsync [14190] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp (modified) s/Virual/Virtual Thu, 13 Nov 2008 17:13:12 GMT vboxsync [14189] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) NAT: better error handling Thu, 13 Nov 2008 17:12:24 GMT vboxsync [14188] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT: better error handling Thu, 13 Nov 2008 17:11:44 GMT vboxsync [14187] * trunk/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl (modified) s/virual/virtual Thu, 13 Nov 2008 17:11:29 GMT vboxsync [14186] * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) NAT: bugfix Thu, 13 Nov 2008 17:09:13 GMT vboxsync [14185] * trunk/src/VBox/Main/idl/doxygen.xsl (modified) * trunk/src/VBox/Main/idl/midl.xsl (modified) * trunk/src/VBox/Main/idl/xpidl.xsl (modified) s/virual/virtual/ Thu, 13 Nov 2008 16:50:45 GMT vboxsync [14184] * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) s/virual/virtual/g :-) Thu, 13 Nov 2008 16:29:51 GMT vboxsync [14183] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) Send event shouldn't be autoresetting and instead should be used ... Thu, 13 Nov 2008 16:06:00 GMT vboxsync [14182] * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) array of events is inlined Thu, 13 Nov 2008 15:49:43 GMT vboxsync [14181] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) get rid of cMaxEvens and initializing loop for two events array Thu, 13 Nov 2008 15:39:15 GMT vboxsync [14180] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) * trunk/src/VBox/Devices/Network/slirp/socket.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) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) switching to one event for all sockets Thu, 13 Nov 2008 15:37:49 GMT vboxsync [14179] * trunk/include/VBox/scsi.h (modified) Add defines for SCSI status codes. Useful for fine-grained error ... Thu, 13 Nov 2008 15:14:25 GMT vboxsync [14178] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) VBoxManage: show IDE controller type when listing the VM settings. Thu, 13 Nov 2008 13:42:40 GMT vboxsync [14177] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) UDP: reseting event of used socked is fixed Thu, 13 Nov 2008 13:35:36 GMT vboxsync [14176] * trunk/src/VBox/VMM/VMMInternal.h (modified) sigh. Thu, 13 Nov 2008 13:24:19 GMT vboxsync [14175] * trunk/src/VBox/VMM/PGMInternal.h (modified) oops Thu, 13 Nov 2008 13:23:56 GMT vboxsync [14174] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMInternal.h (modified) VMM: another shot at it. Thu, 13 Nov 2008 13:13:01 GMT vboxsync [14173] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) one event for all sockets (for investigations) Thu, 13 Nov 2008 13:11:44 GMT vboxsync [14172] * trunk/src/VBox/VMM/VMMInternal.h (modified) hrmpf! Thu, 13 Nov 2008 13:06:52 GMT vboxsync [14171] * trunk/src/VBox/VMM/VMMInternal.h (modified) hrmpf. Thu, 13 Nov 2008 12:57:26 GMT vboxsync [14170] * trunk/src/VBox/VMM/VMMInternal.h (modified) build fix. Thu, 13 Nov 2008 12:44:05 GMT vboxsync [14169] * trunk/src/VBox/VMM/VMMSwitcher/AMD64To32Bit.asm (added) VMM: Missing file. Thu, 13 Nov 2008 12:41:25 GMT vboxsync [14168] * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) call of WSACloseEvent removed, it doesn't need anymore because events ... Thu, 13 Nov 2008 12:31:38 GMT vboxsync [14167] * trunk/include/VBox/vmm.h (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMInternal.h (modified) * trunk/src/VBox/VMM/VMMSwitcher.cpp (modified) * trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm (modified) * trunk/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac (copied) * trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h (modified) * trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac (modified) VMM: AMD64 -> 32bit switcher (for testing only). Thu, 13 Nov 2008 11:09:31 GMT vboxsync [14166] * trunk/Makefile.kmk (modified) copy QtNetwork framework to dist Thu, 13 Nov 2008 10:18:02 GMT vboxsync [14165] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) removing statics from slirp and using global pData instead Thu, 13 Nov 2008 10:10:17 GMT vboxsync [14164] * trunk/src/VBox/Main/HardDisk2Impl.cpp (modified) Main: Last minute typo. Thu, 13 Nov 2008 09:11:05 GMT vboxsync [14163] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) reseting event for unused sockets was added at the end of polling ... Thu, 13 Nov 2008 08:55:50 GMT vboxsync [14162] * trunk/src/VBox/Makefile.kmk (modified) makefile fixes Thu, 13 Nov 2008 08:49:30 GMT vboxsync [14161] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) removing all references to cEvent from polling routine Thu, 13 Nov 2008 08:37:00 GMT vboxsync [14160] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) removing reducular event assigning and conunter ticking with model ... Thu, 13 Nov 2008 06:30:22 GMT vboxsync [14159] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.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) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) registration several sockets per event, to avoid artificial barrier ... Thu, 13 Nov 2008 02:53:38 GMT vboxsync [14158] * trunk/src/Makefile.kmk (modified) * trunk/src/VBox/Makefile.kmk (modified) src,src/VBox: makefile fix. Thu, 13 Nov 2008 02:50:46 GMT vboxsync [14157] * trunk/src/VBox/VMM/MMPagePool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/MMAllPagePool.cpp (modified) mac build fixes. Thu, 13 Nov 2008 02:30:53 GMT vboxsync [14156] * trunk/src/VBox/VMM/VMMSwitcher.cpp (modified) VMM: Disabled the 32-bit <-> AMD64 switcher that was added recently ... Wed, 12 Nov 2008 23:55:08 GMT vboxsync [14155] * trunk/src/VBox/VMM/MMInternal.h (modified) * trunk/src/VBox/VMM/MMPagePool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/MMAllPagePool.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) #1865: MM - dealt with the last R3R0PTRTYPEs. Wed, 12 Nov 2008 23:34:50 GMT vboxsync [14154] * 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/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) PGM: pGuestPD* -> pGst32BitPd* Wed, 12 Nov 2008 23:30:34 GMT vboxsync [14153] * 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/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) PGM: pGstPaePDPT -> pGstPaePdpt Wed, 12 Nov 2008 23:29:04 GMT vboxsync [14152] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) PGM: pGstAmd64PML4* -> pGstAmd64Pml4. Wed, 12 Nov 2008 23:26:37 GMT vboxsync [14151] * 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/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) PGM: HCPhysPaePML4 -> HCPhysShwPaePml4 Wed, 12 Nov 2008 23:24:49 GMT vboxsync [14150] * 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/PGMAll.cpp (modified) PGM: HCPhysNestedRoot -> HCPhysShwNestedRoot Wed, 12 Nov 2008 23:23:27 GMT vboxsync [14149] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) PGM: HCPhysPaePDPT -> HCPhysShwPaePdpt. Wed, 12 Nov 2008 23:20:06 GMT vboxsync [14148] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) PGM: HCPhys32BitPD -> HCPhysShw32BitPD Wed, 12 Nov 2008 23:07:51 GMT vboxsync [14147] * trunk/src/VBox/VMM/PGM.cpp (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/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) #1865: PGM - 32-bit shadown PD pointer converted. Wed, 12 Nov 2008 22:06:45 GMT vboxsync [14146] * trunk/src/VBox/VMM/PGMInternal.h (modified) darwin build fix. Wed, 12 Nov 2008 21:59:25 GMT vboxsync [14145] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMMap.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) PGM: Some more uint64_t -> X86union return. (btw. doing this because ... Wed, 12 Nov 2008 21:19:24 GMT vboxsync [14144] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Linux hostif: added wireless interface detection for shared mac Wed, 12 Nov 2008 20:06:37 GMT vboxsync [14143] * trunk/src/VBox/Main/HardDisk2Impl.cpp (modified) * trunk/src/VBox/Main/include/HardDisk2Impl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) Main: Improved hard disk tree lock usage to avoid possible deadlocks ... Wed, 12 Nov 2008 19:17:19 GMT vboxsync [14142] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: BOOL->bool warning. Wed, 12 Nov 2008 19:12:30 GMT vboxsync [14141] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) PGM: More union returns. Wed, 12 Nov 2008 19:08:56 GMT vboxsync [14140] * trunk/src/VBox/Additions/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk (modified) * trunk/src/VBox/HostServices/Makefile.kmk (modified) * trunk/src/VBox/Makefile.kmk (modified) crOpenGL: moved guest/host parts into right places in source tree, ... Wed, 12 Nov 2008 18:35:25 GMT vboxsync [14139] * trunk/src/VBox/VMM/VMMSwitcher.cpp (modified) another build fix Wed, 12 Nov 2008 18:30:35 GMT vboxsync [14138] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/VMMSwitcher.cpp (modified) build fix Wed, 12 Nov 2008 18:25:53 GMT vboxsync [14137] * trunk/src/VBox/VMM/Makefile.kmk (modified) order Wed, 12 Nov 2008 18:24:56 GMT vboxsync [14136] * trunk/src/VBox/VMM/VMMSwitcher.cpp (modified) * trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac (modified) build fix. Wed, 12 Nov 2008 17:25:26 GMT vboxsync [14135] * trunk/include/VBox/x86.h (modified) x86.h: made the unions start with the unsigned integer view to ... Wed, 12 Nov 2008 17:22:40 GMT vboxsync [14134] * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMSwitcher.cpp (modified) * trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac (modified) * trunk/src/recompiler_new/VBoxRecompiler.c (modified) 32->64 bit mode skeleton, nothing yet works, for sure Wed, 12 Nov 2008 16:37:47 GMT vboxsync [14133] * trunk/src/VBox/VMM/PGM.cpp (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/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) #1865: final pae change. Wed, 12 Nov 2008 13:17:33 GMT vboxsync [14132] * trunk/src/recompiler_new/Makefile.kmk (modified) please no DEFS + in Makefiles together with Config.kmk because this ... Wed, 12 Nov 2008 12:46:26 GMT vboxsync [14131] * trunk/src/VBox/VMM/PGMMap.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) PGM: Prevent fixated mappings from crossing a PD boundrary ... Wed, 12 Nov 2008 11:54:02 GMT vboxsync [14130] * trunk/src/VBox/Devices/Network/slirp/libslirp.h (modified) missed header changes Wed, 12 Nov 2008 11:52:54 GMT vboxsync [14129] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) correct definition and declaration of slirp_register_event