# # ChangeLog for trunk/include in vbox # # Generated by Trac 1.4.3.2 # Dec 22, 2024 6:28:52 AM Thu, 14 Apr 2016 09:38:28 GMT vboxsync [60485] * trunk/include/iprt/uint32.h (modified) * trunk/include/iprt/uint64.h (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/Makefile.kmk (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-UInt32Div.c (added) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-UInt64Div.c (added) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc16-U4D.asm (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc16-U8DQ.asm (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc16-U8DR.asm (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc32-U8D.asm (modified) bs3kit: 8086 friendly 32-bit and 64-bit unsigned integer division. Thu, 14 Apr 2016 09:25:51 GMT vboxsync [60484] * trunk/include/iprt/uint32.h (copied) * trunk/include/iprt/uint64.h (modified) * trunk/src/VBox/Devices/BiosCommonCode/ASMBitLastSetU16.asm (copied) * trunk/src/VBox/Devices/BiosCommonCode/DoUInt32Div.c (added) * trunk/src/VBox/Devices/BiosCommonCode/__I4D.asm (copied) * trunk/src/VBox/Devices/BiosCommonCode/__I4M.asm (copied) * trunk/src/VBox/Devices/BiosCommonCode/__U4D.asm (copied) * trunk/src/VBox/Devices/BiosCommonCode/__U4M.asm (copied) * trunk/src/VBox/Devices/BiosCommonCode/__U8LS.asm (copied) * trunk/src/VBox/Devices/BiosCommonCode/__U8RS.asm (copied) * trunk/src/VBox/Devices/BiosCommonCode/fmemcpy.asm (moved) * trunk/src/VBox/Devices/BiosCommonCode/fmemset.asm (copied) * trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk (modified) PCBIOS: split up the support.asm file and implemented 32-bit division ... Thu, 14 Apr 2016 07:12:40 GMT vboxsync [60483] * trunk/include/iprt/utf16.h (modified) build fix (Doxygen comment) Thu, 14 Apr 2016 00:50:47 GMT vboxsync [60482] * trunk/include/iprt/uint128.h (modified) * trunk/include/iprt/uint64.h (copied) iprt/uint64.h: Converted uint128.h to RTUINT64U 64-bit for ancient ... Wed, 13 Apr 2016 20:14:41 GMT vboxsync [60481] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/utf16.h (modified) * trunk/src/VBox/Runtime/common/string/utf-16-case.cpp (modified) * trunk/src/VBox/Runtime/common/string/utf-16.cpp (modified) * trunk/src/VBox/Runtime/nt/RTNtPathExpand8dot3Path.cpp (modified) * trunk/src/VBox/Runtime/nt/RTNtPathFindPossible8dot3Name.cpp (added) * trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTNtPath-1.cpp (added) IPRT: Added testcase for RTNtPathExpand8dot3Path and ... Wed, 13 Apr 2016 20:13:17 GMT vboxsync [60480] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/nt/RTNtPathExpand8dot3Path.cpp (added) SUPNtHard,IPRT: Moved supHardNtVpFix8dot3Path & ... Mon, 11 Apr 2016 19:23:37 GMT vboxsync [60440] * trunk/include/VBox/VMMDevTesting.h (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp (modified) VMMDevTesting: Adjusted the CMD and DATA expectations to handle pure ... Mon, 11 Apr 2016 14:33:04 GMT vboxsync [60428] * trunk/include/VBox/vmm/apic.h (modified) * trunk/src/VBox/VMM/VMMAll/APICAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/APIC.cpp (modified) VMM/APIC: fixes with APIC base MSR initialization and nits. Mon, 11 Apr 2016 14:30:32 GMT vboxsync [60427] * trunk/include/iprt/linux/sysfs.h (modified) * trunk/src/VBox/Runtime/r3/linux/sysfs.cpp (modified) Runtime/linux/sysfs.cpp: Fixes for the tstRTSystemQueryDmi testcase, ... Mon, 11 Apr 2016 08:47:24 GMT vboxsync [60413] * trunk/include/VBox/vmm/iem.h (modified) iem.h: docs Mon, 11 Apr 2016 08:47:08 GMT vboxsync [60412] * trunk/include/VBox/vmm/cpum.h (modified) cpum.h: Added NEC V20/V30 to CPUMMICROARCH. Sun, 10 Apr 2016 15:42:46 GMT vboxsync [60410] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) IMachine: Added CPUProfile attribute (read/write string). Added a ... Sun, 10 Apr 2016 15:40:07 GMT vboxsync [60409] * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) com::Bstr: Added compareUtf8() for optimal comparsions with UTF-8 ... Sun, 10 Apr 2016 02:05:03 GMT vboxsync [60406] * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) VMM: doxygen fixes Sun, 10 Apr 2016 02:02:03 GMT vboxsync [60405] * trunk/include/VBox/vmm/pdmapi.h (modified) pdmapi.h/FNPDMVMMDEVHEAPNOTIFY: Added missing DECLCALLBACK. Sat, 09 Apr 2016 23:45:55 GMT vboxsync [60404] * trunk/include/VBox/types.h (modified) * trunk/include/VBox/vmm/pdmapi.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/include/VBox/vmm/vmapi.h (modified) * trunk/src/VBox/Devices/Input/DevPS2.cpp (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcArch.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImplTeleporter.cpp (modified) * trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMEmt.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) VMM,Devices,Main: Implemented soft/warm reset for shutdown status ... Fri, 08 Apr 2016 16:29:01 GMT vboxsync [60398] * trunk/include/VBox/vmm/apic.h (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMR0/APICR0.cpp (deleted) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/APIC.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) VMM/APIC: Get rid of specialized R0 code and clean up ordering ... Fri, 08 Apr 2016 16:17:15 GMT vboxsync [60396] * trunk/include/VBox/vmm/pdmapi.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) VMMDev,PDM,HM: Changed the VMMDev heap interface a little so HM can ... Fri, 08 Apr 2016 09:47:08 GMT vboxsync [60393] * trunk/include/iprt/linux/sysfs.h (modified) * trunk/src/VBox/Runtime/r3/linux/sysfs.cpp (modified) Runtime/linux/sysfs: Fixes, implement two forgotten methods Fri, 08 Apr 2016 09:17:34 GMT vboxsync [60390] * trunk/include/iprt/linux/sysfs.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/r3/linux/sysfs.cpp (modified) Runtime/linux/sysfs: Correct format string attributes and introduce ... Fri, 08 Apr 2016 08:32:13 GMT vboxsync [60387] * trunk/include/VBox/vmm/pdmapi.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/src/VBox/VMM/VMMR3/PDM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) PDM: Call pfnInitComplete after both ring-0 and raw-mode is fully ... Fri, 08 Apr 2016 00:16:58 GMT vboxsync [60384] * trunk/include/VBox/vmm/iem.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) * trunk/src/VBox/VMM/VMMR3/IEMR3.cpp (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp (modified) IEM: Marked instructions introduced by the 186, 286, 386 and 486 to ... Thu, 07 Apr 2016 15:53:36 GMT vboxsync [60377] * trunk/include/VBox/vmm/apic.h (modified) * trunk/include/VBox/vmm/cpum.h (modified) * trunk/include/VBox/vmm/pdmapi.h (modified) * trunk/src/VBox/VMM/VMMAll/APICAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/APICR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) VMM: Fix APIC, CPUM init ordering for the new APIC code while still ... Thu, 07 Apr 2016 14:21:30 GMT vboxsync [60373] * trunk/include/iprt/linux/sysfs.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp (modified) * trunk/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp (modified) * trunk/src/VBox/Main/src-server/linux/PerformanceLinux.cpp (modified) * trunk/src/VBox/Main/src-server/linux/USBGetDevices.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/RTSystemQueryDmiString-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/mp-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/sysfs.cpp (modified) Runtime/linux/sysfs.cpp: Convert RTLinuxSysFs* API to always use IPRT ... Thu, 07 Apr 2016 07:41:24 GMT vboxsync [60368] * trunk/include/VBox/vmm/pdmaudioifs.h (modified) constant strings with 'const char*' instead of 'char*' Wed, 06 Apr 2016 11:54:39 GMT vboxsync [60353] * trunk/include/VBox/vmm/pdmaudioifs.h (modified) * trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp (modified) * trunk/src/VBox/Devices/Audio/AudioMixer.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHda.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHdaCodec.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHdaCodec.h (modified) * trunk/src/VBox/Devices/Audio/DevIchHdaCommon.h (added) * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.h (modified) * trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) Audio: Added HDA support for newer Linux guests; more work on ... Wed, 06 Apr 2016 09:38:49 GMT vboxsync [60349] * trunk/include/iprt/sg.h (modified) oops Wed, 06 Apr 2016 09:34:14 GMT vboxsync [60346] * trunk/include/iprt/sg.h (modified) * trunk/src/VBox/Runtime/common/misc/sg.cpp (modified) Runtime/sg.cpp: Allow RTSgBufInit to take NULL and 0 for paSegs and ... Tue, 05 Apr 2016 00:34:02 GMT vboxsync [60323] * trunk/include/iprt/asm-amd64-x86-watcom-16.h (modified) include/iprt/asm-amd64-x86-watcom-16.h: Some simple CPUID functions. Tue, 05 Apr 2016 00:33:42 GMT vboxsync [60322] * trunk/include/VBox/VMMDevTesting.mac (modified) kmk incs Mon, 04 Apr 2016 17:31:56 GMT vboxsync [60314] * trunk/include/iprt/err.mac (modified) iprt/err.*: regenerated Mon, 04 Apr 2016 17:31:43 GMT vboxsync [60313] * trunk/include/iprt/x86.h (modified) * trunk/include/iprt/x86.mac (modified) iprt/x86.*: updates Mon, 04 Apr 2016 16:02:21 GMT vboxsync [60309] * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/src/VBox/VMM/VMMAll/APICAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/APIC.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) VMM: Doxygen fixes for r106369. Mon, 04 Apr 2016 15:23:11 GMT vboxsync [60307] * trunk/Config.kmk (modified) * trunk/include/VBox/vmm/apic.h (added) * trunk/include/VBox/vmm/hm.h (modified) * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/VBox/vmm/pdmapi.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vm.mac (modified) * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD2.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD2.h (modified) * trunk/src/VBox/Devices/testcase/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/APICAll.cpp (added) * trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/APICR0.cpp (added) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/APIC.cpp (added) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp (modified) * trunk/src/VBox/VMM/include/APICInternal.h (added) * trunk/src/VBox/VMM/include/GIMInternal.h (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) VMM: APIC rewrite. Initial commit, work in progress. Sun, 03 Apr 2016 18:04:06 GMT vboxsync [60299] * trunk/include/iprt/formats/pecoff.h (modified) comment typo Sun, 03 Apr 2016 17:10:48 GMT vboxsync [60297] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/formats/pecoff.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) ldrPE.cpp/pecoff.h: Added version 5 of the load config structures, ... Thu, 31 Mar 2016 00:47:04 GMT vboxsync [60264] * trunk/include/iprt/formats/omf.h (modified) iprt/formats/omf.h: correction and additions. Wed, 30 Mar 2016 14:11:52 GMT vboxsync [60262] * trunk/include/VBox/HostServices/Service.h (modified) HostServices/Service.h: Initialize rc. Wed, 30 Mar 2016 14:10:13 GMT vboxsync [60261] * trunk/include/VBox/HostServices/Service.h (modified) HostServices/Service.h: Only copy parameters if a valid parameter ... Wed, 30 Mar 2016 11:35:50 GMT vboxsync [60259] * trunk/include/iprt/formats/codeview.h (modified) * trunk/include/iprt/formats/omf.h (modified) dbgmodcodeview.cpp: Parse CV8 line numbers. Tue, 29 Mar 2016 14:43:16 GMT vboxsync [60245] * trunk/include/iprt/crypto/x509.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/common/crypto/x509-core.cpp (modified) IPRT: Added RTCrX509Name_GetShortRdn. Tue, 29 Mar 2016 10:18:26 GMT vboxsync [60241] * trunk/include/VBox/usblib.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) usblib.h,SUPDrv: Added missing RTStrPurgeEncoding to SUPDrv so ... Tue, 29 Mar 2016 09:03:12 GMT vboxsync [60238] * trunk/include/VBox/log.h (modified) include/VBox/log.h: fix for r106253 Mon, 28 Mar 2016 23:20:29 GMT vboxsync [60235] * trunk/include/iprt/asm-amd64-x86.h (modified) iprt/asm-amd64-x86.h: doxygen fix Mon, 28 Mar 2016 19:41:30 GMT vboxsync [60230] * trunk/include/iprt/asm-amd64-x86-watcom-16.h (modified) duh Mon, 28 Mar 2016 18:47:53 GMT vboxsync [60229] * trunk/include/iprt/asm-amd64-x86-watcom-16.h (modified) * trunk/include/iprt/asmdefs.mac (modified) later Mon, 28 Mar 2016 18:28:22 GMT vboxsync [60228] * trunk/include/iprt/asm-amd64-x86.h (modified) * trunk/include/iprt/asm.h (modified) * trunk/include/iprt/asmdefs.mac (modified) * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMRC/CSAMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) asm-amd64-x86.h,*: made ASMInvalidatePage take a flat unsigned ... Mon, 28 Mar 2016 12:22:04 GMT vboxsync [60219] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) bugref:8249. New API interface ICertificate was added. Sun, 27 Mar 2016 16:09:32 GMT vboxsync [60209] * trunk/include/VBox/usblib.h (modified) leave out RTStrPurgeEncoding() from USBLibPurgeEncoding for ... Sat, 26 Mar 2016 23:43:31 GMT vboxsync [60201] * trunk/include/iprt/asm-amd64-x86.h (modified) iprt/asm-amd64-x86.h: Use the Visual C++ __halt() intrinsic when ... Sat, 26 Mar 2016 22:48:01 GMT vboxsync [60200] * trunk/include/iprt/asmdefs.mac (modified) iprt/asmdefs.mac: AssertCompileMemberAlignment and AssertCompile. Fri, 25 Mar 2016 21:33:07 GMT vboxsync [60192] * trunk/include/iprt/cdefs.h (modified) iprt/cdefs.h: Added 'static' to DECLINLINE for C++ and MSC to prevent ... Wed, 23 Mar 2016 19:12:39 GMT vboxsync [60177] * trunk/include/VBox/VBoxVideo.h (modified) bugref:8087: Additions/x11: support non-root X server: add a ... Wed, 23 Mar 2016 13:21:20 GMT vboxsync [60164] * trunk/include/VBox/usblib.h (modified) USB: RT_C_IS_CNTRL returns true for the terminator. Wed, 23 Mar 2016 13:20:26 GMT vboxsync [60163] * trunk/include/VBox/usblib.h (modified) USBLibPurgeEncoding: Wrong length. Wed, 23 Mar 2016 13:19:33 GMT vboxsync [60162] * trunk/include/VBox/usblib.h (modified) * trunk/include/iprt/ctype.h (modified) USB: RT_C_IS_CNTRL returns true for the terminator. Wed, 23 Mar 2016 12:11:46 GMT vboxsync [60159] * trunk/include/VBox/usbfilter.h (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/USBFilter.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSBMon-solaris.c (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/testcase/tstUSBFilter.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbTool.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbTool.h (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.cpp (modified) * trunk/src/VBox/Main/src-server/USBDeviceFilterImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBDeviceFiltersImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBProxyBackend.cpp (modified) USB: Added fPurge parameter to USBFilterSetStringExact so the usb ... Wed, 23 Mar 2016 11:44:24 GMT vboxsync [60156] * trunk/include/VBox/usblib.h (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp (modified) * trunk/src/VBox/Main/src-server/darwin/iokit.cpp (modified) * trunk/src/VBox/Main/src-server/freebsd/USBProxyBackendFreeBSD.cpp (modified) * trunk/src/VBox/Main/src-server/solaris/USBProxyBackendSolaris.cpp (modified) USB: Purge strings. Wed, 23 Mar 2016 11:30:58 GMT vboxsync [60155] * trunk/include/VBox/usblib.h (modified) Main,USBLib: Promoted usbPurgeEncoding to USBLibPurgeEncoding as it ... Wed, 23 Mar 2016 11:29:21 GMT vboxsync [60154] * trunk/include/VBox/usblib.h (modified) * trunk/src/VBox/Main/src-server/linux/USBGetDevices.cpp (modified) Main,USBLib: Promoted usbPurgeEncoding to USBLibPurgeEncoding as it ... Tue, 22 Mar 2016 09:50:50 GMT vboxsync [60134] * trunk/include/iprt/asmdefs.mac (modified) iprt/asmdefs.mac: AssertCompileSizeAlignment. Mon, 21 Mar 2016 14:28:23 GMT vboxsync [60121] * trunk/include/iprt/req.h (modified) * trunk/src/VBox/Runtime/common/misc/reqqueue.cpp (modified) * trunk/src/VBox/Runtime/include/internal/req.h (modified) RTReqQueueProcess: Addressed todo regarding lost requests and ... Sat, 19 Mar 2016 11:32:15 GMT vboxsync [60109] * trunk/include/VBox/VBoxVideo.h (modified) bugref:7585: Devices/Graphics: add functionality currently in VMM ... Sat, 19 Mar 2016 10:22:46 GMT vboxsync [60107] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/USBProxyBackend.h (modified) * trunk/src/VBox/Main/include/USBProxyService.h (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBProxyBackend.cpp (modified) * trunk/src/VBox/Main/src-server/USBProxyService.cpp (modified) * trunk/src/VBox/Main/src-server/darwin/USBProxyBackendDarwin.cpp (modified) * trunk/src/VBox/Main/src-server/freebsd/USBProxyBackendFreeBSD.cpp (modified) * trunk/src/VBox/Main/src-server/generic/USBProxyBackendUsbIp.cpp (modified) * trunk/src/VBox/Main/src-server/linux/USBProxyBackendLinux.cpp (modified) * trunk/src/VBox/Main/src-server/solaris/USBProxyBackendSolaris.cpp (modified) * trunk/src/VBox/Main/src-server/win/USBProxyBackendWindows.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main/USBProxyService: Save any additional USB device sources in the ... Fri, 18 Mar 2016 13:13:44 GMT vboxsync [60096] * trunk/include/VBox/VMMDevTesting.h (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp (modified) VMMDev: Added VMMDEV_TESTING_CMD_PRINT for more output on the host. Fri, 18 Mar 2016 10:51:02 GMT vboxsync [60089] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/HostImpl.h (modified) * trunk/src/VBox/Main/include/USBProxyBackend.h (modified) * trunk/src/VBox/Main/include/USBProxyService.h (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBProxyBackend.cpp (modified) * trunk/src/VBox/Main/src-server/USBProxyService.cpp (modified) * trunk/src/VBox/Main/src-server/darwin/USBProxyBackendDarwin.cpp (modified) * trunk/src/VBox/Main/src-server/freebsd/USBProxyBackendFreeBSD.cpp (modified) * trunk/src/VBox/Main/src-server/generic/USBProxyBackendUsbIp.cpp (modified) * trunk/src/VBox/Main/src-server/linux/USBProxyBackendLinux.cpp (modified) * trunk/src/VBox/Main/src-server/os2/USBProxyBackendOs2.cpp (modified) * trunk/src/VBox/Main/src-server/solaris/USBProxyBackendSolaris.cpp (modified) * trunk/src/VBox/Main/src-server/win/USBProxyBackendWindows.cpp (modified) * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) * trunk/src/VBox/Main/testcase/tstUSBProxyLinux.cpp (modified) Main,VBoxManage: Add API to IHost for adding and removing USB device ... Fri, 18 Mar 2016 00:06:19 GMT vboxsync [60087] * trunk/include/iprt/x86.h (modified) * trunk/include/iprt/x86.mac (modified) iprt/x86.h: duh! Thu, 17 Mar 2016 14:53:13 GMT vboxsync [60079] * trunk/include/VBox/com/array.h (modified) doxygen fix Thu, 17 Mar 2016 14:09:37 GMT vboxsync [60078] * trunk/include/VBox/com/array.h (modified) build fix Thu, 17 Mar 2016 14:04:35 GMT vboxsync [60077] * trunk/include/VBox/com/array.h (modified) * trunk/include/iprt/asm.h (modified) * trunk/include/iprt/cdefs.h (modified) * trunk/include/iprt/types.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.cpp (modified) * trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp (modified) introduced RT_GNUC_PREREQ Thu, 17 Mar 2016 08:15:04 GMT vboxsync [60070] * trunk/include/iprt/assert.h (modified) iprt/assert.h: docs. Wed, 16 Mar 2016 19:43:56 GMT vboxsync [60068] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/HostImpl.h (modified) * trunk/src/VBox/Main/include/USBProxyBackend.h (modified) * trunk/src/VBox/Main/include/USBProxyService.h (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBProxyBackend.cpp (modified) * trunk/src/VBox/Main/src-server/USBProxyService.cpp (modified) * trunk/src/VBox/Main/src-server/darwin/USBProxyBackendDarwin.cpp (modified) * trunk/src/VBox/Main/src-server/freebsd/USBProxyBackendFreeBSD.cpp (modified) * trunk/src/VBox/Main/src-server/generic/USBProxyBackendUsbIp.cpp (modified) * trunk/src/VBox/Main/src-server/linux/USBProxyBackendLinux.cpp (modified) * trunk/src/VBox/Main/src-server/os2/USBProxyBackendOs2.cpp (modified) * trunk/src/VBox/Main/src-server/solaris/USBProxyBackendSolaris.cpp (modified) * trunk/src/VBox/Main/src-server/win/USBProxyBackendWindows.cpp (modified) * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) * trunk/src/VBox/Main/testcase/tstUSBProxyLinux.cpp (modified) Revert r106058, incomplete conversion of USBProxyBackend to a COM ... Wed, 16 Mar 2016 19:17:22 GMT vboxsync [60067] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/HostImpl.h (modified) * trunk/src/VBox/Main/include/USBProxyBackend.h (modified) * trunk/src/VBox/Main/include/USBProxyService.h (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBProxyBackend.cpp (modified) * trunk/src/VBox/Main/src-server/USBProxyService.cpp (modified) * trunk/src/VBox/Main/src-server/darwin/USBProxyBackendDarwin.cpp (modified) * trunk/src/VBox/Main/src-server/freebsd/USBProxyBackendFreeBSD.cpp (modified) * trunk/src/VBox/Main/src-server/generic/USBProxyBackendUsbIp.cpp (modified) * trunk/src/VBox/Main/src-server/linux/USBProxyBackendLinux.cpp (modified) * trunk/src/VBox/Main/src-server/os2/USBProxyBackendOs2.cpp (modified) * trunk/src/VBox/Main/src-server/solaris/USBProxyBackendSolaris.cpp (modified) * trunk/src/VBox/Main/src-server/win/USBProxyBackendWindows.cpp (modified) * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) * trunk/src/VBox/Main/testcase/tstUSBProxyLinux.cpp (modified) Main: Add API to IHost for adding and removing USB device sources in ... Wed, 16 Mar 2016 17:51:42 GMT vboxsync [60065] * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main/VirtualBoxClient: more early failure fixes, complementing the ... Tue, 15 Mar 2016 23:54:55 GMT vboxsync [60055] * trunk/include/iprt/assert.h (modified) AssertContinue should continue, not break. Tue, 15 Mar 2016 21:45:56 GMT vboxsync [60053] * trunk/include/iprt/assert.h (modified) introduced AssertContinue() Tue, 15 Mar 2016 10:39:16 GMT vboxsync [60028] * trunk/include/iprt/asn1.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp (modified) * trunk/src/VBox/Runtime/common/string/RTStrPrintHexBytes.cpp (modified) iprt: Added simple (and untested) RTAsn1Integer_ToString implemented. ... Mon, 14 Mar 2016 18:40:57 GMT vboxsync [60023] * trunk/include/iprt/cdefs.h (modified) * trunk/include/iprt/nocrt/setjmp.h (modified) iprt/cdefs.h,setjmp.h: Added DECL_RETURNS_TWICE and renamed ... Sun, 13 Mar 2016 13:16:46 GMT vboxsync [60007] * trunk/include/iprt/cdefs.h (modified) iprt/cdefs.h: RT_ARCH_XXX and ARCH_BITS checks. Fri, 11 Mar 2016 12:24:12 GMT vboxsync [59988] * trunk/include/iprt/x86.h (modified) x86.h: x2APIC MSR typo, added range for LVT MSRs. Fri, 11 Mar 2016 12:03:37 GMT vboxsync [59987] * 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/DrvAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.h (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/Devices/Audio/alsa_mangling.h (modified) * trunk/src/VBox/Devices/Audio/alsa_stubs.c (modified) * trunk/src/VBox/Devices/Audio/pulse_mangling.h (modified) * trunk/src/VBox/Devices/Audio/pulse_stubs.c (modified) * trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp (modified) * trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp (modified) Audio: Decoupled backend sinks and sources from the maximum of ... Wed, 09 Mar 2016 20:06:41 GMT vboxsync [59972] * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp (modified) * trunk/src/VBox/Runtime/common/sort/shellsort.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTSort.cpp (modified) Implemented RTSortShell. Wed, 09 Mar 2016 11:51:54 GMT vboxsync [59965] * trunk/include/iprt/x86.h (modified) * trunk/include/iprt/x86.mac (modified) iprt/x86.h,x86.mac: Added X86LAR_F_XXX, regenerated assembly version. Wed, 09 Mar 2016 11:05:03 GMT vboxsync [59961] * trunk/include/iprt/x86.h (modified) iprt/x86.h: RT_BIT -> RT_BIT_32 (for 16-bit compilers). Mon, 07 Mar 2016 15:18:11 GMT vboxsync [59942] * trunk/include/iprt/asm-watcom-x86-16.h (modified) iprt/asm-watcom-x86-16.h: Bug fix in 8086 version of ASMMemFill32 and ... Fri, 04 Mar 2016 15:09:00 GMT vboxsync [59931] * trunk/include/iprt/formats/omf.h (added) * trunk/include/iprt/formats/pecoff.h (modified) iprt/formats/omf.h: Some OMF definitions. Wed, 02 Mar 2016 12:58:28 GMT vboxsync [59897] * trunk/include/iprt/x86.h (modified) x86.h: Added missing x2APIC MSRs. Tue, 01 Mar 2016 17:11:08 GMT vboxsync [59890] * trunk/include/VBox/vmm/pdmaudioifs.h (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp (modified) Audio: Added support for handling host input/output configuration ... Mon, 29 Feb 2016 16:04:45 GMT vboxsync [59876] * trunk/include/VBox/vusb.h (modified) VUSB: doxygen fix Mon, 29 Feb 2016 15:53:00 GMT vboxsync [59875] * trunk/include/VBox/vusb.h (modified) * trunk/src/VBox/Devices/USB/DevOHCI.cpp (modified) * trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBInternal.h (modified) * trunk/src/VBox/Devices/USB/VUSBUrb.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) VUSB: Move the thread for periodic frame procession down to the ... Mon, 29 Feb 2016 11:45:33 GMT vboxsync [59868] * trunk/include/iprt/x86.h (modified) * trunk/include/iprt/x86.mac (modified) iprt/x86.h/mac: X86_CPUID_FEATURE_EDX_PAE_BIT Fri, 26 Feb 2016 20:59:42 GMT vboxsync [59862] * trunk/include/VBox/VMMDevTesting.h (modified) VMMDevTesting.h: spec fix Fri, 26 Feb 2016 15:43:18 GMT vboxsync [59855] * trunk/include/VBox/GuestHost/DragAndDrop.h (modified) DnD/DnDURIList: Use uint64_t for counts/sizes, as we also want to ... Fri, 26 Feb 2016 10:08:15 GMT vboxsync [59830] * trunk/include/VBox/HostServices/Service.h (modified) DnD: HostServices/Service.h: Error checking. Fri, 26 Feb 2016 09:56:04 GMT vboxsync [59829] * trunk/include/VBox/HostServices/DragAndDropSvc.h (modified) DragAndDropSvc.h: Comment. Fri, 26 Feb 2016 09:51:24 GMT vboxsync [59828] * trunk/include/VBox/GuestHost/DragAndDrop.h (modified) * trunk/src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp (modified) DnD/DnDURIObject: Use a dedicated flag for indicating the opening status. Thu, 25 Feb 2016 21:04:12 GMT vboxsync [59827] * trunk/include/iprt/log.h (modified) * trunk/src/VBox/Runtime/common/vfs/vfsreadahead.cpp (modified) vfsreadahead.cpp: Fixed two bugs in the read code and increased the ... Tue, 23 Feb 2016 15:37:41 GMT vboxsync [59791] * trunk/include/iprt/asm.h (modified) iprt/asm.h: fixed ASMSerializeInstructionIRef for Windows Sat, 20 Feb 2016 16:51:28 GMT vboxsync [59762] * trunk/include/iprt/bldprog-strtab-template.cpp.h (modified) include/iprt: typo and gcc parameter warning Sat, 20 Feb 2016 05:16:09 GMT vboxsync [59759] * trunk/include/iprt/vfs.h (modified) iprt/vfs.h: doxygen build fix.