# # ChangeLog for trunk/include in vbox # # Generated by Trac 1.4.3.2 # Feb 6, 2025 4:46:22 PM Fri, 27 Feb 2015 20:13:49 GMT vboxsync [54565] * trunk/include/VBox/VBoxVideo.h (modified) * trunk/include/VBox/VBoxVideoGuest.h (modified) * trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) include,Additions: introduce VBVA_SCREEN_F_BLANK Fri, 27 Feb 2015 15:53:34 GMT vboxsync [54557] * trunk/include/VBox/vusb.h (modified) Alignment. Fri, 27 Feb 2015 15:42:57 GMT vboxsync [54556] * trunk/include/VBox/vusb.h (modified) * trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp (modified) VUSB: Added RH service to abort an endpoint (as opposed to canceling ... Thu, 26 Feb 2015 23:59:40 GMT vboxsync [54540] * trunk/include/VBox/settings.h (modified) Be -pedantic about trailing comma at the end of an enum for the sake ... Thu, 26 Feb 2015 15:31:58 GMT vboxsync [54533] * trunk/include/VBox/vmm/hm_svm.h (modified) SVM: Added comments for easier cross-referencing with manuals. Thu, 26 Feb 2015 12:03:39 GMT vboxsync [54526] * trunk/include/iprt/timer.h (modified) timer.h: doxygen typo. Wed, 25 Feb 2015 19:06:07 GMT vboxsync [54512] * trunk/include/iprt/timer.h (modified) * trunk/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTR0Timer.cpp (modified) RTTimerDestroy() is off limits from the timer callback on windows too. Wed, 25 Feb 2015 18:00:39 GMT vboxsync [54506] * trunk/include/VBox/VBoxGuest16.h (modified) os2/VBoxMouse: Use VBOXGUEST_IOCTL_CTL_FILTER_MASK and ... Wed, 25 Feb 2015 14:33:18 GMT vboxsync [54496] * trunk/include/VBox/apic.h (modified) * trunk/include/VBox/apic.mac (modified) * trunk/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac (modified) VMMSwitcher: test code for disabling the Extended LVT APIC registers ... Wed, 25 Feb 2015 13:47:58 GMT vboxsync [54495] * trunk/include/VBox/VBoxVideo.h (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/MouseImpl.cpp (modified) * trunk/src/VBox/Main/testcase/tstMouseImpl.cpp (modified) Main/Display and Mouse: input mapping fix for when VMMDev is not in use. Wed, 25 Feb 2015 13:23:21 GMT vboxsync [54491] * trunk/include/VBox/vmm/pdmaudioifs.h (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostNullAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostOSSAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp (modified) * trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp (modified) * trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp (modified) PDM/Audio: Fixed crashes on termination. Wed, 25 Feb 2015 11:37:47 GMT vboxsync [54481] * trunk/include/iprt/test.h (modified) iprt/test.h: Added RTTESTI_CHECK_MSG_BREAK. Tue, 24 Feb 2015 21:35:26 GMT vboxsync [54470] * trunk/include/iprt/test.h (modified) iprt/test.h: Added RTTESTI_CHECK_RC_OK_BREAK. Tue, 24 Feb 2015 15:18:33 GMT vboxsync [54455] * trunk/include/iprt/cdefs.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp (modified) iprt/cdefs.h,VBoxDrvGip.cpp: Using __noinline__ instead of noinline ... Tue, 24 Feb 2015 10:43:16 GMT vboxsync [54430] * trunk/include/VBox/vd-image-backend.h (modified) * trunk/src/VBox/Storage/DMG.cpp (modified) * trunk/src/VBox/Storage/ISCSI.cpp (modified) * trunk/src/VBox/Storage/Parallels.cpp (modified) * trunk/src/VBox/Storage/QCOW.cpp (modified) * trunk/src/VBox/Storage/QED.cpp (modified) * trunk/src/VBox/Storage/RAW.cpp (modified) * trunk/src/VBox/Storage/VD.cpp (modified) * trunk/src/VBox/Storage/VDI.cpp (modified) * trunk/src/VBox/Storage/VHD.cpp (modified) * trunk/src/VBox/Storage/VHDX.cpp (modified) * trunk/src/VBox/Storage/VMDK.cpp (modified) Storage/VD: make use of the image type (hdd/dvd/floppy) for sanity ... Tue, 24 Feb 2015 03:26:17 GMT vboxsync [54415] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/mp.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/haiku/mp-r0drv-haiku.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c (modified) IPRT/r0drv/mp: Added RTMpCurSetIndex and RTMpCurSetIndexAndId. Tue, 24 Feb 2015 02:53:25 GMT vboxsync [54411] * trunk/include/iprt/mangling.h (modified) forgot mangling. Tue, 24 Feb 2015 02:06:56 GMT vboxsync [54408] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/mp.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/generic/RTMpOnPair-generic.cpp (added) * trunk/src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp (modified) IPRT/r0drv: Added RTMpOnPair and RTMpOnPairIsConcurrentExecSupported, ... Mon, 23 Feb 2015 22:17:04 GMT vboxsync [54403] * trunk/include/VBox/vd-ifs.h (modified) * trunk/src/VBox/Main/include/KeyStore.h (deleted) * trunk/src/VBox/Main/src-all/KeyStore.cpp (deleted) * trunk/src/VBox/Storage/Makefile.kmk (modified) Storage/VDFilterrypt,Main: Move key store implementation to the ... Mon, 23 Feb 2015 12:52:15 GMT vboxsync [54382] * trunk/include/iprt/mp.h (modified) mp.h: doc update. Mon, 23 Feb 2015 08:42:30 GMT vboxsync [54368] * trunk/include/VBox/vmm/pdmaudioifs.h (modified) * trunk/src/VBox/Devices/Audio/DrvHostOSSAudio.cpp (modified) * trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp (modified) * trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp (modified) PDM/Audio: Some renaming. Sun, 22 Feb 2015 01:32:45 GMT vboxsync [54352] * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) SUPDrv,TM: Overhauled the CPU/TSC frequency a little, making it ... Fri, 20 Feb 2015 18:51:07 GMT vboxsync [54340] * trunk/include/VBox/vd.h (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Storage/VD.cpp (modified) Storage/VD: Allow different filter chains for reads and writes ... Fri, 20 Feb 2015 18:10:12 GMT vboxsync [54339] * trunk/include/VBox/sup.h (modified) * trunk/include/VBox/vmm/cpum.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/linux/load.sh (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) SUPDrv,VMM: Added SUPR0TscDeltaMeasureBySetIndex to SUPDrv (bumping ... Fri, 20 Feb 2015 14:58:54 GMT vboxsync [54333] * trunk/include/VBox/sup.h (modified) sup.h: whether TSC-delta is available for given CPU. Thu, 19 Feb 2015 21:32:18 GMT vboxsync [54314] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/include/DHCPServerImpl.h (modified) * trunk/src/VBox/Main/src-server/DHCPServerImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main/DHCPServerImpl: for DHCP options keep not just the text ... Thu, 19 Feb 2015 20:38:57 GMT vboxsync [54311] * trunk/include/VBox/settings.h (modified) Use existing typedef to define DHCPServer::GlobalDhcpOptions. Thu, 19 Feb 2015 19:56:40 GMT vboxsync [54310] * trunk/include/VBox/sup.h (modified) oops Thu, 19 Feb 2015 19:51:40 GMT vboxsync [54309] * trunk/include/VBox/sup.h (modified) build fix Thu, 19 Feb 2015 19:43:51 GMT vboxsync [54308] * trunk/include/VBox/sup.h (modified) * trunk/include/VBox/vmm/tm.h (modified) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibAll.cpp (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMTests.cpp (modified) * trunk/src/VBox/VMM/VMMRC/VMMRC.cpp (modified) * trunk/src/VBox/VMM/include/TMInternal.h (modified) VMM,SUP: Apply the tsc delta where it matters. Made sense out of the ... Thu, 19 Feb 2015 14:17:53 GMT vboxsync [54294] * trunk/include/iprt/mp.h (modified) * trunk/src/VBox/Runtime/r0drv/solaris/mpnotification-r0drv-solaris.c (modified) mp: update doc and todo for Solaris, better/lighter API possible it ... Thu, 19 Feb 2015 13:00:11 GMT vboxsync [54293] * trunk/include/iprt/mp.h (modified) doc update. Thu, 19 Feb 2015 11:16:49 GMT vboxsync [54290] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) HostDrivers/Support: TSC-delta thread adjustments for tsc-delta ... Wed, 18 Feb 2015 23:39:03 GMT vboxsync [54286] * trunk/include/VBox/sup.h (modified) SUPR3TscDeltaMesaure prototype correction. Wed, 18 Feb 2015 18:31:23 GMT vboxsync [54275] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) missed copyright year update. Wed, 18 Feb 2015 18:30:43 GMT vboxsync [54274] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) HostDrivers/Support: use warning and not error code. Wed, 18 Feb 2015 16:11:34 GMT vboxsync [54270] * trunk/include/VBox/sup.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/time.h (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/common/time/timesup.cpp (modified) * trunk/src/VBox/Runtime/common/time/timesupA.asm (modified) * trunk/src/VBox/Runtime/common/time/timesupref.cpp (modified) * trunk/src/VBox/Runtime/common/time/timesupref.h (modified) * trunk/src/VBox/Runtime/r3/win/VBoxRT-win32.def (modified) * trunk/src/VBox/Runtime/r3/win/VBoxRT-win64.def (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.def (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/VMMRC/VMMRC.def (modified) * trunk/src/VBox/VMM/include/TMInternal.h (modified) IPRT,TM: Implemented the get-cpu-number optimizations for the ... Wed, 18 Feb 2015 16:07:48 GMT vboxsync [54269] * trunk/include/iprt/asm.h (modified) asm.h: Don't call assmebly for ASMAtomicUoReadU64 on AMD64. Wed, 18 Feb 2015 07:07:16 GMT vboxsync [54260] * trunk/include/iprt/asm-amd64-x86.h (modified) iprt/asm-amd64-x86.h: Build fix for linux.x86 VM used to build the ... Tue, 17 Feb 2015 23:35:04 GMT vboxsync [54258] * trunk/include/VBox/sup.h (modified) SUPReadTsc: semi-predict we can call ASMReadTSC and doesn't need deltas. Tue, 17 Feb 2015 23:20:44 GMT vboxsync [54256] * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vm.mac (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) VMCPU: Added a iHostCpuSet field to go with the idHostCpu one. This ... Tue, 17 Feb 2015 23:12:11 GMT vboxsync [54255] * trunk/include/iprt/asmdefs.mac (modified) forgot asmdefs.mac changes for ASMGetIdtrLimit.asm Tue, 17 Feb 2015 22:58:55 GMT vboxsync [54254] * trunk/include/iprt/asm-amd64-x86.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asm/ASMGetIdtrLimit.asm (copied) Added ASMGetIdtrLimit. Tue, 17 Feb 2015 19:24:45 GMT vboxsync [54252] * trunk/include/VBox/sup.h (modified) * trunk/include/VBox/sup.mac (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp (modified) * trunk/src/VBox/Runtime/common/time/timesup.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTTime.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) SUPDrv,GIP,TM: Combined fOsTscDeltasInSync and ... Tue, 17 Feb 2015 19:22:22 GMT vboxsync [54251] * trunk/include/iprt/asm-amd64-x86.h (modified) asm-amd64-x86.h: Added ASMReadTscWithAux(). Tue, 17 Feb 2015 13:13:02 GMT vboxsync [54230] * trunk/include/VBox/RemoteDesktop/VRDE.h (modified) * trunk/include/VBox/vmm/pdmaudioifs.h (modified) * trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp (modified) * trunk/src/VBox/Devices/Audio/AudioMixBuffer.h (modified) * trunk/src/VBox/Devices/Audio/AudioMixer.h (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHda.cpp (modified) * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostOSSAudio.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp (modified) * trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp (modified) PDM/Audio: Update. Mon, 16 Feb 2015 22:41:32 GMT vboxsync [54224] * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibAll.cpp (added) * trunk/src/VBox/HostDrivers/Support/freebsd/Makefile (modified) * trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv (modified) * trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv (modified) * trunk/src/VBox/Runtime/common/time/timesup.cpp (modified) SUP,IPRT: Started as a build fix ended up as a cleanup (mostly ... Mon, 16 Feb 2015 16:24:01 GMT vboxsync [54222] * trunk/include/VBox/sup.h (modified) sup.h: build fix. Mon, 16 Feb 2015 15:27:29 GMT vboxsync [54219] * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) HostDrivers/support: TSC-delta bits. Mon, 16 Feb 2015 15:17:05 GMT vboxsync [54218] * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/include/VBox/vmm/uvm.h (modified) * trunk/src/VBox/Debugger/DBGCCommands.cpp (modified) * trunk/src/VBox/Debugger/DBGPlugInLinux.cpp (modified) * trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGF.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFOS.cpp (modified) * trunk/src/VBox/VMM/include/DBGFInternal.h (modified) DBGF,DBGC: Added dmesg command and implemented it for linux guests. Mon, 16 Feb 2015 12:33:36 GMT vboxsync [54215] * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/Runtime/common/time/timesup.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) Runtime,TM: Use GIP's fTscDeltasAreRoughlyInSync. Mon, 16 Feb 2015 11:08:27 GMT vboxsync [54214] * trunk/include/VBox/sup.h (modified) * trunk/include/VBox/sup.mac (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) HostDrivers/Support, testcase, TM: Add fTscDeltasRoughlyInSync. Fri, 13 Feb 2015 18:17:39 GMT vboxsync [54208] * trunk/include/iprt/timer.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c (modified) IPRT,SUPDrv: Support more than 255 CPUs via RTTIME_FLAGS_XXX, bumping ... Fri, 13 Feb 2015 17:13:44 GMT vboxsync [54202] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/time.h (modified) * trunk/src/VBox/Runtime/common/time/timesup.cpp (modified) * trunk/src/VBox/Runtime/common/time/timesupA.asm (modified) * trunk/src/VBox/Runtime/common/time/timesupA.mac (modified) * trunk/src/VBox/Runtime/common/time/timesupref.cpp (modified) * trunk/src/VBox/Runtime/common/time/timesupref.h (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/include/TMInternal.h (modified) IPRT,TM: Implemented GIP TSC delta processing in the RTTimeNanoTS code. Fri, 13 Feb 2015 17:13:28 GMT vboxsync [54201] * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) HostDrivers/Support, VMM: avoid code duplication. Fri, 13 Feb 2015 15:44:32 GMT vboxsync [54200] * trunk/include/VBox/sup.h (modified) sup.h: nit and todo. Fri, 13 Feb 2015 14:46:25 GMT vboxsync [54198] * trunk/include/VBox/sup.h (modified) warning Fri, 13 Feb 2015 02:28:19 GMT vboxsync [54188] * trunk/include/iprt/timer.h (modified) * trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c (modified) RTTimerChangeInterval now returns VERR_INVALID_STATE if not a ... Thu, 12 Feb 2015 17:34:24 GMT vboxsync [54181] * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) HostDrivers/support: fix reinit of GipCpu data where TSC-delta isn't ... Sun, 08 Feb 2015 00:43:35 GMT vboxsync [54106] * trunk/include/VBox/vmm/pdmnetifs.h (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) NAT: Introduce PDMINETWORKNATCONFIG::pfnNotifyDnsChanged and call it ... Tue, 03 Feb 2015 11:13:50 GMT vboxsync [54068] * trunk/include/VBox/VBoxTpG.h (modified) try address the 'char *' conversion warnings on solaris. Tue, 03 Feb 2015 10:45:39 GMT vboxsync [54065] * trunk/include/VBox/vmm/tm.h (modified) * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMHv.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) * trunk/src/VBox/VMM/include/TMInternal.h (modified) VMM: Implemented TM TSC-mode switching with paravirtualized guests. Wed, 28 Jan 2015 13:44:00 GMT vboxsync [54013] * 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/VMM/tools/VBoxVMMPreload.cpp (modified) Support: added SUPR3LockDownLoader() Wed, 28 Jan 2015 12:21:54 GMT vboxsync [54010] * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/main.cpp (modified) Additions/common/VBoxGuestLib: add respawn counter to Daemonize(). Wed, 28 Jan 2015 00:01:32 GMT vboxsync [53997] * trunk/include/iprt/alloca.h (modified) iprt/alloca.h: Seems linux might need to include alloca.h just like ... Tue, 27 Jan 2015 18:14:27 GMT vboxsync [53977] * trunk/include/VBox/vusb.h (modified) * trunk/src/VBox/Devices/Storage/UsbMsd.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBDevice.cpp (modified) VUSB: Added separate SS EP companion descriptor to VUSBDESCENDPOINTEX ... Mon, 26 Jan 2015 20:38:30 GMT vboxsync [53966] * trunk/include/VBox/VBoxVideoGuest.h (modified) * trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp (modified) * trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/display.cpp (modified) * trunk/src/VBox/Additions/x11/vboxvideo/getmode.c (modified) * trunk/src/VBox/Additions/x11/vboxvideo/pointer.c (modified) * trunk/src/VBox/Additions/x11/vboxvideo/setmode.c (modified) * trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c (modified) * trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h (modified) Devices/Graphics, Main: optionally send cursor integration toggle and ... Mon, 26 Jan 2015 20:37:10 GMT vboxsync [53965] * trunk/include/VBox/HGSMI/HGSMIChSetup.h (modified) * trunk/include/VBox/VBoxVideo.h (modified) * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/include/DisplayUtils.h (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-client/MouseImpl.cpp (modified) * trunk/src/VBox/Main/testcase/tstMouseImpl.cpp (modified) Devices/Graphics, Main: optionally send cursor integration toggle and ... Wed, 21 Jan 2015 14:21:31 GMT vboxsync [53901] * trunk/include/iprt/mangling.h (modified) iprt/mangling.h: RTCrX509OtherName_*. Wed, 21 Jan 2015 14:03:50 GMT vboxsync [53900] * trunk/include/iprt/crypto/x509.h (modified) * trunk/src/VBox/Runtime/common/crypto/x509-template.h (modified) IPRT: Implemented X.509 OtherName. Wed, 21 Jan 2015 12:08:50 GMT vboxsync [53896] * trunk/include/VBox/VBoxOGL.h (modified) Host 3D: scaling: Increase scaling precision multiplier; Adjust ... Fri, 16 Jan 2015 12:28:22 GMT vboxsync [53854] * trunk/include/VBox/VBoxOGL.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/window.cpp (modified) Host 3D: content scaling: define scale factor range bounds. Fri, 16 Jan 2015 08:53:12 GMT vboxsync [53847] * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (modified) * trunk/include/VBox/VBoxOGL.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/server_presenter.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Host 3D: content scalling: export IDisplay interface and connect it ... Fri, 16 Jan 2015 08:28:11 GMT vboxsync [53846] * trunk/include/VBox/VBoxVideo.h (modified) VBox/VBoxVideo.h: small expansion for HGSMI command documentation. Thu, 15 Jan 2015 20:39:49 GMT vboxsync [53835] * trunk/include/VBox/apic.h (modified) * trunk/include/VBox/apic.mac (modified) * trunk/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac (modified) * trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac (modified) * trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac (modified) VMMSwitcher: also mask NMI in APIC_REG_LVT_CMCI Thu, 15 Jan 2015 16:15:21 GMT vboxsync [53831] * trunk/include/VBox/vmm/pdmaudioifs.h (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHda.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHdaCodec.h (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp (modified) PDM/Audio: Build fix; forgot some files. Thu, 15 Jan 2015 14:45:22 GMT vboxsync [53824] * trunk/include/VBox/sup.h (modified) sup.h: locally disable a TSC assertion. Thu, 15 Jan 2015 13:50:29 GMT vboxsync [53819] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) iprt/nt/nt.h: Added a bunch of Ldr APIs. Thu, 15 Jan 2015 13:49:51 GMT vboxsync [53818] * trunk/include/iprt/ldr.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) RTLdr: Added RTLDR_O_IGNORE_ARCH_IF_NO_CODE for PE resource dlls and ... Thu, 15 Jan 2015 11:15:07 GMT vboxsync [53815] * trunk/include/VBox/VBoxOGL.h (moved) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/precomp.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTest.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) Rename include/VBox/VBoxOGLTest.h to more common name (VBoxOGL.h) ... Wed, 14 Jan 2015 12:51:28 GMT vboxsync [53800] * trunk/include/VBox/sup.h (modified) * trunk/include/VBox/sup.mac (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) HostDrivers/Support: Moved fOsTscDeltasInSync to the GIP, fix ... Wed, 14 Jan 2015 11:35:59 GMT vboxsync [53797] * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp (modified) Finally added PDMDevHlpGetCurrentCpuId. Wed, 14 Jan 2015 09:36:47 GMT vboxsync [53795] * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vmapi.h (modified) * trunk/src/VBox/VMM/VMMR3/VMEmt.cpp (modified) Added an official way of implementing a HLT/MWAIT like port on a ... Wed, 14 Jan 2015 09:36:39 GMT vboxsync [53794] * trunk/include/VBox/vmm/vmcpuset.h (modified) vmcpuset.h: Added atomic add and del operations. Tue, 13 Jan 2015 16:43:25 GMT vboxsync [53789] * trunk/include/VBox/vmm/tm.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) Improved the ugly SVGA_REG_BUSY read hack a bit. Mon, 12 Jan 2015 21:20:52 GMT vboxsync [53778] * trunk/include/iprt/log.h (modified) iprt/log.h: Added a set of LogRelMax macros that limits the number of ... Fri, 09 Jan 2015 22:52:21 GMT vboxsync [53767] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/err.mac (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) s/VERR_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST/VERR_VMMDEV_CPU_HOTPLUG_NOT_ ... Sat, 03 Jan 2015 05:56:05 GMT vboxsync [53719] * trunk/include/iprt/nt/nt.h (modified) iprt/nt/nt.h: Stuff to do with windows 7 support for lots of CPUs and ... Thu, 01 Jan 2015 23:41:26 GMT vboxsync [53630] * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/include/CPUMInternal.h (modified) dtrace library fixes/hacks. Wed, 31 Dec 2014 15:37:17 GMT vboxsync [53626] * trunk/include/VBox/err.mac (modified) * trunk/include/iprt/err.mac (modified) * trunk/include/iprt/x86.mac (modified) Regenerated assembly includes (incs rule in Maintenance.kmk). Wed, 31 Dec 2014 15:33:55 GMT vboxsync [53625] * trunk/include/VBox/VMMDevTesting.h (modified) * trunk/include/VBox/VMMDevTesting.mac (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp (modified) * trunk/src/VBox/ValidationKit/bootsectors/bootsector2-test1-template.mac (modified) Test I/O and MMIO performance when we need to go to ring-3 to service ... Wed, 31 Dec 2014 14:59:44 GMT vboxsync [53624] * trunk/.scm-settings (modified) * trunk/Config.kmk (modified) * trunk/include/VBox/shflsvc.h (modified) * trunk/include/iprt/asn1-generator-sanity.h (modified) * trunk/include/iprt/avl.h (modified) * trunk/include/iprt/cpp/ministring.h (modified) * trunk/include/iprt/crypto/rsa.h (modified) * trunk/include/iprt/crypto/tsp.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/Makefile.kmk (modified) * trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.h (modified) * trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.c (modified) * trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/display.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/main.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/seamless.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/seamless.h (modified) * trunk/src/VBox/Additions/x11/vboxvideo/getmode.c (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHda.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostOSSAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/solaudio.c (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp (modified) * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) * trunk/src/VBox/Devices/Network/lwip-new/vbox/VBoxLwipCore.cpp (modified) * trunk/src/VBox/Devices/Network/lwip-new/vbox/VBoxLwipCore.h (modified) * trunk/src/VBox/Devices/Network/lwip-new/vbox/include/arch/cc.h (modified) * trunk/src/VBox/Devices/Network/lwip-new/vbox/include/lwip-namespace.h (modified) * trunk/src/VBox/Devices/Network/lwip-new/vbox/sys_arch.c (modified) * trunk/src/VBox/Devices/Network/lwipopts.h (modified) * trunk/src/VBox/Devices/Network/scripts/VBoxPortForwarding.py (modified) * trunk/src/VBox/Devices/Network/slirp/bootp.c (modified) * trunk/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.h (modified) * trunk/src/VBox/Devices/Network/slirp/ip_icmpwin.c (modified) * trunk/src/VBox/Devices/Network/slirp/libslirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/resolv_conf_parser.c (modified) * trunk/src/VBox/Devices/Network/slirp/resolv_conf_parser.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_dns.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/PC/BIOS/floppy.c (modified) * trunk/src/VBox/Devices/Storage/DrvBlock.cpp (modified) * trunk/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h (modified) * trunk/src/VBox/Devices/USB/usbip/USBProxyDevice-usbip.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VBoxShell/vboxshell.py (modified) * trunk/src/VBox/Frontends/VirtualBox/src/platform/win/WinKeyboard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/VBoxNetAdp-win.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/VBoxNetLwf-win.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/service.cpp (modified) * trunk/src/VBox/Installer/linux/install_service/init_template.sh (modified) * trunk/src/VBox/Installer/linux/install_service/install_service.sh (modified) * trunk/src/VBox/Installer/linux/testcase/tstInstallInit.sh (modified) * trunk/src/VBox/Main/Config.kmk (modified) * trunk/src/VBox/Main/include/QMTranslator.h (modified) * trunk/src/VBox/Main/src-client/RemoteUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostDnsServiceResolvConf.cpp (modified) * trunk/src/VBox/Main/src-server/win/HostDnsServiceWin.cpp (modified) * trunk/src/VBox/Main/webservice/samples/python/clienttest.py (modified) * trunk/src/VBox/NetworkServices/NAT/lwipopts.h (modified) * trunk/src/VBox/NetworkServices/NAT/portfwd.c (modified) * trunk/src/VBox/NetworkServices/NAT/proxy.c (modified) * trunk/src/VBox/NetworkServices/NAT/pxdns.c (modified) * trunk/src/VBox/NetworkServices/NAT/pxping.c (modified) * trunk/src/VBox/NetworkServices/NAT/pxping_win.c (modified) * trunk/src/VBox/NetworkServices/NAT/pxtcp.c (modified) * trunk/src/VBox/NetworkServices/NAT/winutils.h (modified) * trunk/src/VBox/NetworkServices/NetLib/cpp/utils.h (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-time-template.h (modified) * trunk/src/VBox/Runtime/common/checksum/alt-md5.cpp (modified) * trunk/src/VBox/Runtime/common/checksum/alt-sha1.cpp (modified) * trunk/src/VBox/Runtime/common/checksum/openssl-sha512.cpp (modified) * trunk/src/VBox/Runtime/common/checksum/x509.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-init.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkix-signature-builtin.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/rsa-internal.h (modified) * trunk/src/VBox/Runtime/common/crypto/rsa-template.h (modified) * trunk/src/VBox/Runtime/common/crypto/spc-init.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/spc-sanity.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/tsp-core.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/tsp-sanity.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/x509-core.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/Makefile.kup (modified) * trunk/src/VBox/Runtime/common/net/netaddrstr2.cpp (modified) * trunk/src/VBox/Runtime/common/string/unidata-flags.cpp (modified) * trunk/src/VBox/Runtime/common/string/unidata-lower.cpp (modified) * trunk/src/VBox/Runtime/common/string/unidata-upper.cpp (modified) * trunk/src/VBox/Runtime/common/zip/pkzipvfs.cpp (modified) * trunk/src/VBox/Runtime/common/zip/tarvfs.cpp (modified) * trunk/src/VBox/Runtime/common/zip/unzipcmd.cpp (modified) * trunk/src/VBox/Runtime/r3/socket.cpp (modified) * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTZip.cpp (modified) * trunk/src/VBox/Storage/VD.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) * trunk/src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h (modified) * trunk/src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h (modified) * trunk/src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h (modified) * trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h (modified) * trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_2635QM.h (modified) * trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h (modified) * trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h (modified) * trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h (modified) * trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h (modified) * trunk/src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h (modified) * trunk/src/VBox/VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h (modified) * trunk/src/VBox/VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h (modified) * trunk/src/VBox/ValidationKit/testdriver/win-vbox-net-drvstore-cleanup.ps1 (modified) * trunk/src/VBox/ValidationKit/testdriver/win-vbox-net-uninstall.ps1 (modified) * trunk/src/VBox/ValidationKit/testmanager/webui/wuihlpgraphgooglechart.py (modified) * trunk/src/VBox/ValidationKit/testmanager/webui/wuihlpgraphmatplotlib.py (modified) * trunk/src/VBox/ValidationKit/testmanager/webui/wuihlpgraphsimple.py (modified) * trunk/src/recompiler/target-i386/exec.h (modified) * trunk/src/recompiler/target-i386/op_helper.c (modified) scm automatic cleanups. Wed, 31 Dec 2014 14:57:39 GMT vboxsync [53623] * trunk/include/VBox/vmm/hm_vmx.h (modified) VMX_EFLAGS_RESERVED_0: Mask of valid bits, not zero bits. Wed, 31 Dec 2014 13:12:37 GMT vboxsync [53618] * trunk/include/VBox/vmm/hm_svm.h (modified) hmsvm.h: Dropped a few unnecessary pragma packs. Wed, 31 Dec 2014 12:58:36 GMT vboxsync [53617] * trunk/include/VBox/vmm/hm_vmx.h (modified) hmvmx.h: Removed unnecessary pragma packs. Wed, 31 Dec 2014 12:54:00 GMT vboxsync [53616] * trunk/include/VBox/vmm/hm_vmx.h (modified) duh Wed, 31 Dec 2014 01:53:47 GMT vboxsync [53615] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/include/VBox/param.h (modified) * trunk/include/VBox/sup.h (modified) * trunk/include/VBox/types.h (modified) * trunk/include/VBox/vmm/cfgm.h (modified) * trunk/include/VBox/vmm/cpum.h (modified) * trunk/include/VBox/vmm/csam.h (modified) * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/include/VBox/vmm/em.h (modified) * trunk/include/VBox/vmm/ftm.h (modified) * trunk/include/VBox/vmm/gim.h (modified) * trunk/include/VBox/vmm/gmm.h (modified) * trunk/include/VBox/vmm/gvm.h (modified) * trunk/include/VBox/vmm/hm.h (modified) * trunk/include/VBox/vmm/hm_svm.h (modified) * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/VBox/vmm/iem.h (modified) * trunk/include/VBox/vmm/iom.h (modified) * trunk/include/VBox/vmm/mm.h (modified) * trunk/include/VBox/vmm/patm.h (modified) * trunk/include/VBox/vmm/pdmapi.h (modified) * trunk/include/VBox/vmm/pgm.h (modified) * trunk/include/VBox/vmm/rem.h (modified) * trunk/include/VBox/vmm/selm.h (modified) * trunk/include/VBox/vmm/stam.h (modified) * trunk/include/VBox/vmm/tm.h (modified) * trunk/include/VBox/vmm/trpm.h (modified) * trunk/include/VBox/vmm/vmcpuset.h (modified) * trunk/include/VBox/vmm/vmm.h (modified) * trunk/include/iprt/asm.h (modified) * trunk/include/iprt/cdrom.h (modified) * trunk/include/iprt/cpp/utils.h (modified) * trunk/include/iprt/err.h (modified) * trunk/include/iprt/filesystem.h (modified) * trunk/include/iprt/queueatomic.h (modified) * trunk/include/iprt/socket.h (modified) * trunk/include/iprt/string.h (modified) * trunk/include/iprt/tcp.h (modified) * trunk/include/iprt/types.h (modified) * trunk/include/iprt/uint128.h (modified) * trunk/include/iprt/uri.h (modified) * trunk/include/iprt/vfs.h (modified) * trunk/include/iprt/vfslowlevel.h (modified) doxygen fixes. Tue, 30 Dec 2014 20:20:42 GMT vboxsync [53610] * trunk/include/VBox/vmm/hm_vmx.h (modified) VBox/vmm/hmvmx.h: Corrected VMX_EXIT_QUALIFICATION_APIC_ACCESS_TYPE ... Sun, 21 Dec 2014 16:05:05 GMT vboxsync [53585] * trunk/include/iprt/list.h (modified) iprt/list.h: Missing const types. Sat, 20 Dec 2014 20:01:45 GMT vboxsync [53582] * trunk/include/VBox/VBoxOGLTest.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp (modified) OpenGLTestDarwin.cpp: Replaced the home-cooked execute-once with ...