# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Dec 14, 2024 11:05:23 PM Tue, 15 Sep 2009 09:38:15 GMT vboxsync [23025] * trunk/src/VBox/Frontends/VirtualBox/src/QIAdvancedSlider.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGuestRAMSlider.cpp (modified) FE/Qt4: fix the RAMSlider for many host RAM Tue, 15 Sep 2009 09:30:09 GMT vboxsync [23024] * trunk/src/VBox/VMM/VM.cpp (modified) VM.cpp: More state cleanup. Tue, 15 Sep 2009 08:03:49 GMT vboxsync [23023] * trunk/src/VBox/VMM/VM.cpp (modified) VM.cpp: Retire vmR3SetState2. s/vmR3TrySetStateEx/vmR3TrySetState/ Tue, 15 Sep 2009 07:56:27 GMT vboxsync [23022] * trunk/src/VBox/Runtime/common/dbg/dbgas.cpp (modified) dbgas.cpp: gcc maybe used uninitialized warnings (annoying, annoying, ... Tue, 15 Sep 2009 07:03:49 GMT vboxsync [23021] * trunk/src/VBox/Frontends/VBoxBFE/HostUSBImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/VMControl.cpp (modified) VBoxBFE: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait Tue, 15 Sep 2009 06:56:17 GMT vboxsync [23020] * trunk/src/VBox/Devices/Storage/ATAController.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) unused variables Tue, 15 Sep 2009 06:41:25 GMT vboxsync [23019] * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) recompiler: fixed missing symbol for Windows builds Mon, 14 Sep 2009 17:50:56 GMT vboxsync [23018] * trunk/src/VBox/VMM/VM.cpp (modified) VM.cpp: More uniform error reporting when called with an invalid state. Mon, 14 Sep 2009 17:08:15 GMT vboxsync [23017] * trunk/src/VBox/VMM/VMReq.cpp (modified) VMReq.cpp: Added a todo. Mon, 14 Sep 2009 17:05:37 GMT vboxsync [23016] * trunk/include/VBox/vmapi.h (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VMReq.cpp (modified) VMM,Devices: VMR3ReqCallEx -> VMR3ReqCallVoidNoWait; retired the old API. Mon, 14 Sep 2009 17:00:11 GMT vboxsync [23015] * trunk/include/VBox/vmapi.h (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/VMM/DBGFInfo.cpp (modified) * trunk/src/VBox/VMM/DBGFOS.cpp (modified) * trunk/src/VBox/VMM/VMReq.cpp (modified) * trunk/src/VBox/VMM/testcase/tstMicro.cpp (modified) VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. ... Mon, 14 Sep 2009 16:42:51 GMT vboxsync [23014] * trunk/src/VBox/VMM/VMReq.cpp (modified) VMReq.cpp: Don't use the 'U' version, it just makes the caller side ... Mon, 14 Sep 2009 16:41:46 GMT vboxsync [23013] * trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp (modified) PDMAsyncCompletion: Make it work on Solaris. directio doesn't work on ... Mon, 14 Sep 2009 16:38:13 GMT vboxsync [23012] * trunk/src/VBox/Devices/Storage/ATAController.cpp (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/MachineDebuggerImpl.cpp (modified) * trunk/src/VBox/VMM/DBGF.cpp (modified) * trunk/src/VBox/VMM/DBGFAddr.cpp (modified) * trunk/src/VBox/VMM/DBGFBp.cpp (modified) * trunk/src/VBox/VMM/DBGFDisas.cpp (modified) * trunk/src/VBox/VMM/DBGFLog.cpp (modified) * trunk/src/VBox/VMM/DBGFMem.cpp (modified) * trunk/src/VBox/VMM/DBGFStack.cpp (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/TM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllQueue.cpp (modified) * trunk/src/VBox/VMM/VMMAll/VMAll.cpp (modified) * trunk/src/VBox/VMM/testcase/tstAnimate.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMM.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMMFork.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMREQ.cpp (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait. Mon, 14 Sep 2009 15:57:38 GMT vboxsync [23011] * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) * trunk/src/VBox/VMM/DBGFMem.cpp (modified) * trunk/src/VBox/VMM/DBGFOS.cpp (modified) * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) * trunk/src/VBox/VMM/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VM.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/VMAll.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMM.cpp (modified) VMM,VMMDev: Some VMMR3ReqCall refactoring. Mon, 14 Sep 2009 15:55:46 GMT vboxsync [23010] * trunk/include/VBox/vmapi.h (modified) * trunk/src/VBox/VMM/VMReq.cpp (modified) VBox/vmapi.h,VMReq.cpp: Added A number of convenice function to ... Mon, 14 Sep 2009 15:05:45 GMT vboxsync [23009] * trunk/include/VBox/types.h (modified) * trunk/include/VBox/vm.h (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VM.cpp (modified) * trunk/src/VBox/VMM/VMEmt.cpp (modified) * trunk/src/VBox/VMM/VMInternal.h (modified) VMM: State machine adjustments. Have only received basic testing. Mon, 14 Sep 2009 14:55:54 GMT vboxsync [23008] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Main: increased the maximum length of host-only internal network ... Mon, 14 Sep 2009 14:09:25 GMT vboxsync [23007] * trunk/src/VBox/Devices/Network/slirp/ip_output.c (modified) NAT: don't alias fragments, do alias the big packet. Mon, 14 Sep 2009 14:08:16 GMT vboxsync [23006] * trunk/Config.kmk (modified) * trunk/src/VBox/Additions/linux/Makefile.kmk (modified) Additions/linux/installer: add debug symbols to the Linux Additions, ... Mon, 14 Sep 2009 14:07:40 GMT vboxsync [23005] * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) NAT: update rigth IP header while reassembling. Mon, 14 Sep 2009 14:03:27 GMT vboxsync [23004] * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) NAT: 1. don't load ioctlsocket with unintiolized values (SL fills it ... Mon, 14 Sep 2009 13:31:02 GMT vboxsync [23003] * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) Aligment fix Mon, 14 Sep 2009 13:12:36 GMT vboxsync [23001] * trunk/src/VBox/VMM/VM.cpp (modified) Wrong free function called for UVM Mon, 14 Sep 2009 13:07:31 GMT vboxsync [22999] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxMediaManagerDlg.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp (modified) FE/Qt4-OSX: same as r50408 for the Media Manager Mon, 14 Sep 2009 12:44:51 GMT vboxsync [22997] * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) Test UVM padding as well Mon, 14 Sep 2009 12:26:37 GMT vboxsync [22996] * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) Correction Mon, 14 Sep 2009 12:11:27 GMT vboxsync [22995] * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) Fix alignment Mon, 14 Sep 2009 12:10:34 GMT vboxsync [22994] * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp (modified) VBoxVideo/win: Fixed Windows version detection. Mon, 14 Sep 2009 11:47:13 GMT vboxsync [22993] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFBOverlay.h (modified) Logging changes Mon, 14 Sep 2009 10:43:15 GMT vboxsync [22992] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsNetwork.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetwork.cpp (modified) FE/Qt4: 4011: VM Network Settings UI: Second fix for MAC layout. Mon, 14 Sep 2009 10:16:08 GMT vboxsync [22991] * trunk/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h (modified) Solaris/sem-r0drv: fix for #4259 host deadlock. Mon, 14 Sep 2009 09:44:27 GMT vboxsync [22990] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsNetwork.ui (modified) FE/Qt4: 4011: VM Network Settings UI: Trying to make MAC fix for layout. Mon, 14 Sep 2009 08:57:00 GMT vboxsync [22989] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/VBoxNetFlt: minor. Mon, 14 Sep 2009 06:57:38 GMT vboxsync [22988] * trunk/src/VBox/VMM/VM.cpp (modified) VMM: Simplify AtError and AtRuntimeError registration and deregistration. Mon, 14 Sep 2009 06:36:15 GMT vboxsync [22986] * trunk/include/VBox/vmapi.h (modified) * trunk/src/VBox/VMM/VM.cpp (modified) * trunk/src/VBox/VMM/VMInternal.h (modified) VMM: Removed the AtReset callbacks. Rewrote the AtState registration ... Mon, 14 Sep 2009 06:29:29 GMT vboxsync [22985] * trunk/src/VBox/Devices/Samples (added) * trunk/src/VBox/Devices/Samples/Makefile.kmk (added) * trunk/src/VBox/Devices/Samples/VBoxSampleDevice.cpp (added) Devices/Samples: Some idle hacking from a good while back. Mon, 14 Sep 2009 05:48:04 GMT vboxsync [22984] * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) NAT: comment updated. Sun, 13 Sep 2009 22:17:34 GMT vboxsync [22982] * trunk/src/VBox/Devices/Storage/ISCSIHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/ParallelsHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/RawHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD-Internal.h (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) * trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VHDHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/testcase/tstVD.cpp (modified) * trunk/src/VBox/Devices/Storage/testcase/tstVDCopy.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) VBoxHDD: Add new parameter to VDGetFormat which takes a list of ... Sun, 13 Sep 2009 22:09:27 GMT vboxsync [22981] * trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp (modified) PDMAsyncCompletionFile.cpp: The env.var. VBOX_ASYNC_IO_FAILBACK can ... Sun, 13 Sep 2009 21:22:43 GMT vboxsync [22980] * trunk/src/VBox/VMM/VM.cpp (modified) * trunk/src/VBox/VMM/VMInternal.h (modified) VM: added critsects around the At[State|Reset|Error|RuntimeError] ... Sun, 13 Sep 2009 16:39:21 GMT vboxsync [22979] * trunk/src/VBox/VMM/PDMAsyncCompletionFileFailsafe.cpp (modified) PDMAsyncCompletion: Add missing state transitions in failsafe manager Sun, 13 Sep 2009 13:38:16 GMT vboxsync [22978] * trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFileFailsafe.cpp (modified) PDMAsyncCompletion: Fix crash on FreeBSD with failsafe manager. Need ... Sun, 13 Sep 2009 13:00:19 GMT vboxsync [22977] * trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp (modified) PDMASyncCompletionFile: uBitmaskAlignment fix. Sun, 13 Sep 2009 03:36:26 GMT vboxsync [22976] * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) NAT: clarify why udp marked as "bad". Sun, 13 Sep 2009 01:15:27 GMT vboxsync [22975] * trunk/include/VBox/types.h (modified) * trunk/src/VBox/VMM/VM.cpp (modified) VMM: State coding in progress - bed time commit. Sat, 12 Sep 2009 19:31:54 GMT vboxsync [22974] * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) NAT: print ip_id of dropped packet. Sat, 12 Sep 2009 19:06:11 GMT vboxsync [22973] * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) NAT: set right label name in "commented out" code. Sat, 12 Sep 2009 18:53:33 GMT vboxsync [22972] * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) NAT: don't ignore ip's options while checksum Sat, 12 Sep 2009 18:23:57 GMT vboxsync [22971] * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) NAT: make udp fault more clear (excluding warns on success exit of ... Sat, 12 Sep 2009 11:53:35 GMT vboxsync [22970] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLR3Internal.h (modified) VbglHGCMParmPtrSetString: Use VMMDevHGCMParmType_LinAddr_In. Fri, 11 Sep 2009 23:00:59 GMT vboxsync [22969] * trunk/src/VBox/Runtime/r3/linux/fileaio-linux.cpp (modified) Runtime/fileaio-linux: Negate the result code. errno values are ... Fri, 11 Sep 2009 22:47:10 GMT vboxsync [22968] * trunk/src/VBox/Devices/Makefile.kmk (modified) Devices: Add option VBOX_WITH_NEW_IO_CODE to enable new I/O interface Fri, 11 Sep 2009 22:41:38 GMT vboxsync [22967] * trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp (modified) PDMAsyncCompletion: Bug fixes Fri, 11 Sep 2009 22:41:14 GMT vboxsync [22966] * trunk/include/VBox/VBoxHDD.h (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Devices/Storage/ParallelsHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/RawHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) * trunk/src/VBox/Devices/Storage/VDICore.h (modified) * trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VHDHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) Storage: Convert the backends to use the interface for I/O rather ... Fri, 11 Sep 2009 21:34:14 GMT vboxsync [22965] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsNetwork.ui (modified) FE/Qt4: 4011: Network Settings UI: Few fixes for r52231 & r52237. Fri, 11 Sep 2009 18:55:18 GMT vboxsync [22964] * trunk/src/VBox/Frontends/VirtualBox/include/QIArrowButtonPress.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/QIArrowButtonSwitch.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/QIRichToolButton.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsNetwork.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/QIArrowButtonPress.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/QIArrowButtonSwitch.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/QIRichToolButton.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsNetwork.ui (modified) FE/Qt4: 4011: Network Settings UI: Few fixes for r52231. Fri, 11 Sep 2009 17:19:00 GMT vboxsync [22963] * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) tstDeviceStructSize.cpp: same as r52210 (gcc warns about operator ... Fri, 11 Sep 2009 16:48:34 GMT vboxsync [22962] * trunk/src/VBox/Additions/linux/Makefile.kmk (modified) Additions/linux/installer: kBuild-ify the Makefile, part 2 Fri, 11 Sep 2009 16:21:56 GMT vboxsync [22961] * trunk/include/VBox/types.h (modified) * trunk/src/VBox/VMM/VM.cpp (modified) VMM: state updates (almost there). Fri, 11 Sep 2009 16:01:10 GMT vboxsync [22960] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsNetwork.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsNetworkDetails.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetworkDetails.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsNetwork.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsNetworkDetails.ui (deleted) FE/Qt4: Shifted the advanced network settings from the dialog box to ... Fri, 11 Sep 2009 13:45:44 GMT vboxsync [22959] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r3/linux/semevent-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/semmutex-linux.cpp (modified) sem*-linux.cpp,Makefile.kmk: Added check for cMillies==0 in ... Fri, 11 Sep 2009 13:30:27 GMT vboxsync [22958] * trunk/src/VBox/Runtime/r3/linux/semevent-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/semmutex-linux.cpp (modified) i64Diff not u64Diff Fri, 11 Sep 2009 13:04:19 GMT vboxsync [22957] * trunk/src/VBox/Runtime/r3/linux/semmutex-linux.cpp (modified) Runtime/semmutex: fix timeout handling like in semevent Fri, 11 Sep 2009 12:55:18 GMT vboxsync [22956] * trunk/src/VBox/Runtime/r3/linux/semevent-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp (modified) Runtime/semevent: ''clock_gettime(CLOCK_REALTIME)'' => ... Fri, 11 Sep 2009 12:34:01 GMT vboxsync [22955] * trunk/src/VBox/Runtime/r3/linux/semevent-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp (modified) accident Fri, 11 Sep 2009 12:33:33 GMT vboxsync [22954] * trunk/src/VBox/Runtime/r3/linux/semevent-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp (modified) Runtime/semevent: stupid typos; no RT_UNLIKELY Fri, 11 Sep 2009 12:09:55 GMT vboxsync [22953] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp (modified) gcc warnings Fri, 11 Sep 2009 12:00:48 GMT vboxsync [22952] * trunk/src/VBox/Runtime/r3/linux/semevent-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp (modified) Runtime/semevent: Fix part II for the Linux-specific ''RTSemEvent*'' ... Fri, 11 Sep 2009 10:37:45 GMT vboxsync [22951] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFBOverlay.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp (modified) video hw accel: allow only primary and overlay surfaces Fri, 11 Sep 2009 10:14:54 GMT vboxsync [22950] * trunk/src/VBox/Runtime/r3/linux/semevent-linux.cpp (modified) Runtime/semevent: Fix part I for the Linux-specific ''RTSemEvent*'' ... Fri, 11 Sep 2009 10:14:48 GMT vboxsync [22949] * trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm (modified) TRPMR0A.asm: Align the trpmR0DispatchHostInterruptSimple code better. Fri, 11 Sep 2009 10:10:35 GMT vboxsync [22948] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/include/QIArrowButtonPress.h (copied) * trunk/src/VBox/Frontends/VirtualBox/include/QIArrowButtonSwitch.h (copied) * trunk/src/VBox/Frontends/VirtualBox/include/QIArrowSplitter.h (copied) * trunk/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/QIRichToolButton.h (copied) * trunk/src/VBox/Frontends/VirtualBox/src/QIArrowButtonPress.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/QIArrowButtonSwitch.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/QIArrowSplitter.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/QIRichToolButton.cpp (copied) FE/Qt4: Separated the QIArrowSplitter, QIRichToolButton, ... Fri, 11 Sep 2009 09:39:13 GMT vboxsync [22947] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) PGMPhys.cpp: Corrected the 'Failed to procure handy pages' message, ... Fri, 11 Sep 2009 09:08:01 GMT vboxsync [22946] * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) NAT: don't hide errors Fri, 11 Sep 2009 09:04:24 GMT vboxsync [22945] * trunk/src/VBox/VMM/testcase/tstHelp.h (modified) tstHelp: gcc warns about operator precedence Fri, 11 Sep 2009 08:46:49 GMT vboxsync [22944] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSettingsUpdate.cpp (modified) gcc warning Fri, 11 Sep 2009 06:34:12 GMT vboxsync [22943] * trunk/src/VBox/Devices/Network/slirp/misc.h (modified) NAT: bsd mbuf changesest (misc.h) Fri, 11 Sep 2009 06:29:10 GMT vboxsync [22942] * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) NAT: bsd mbuf related changeset (misc.c) Fri, 11 Sep 2009 06:19:44 GMT vboxsync [22941] * trunk/src/VBox/Devices/Network/slirp/ip_output.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT: BSD mbuf related changeset + (slirp.c, ip_output). Fri, 11 Sep 2009 06:18:51 GMT vboxsync [22940] * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) NAT: BSD mbuf's related changeset (socket.c) Fri, 11 Sep 2009 00:00:02 GMT vboxsync [22939] * trunk/src/VBox/VMM/MMInternal.h (modified) MMInternal.h: typo. Thu, 10 Sep 2009 23:51:06 GMT vboxsync [22938] * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) DevAPIC.cpp: alignment fix. Thu, 10 Sep 2009 23:46:15 GMT vboxsync [22937] * trunk/src/VBox/VMM/VMInternal.h (modified) VMInternal.h: build fix. Thu, 10 Sep 2009 23:45:20 GMT vboxsync [22936] * trunk/src/VBox/VMM/PGMInternal.h (modified) PGMInternal.h: warning. Thu, 10 Sep 2009 23:43:12 GMT vboxsync [22935] * trunk/src/VBox/VMM/MMInternal.h (modified) build fix Thu, 10 Sep 2009 23:33:49 GMT vboxsync [22934] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) DevATA.cpp: AssertCompileMemberAlignment(ATACONTROLLER, aIfs[1], 8) ... Thu, 10 Sep 2009 23:30:17 GMT vboxsync [22933] * trunk/src/VBox/VMM/PGMInternal.h (modified) PGMInternal.h: burn fix. Thu, 10 Sep 2009 23:08:50 GMT vboxsync [22929] * trunk/src/VBox/VMM/MMInternal.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) build hacking. Thu, 10 Sep 2009 22:32:44 GMT vboxsync [22926] * trunk/src/VBox/VMM/PGMInternal.h (modified) PGM: alignment fix. Thu, 10 Sep 2009 22:24:58 GMT vboxsync [22925] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Devices: Alignment fun. (32-bit darwin) Thu, 10 Sep 2009 22:00:36 GMT vboxsync [22924] * trunk/src/VBox/VMM/IOMInternal.h (modified) * trunk/src/VBox/VMM/MMInternal.h (modified) * trunk/src/VBox/VMM/PDMInternal.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/STAM.cpp (modified) * trunk/src/VBox/VMM/VMInternal.h (modified) VMM: Made STAM assert on missaligned statistics. Fixed a bunch of ... Thu, 10 Sep 2009 21:57:48 GMT vboxsync [22923] * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) GVMMR0.cpp: An attempt at hacking my way around the current snow ... Thu, 10 Sep 2009 16:45:29 GMT vboxsync [22921] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFBOverlay.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp (modified) video hw fixes: display list initialization fixes & fallback impl Thu, 10 Sep 2009 15:37:08 GMT vboxsync [22920] * trunk/include/VBox/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/dd.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideoHGSMI.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp (modified) Video hw accel: fallback for PBO allocation failure Thu, 10 Sep 2009 14:53:23 GMT vboxsync [22919] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) VMM/PGM: Alignment fixes that cures crashes on snow leopard when gdb ... Thu, 10 Sep 2009 14:29:19 GMT vboxsync [22918] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/VBoxNetFlt: debug statement fix. Thu, 10 Sep 2009 14:15:55 GMT vboxsync [22917] * trunk/src/VBox/Additions/linux/Makefile.kmk (modified) Additions/linux/installer: kBuild-ify the Makefile, part 1 Thu, 10 Sep 2009 13:45:12 GMT vboxsync [22916] * trunk/src/VBox/Main/glue/EventQueue.cpp (modified) fixed Win burns, spaces Thu, 10 Sep 2009 13:43:25 GMT vboxsync [22915] * trunk/include/VBox/types.h (modified) * trunk/include/VBox/vmapi.h (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/VMM/VM.cpp (modified) * trunk/src/VBox/VMM/VMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/VMAll.cpp (modified) VMM: some state stuff (work in progress, back out on bustage).