# # ChangeLog for trunk/include in vbox # # Generated by Trac 1.4.3.2 # Mar 8, 2025 8:25:33 AM 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. Sat, 20 Feb 2016 02:41:57 GMT vboxsync [59754] * trunk/include/iprt/list.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/vfs.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/vfs/vfsreadahead.cpp (modified) vfsreadahead.cpp: Completed and debugged. Fri, 19 Feb 2016 23:23:40 GMT vboxsync [59748] * trunk/include/iprt/asm.h (modified) asm.h: build fix. Fri, 19 Feb 2016 23:18:18 GMT vboxsync [59747] * trunk/include/VBox/intnetinline.h (modified) * trunk/include/iprt/asm.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Debugger/DBGPlugInCommonELFTmpl.cpp.h (modified) * trunk/src/VBox/Debugger/DBGPlugInSolaris.cpp (modified) * trunk/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-info.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp (modified) * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asm/ASMMemFirstMismatchingU8.asm (added) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) * trunk/src/VBox/Runtime/common/math/bignum.cpp (modified) * trunk/src/VBox/Runtime/common/misc/sg.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsmemory.cpp (modified) * trunk/src/VBox/Runtime/common/zip/tarvfs.cpp (modified) * trunk/src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp (modified) * trunk/src/VBox/Runtime/r3/alloc-ef.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTMemCache.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTMemPool.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTMemSafer.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTStrAlloc.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTStrCache.cpp (modified) * trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMDbg.cpp (modified) * trunk/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/Makefile.kmk (modified) iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the ... Fri, 19 Feb 2016 23:04:01 GMT vboxsync [59746] * trunk/include/iprt/sg.h (modified) sg.cpp/h: Some cleanups/optimizations. Fri, 19 Feb 2016 21:54:11 GMT vboxsync [59745] * trunk/include/iprt/sg.h (modified) * trunk/src/VBox/Runtime/common/misc/sg.cpp (modified) sg.cpp/h: Some cleanups/optimizations. Fri, 19 Feb 2016 01:37:36 GMT vboxsync [59732] * trunk/include/iprt/bldprog-strtab-template.cpp.h (modified) bldprog-strtab-template.cpp.h: fix Fri, 19 Feb 2016 00:30:44 GMT vboxsync [59728] * trunk/include/iprt/bldprog-strtab-template.cpp.h (added) * trunk/include/iprt/bldprog-strtab.h (added) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-dump.cpp (modified) * trunk/src/VBox/Runtime/common/asn1/oiddb.cfg (added) * trunk/src/VBox/Runtime/common/asn1/oiddb2c.cpp (added) asn1-dump: Made it a lot less painful to add new OID to the asn.1 ... Thu, 18 Feb 2016 13:12:47 GMT vboxsync [59723] * trunk/include/VBox/vusb.h (modified) VUSB: Add a VUSBSTATUS for canceled URBs (not used yet) Thu, 18 Feb 2016 13:09:50 GMT vboxsync [59721] * trunk/include/VBox/vusb.h (modified) build fix Thu, 18 Feb 2016 10:51:40 GMT vboxsync [59718] * trunk/include/VBox/vusb.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBDevice.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBInternal.h (modified) VUSB: Some structural cleanup (#4 Move the URB allocation from the ... Tue, 16 Feb 2016 14:13:25 GMT vboxsync [59704] * 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/USBProxyDevice.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBDevice.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBInternal.h (modified) * trunk/src/VBox/Devices/USB/VUSBReadAhead.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBUrb.cpp (modified) VUSB: Some structural cleanup (#3 Make the VUSB URB specific data ... Tue, 16 Feb 2016 12:18:30 GMT vboxsync [59700] * 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/USBProxyDevice.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBInternal.h (modified) * trunk/src/VBox/Devices/USB/VUSBReadAhead.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBSnifferUsbMon.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBUrb.cpp (modified) VUSB: Some structural cleanup (#2 Remove the HCI specific bits from ... Mon, 15 Feb 2016 21:31:49 GMT vboxsync [59690] * trunk/include/iprt/crypto/pkix.h (modified) RTCrPkixPubKeyVerify*: Documented that the verficiations are done ... Mon, 15 Feb 2016 21:25:36 GMT vboxsync [59689] * trunk/include/iprt/crypto/digest.h (modified) * trunk/include/iprt/crypto/pkix.h (modified) * trunk/include/iprt/crypto/x509.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/common/crypto/digest-core.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkix-verify.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/x509-core.cpp (modified) IPRT: Added RTCrDigestGetAlgorithmOid, RTCrDigestTypeToAlgorithmOid, ... Mon, 15 Feb 2016 18:52:31 GMT vboxsync [59687] * 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/VUSBReadAhead.cpp (modified) VUSB: Some structural cleanup (#1 Don't replicate the URB tagging for ... Mon, 15 Feb 2016 02:04:42 GMT vboxsync [59672] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/x509-branch-collision.h (deleted) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/checksum/x509.cpp (deleted) iprt: Retired RTX509PrepareOpenSSL, RTRSAVerify, ... Mon, 15 Feb 2016 01:59:07 GMT vboxsync [59670] * trunk/include/iprt/crypto/store.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/crypto/RTCrStoreCreateSnapshotOfUserAndSystemTrustedCAsAndCerts.cpp (added) IPRT: Added RTCrStoreCreateSnapshotOfUserAndSystemTrustedCAsAndCerts. Sun, 14 Feb 2016 23:59:59 GMT vboxsync [59667] * trunk/include/iprt/asn1-generator-pass.h (modified) iprt/asn1-generator-pass.h: removed code in the RTASN1TMPL_PASS_XTAG ... Sun, 14 Feb 2016 23:59:40 GMT vboxsync [59666] * trunk/include/iprt/asn1-generator-pass.h (modified) iprt/asn1-generator-pass.h: removed code in the RTASN1TMPL_PASS_XTAG ... Sun, 14 Feb 2016 23:57:30 GMT vboxsync [59665] * trunk/include/iprt/asn1-generator-core.h (modified) * trunk/include/iprt/asn1-generator-pass.h (modified) * trunk/include/iprt/asn1.h (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-basics.cpp (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-cursor.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/x509-file.cpp (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-md4-cert.der (added) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-md4.pem (added) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-md5-cert.der (added) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-md5.pem (added) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-sha1-cert.der (added) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-sha1.pem (added) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-sha224-cert.der (added) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-sha224.pem (added) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-sha256-cert.der (added) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-sha256.pem (added) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-sha384-cert.der (added) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-sha384.pem (added) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-sha512-cert.der (added) * trunk/src/VBox/Runtime/testcase/tstRTCrX509-sha512.pem (added) iprt/asn1: Fixed bug represnation of explicit tags that caused ... Sun, 14 Feb 2016 23:54:26 GMT vboxsync [59664] * trunk/include/iprt/cdefs.h (modified) iprt/cdefs.h: RT_CONCAT5 and RT_CONCAT6. Sun, 14 Feb 2016 20:11:06 GMT vboxsync [59663] * trunk/include/iprt/asn1.h (modified) * trunk/include/iprt/crypto/x509.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-encode.cpp (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-bitstring.cpp (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-octetstring.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/x509-verify.cpp (modified) IPRT: Added RTCrX509Certificate_VerifySignatureSelfSigned and ... Fri, 12 Feb 2016 12:20:10 GMT vboxsync [59652] * trunk/include/VBox/vmm/vm.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) VMM: Build fixes when VBOX_WITH_REM is not defined. Wed, 10 Feb 2016 08:55:22 GMT vboxsync [59625] * trunk/include/iprt/crypto/pem.h (modified) * trunk/include/iprt/crypto/x509.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/common/crypto/pemfile.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/x509-file.cpp (modified) IPRT: Added RTCrPemFindFirstSectionInContent and exposed certificate ... Wed, 10 Feb 2016 00:47:33 GMT vboxsync [59620] * trunk/include/iprt/crypto/digest.h (modified) * trunk/include/iprt/crypto/pkix.h (modified) * trunk/include/iprt/crypto/x509.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/manifest.h (modified) * trunk/include/iprt/vfs.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/checksum/manifest2.cpp (modified) * trunk/src/VBox/Runtime/common/checksum/manifest3.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/digest-vfs.cpp (added) * trunk/src/VBox/Runtime/common/crypto/x509-file.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsiosmisc.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsmemory.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsstdfile.cpp (modified) * trunk/src/VBox/Runtime/common/zip/gzipvfs.cpp (modified) IPRT: Added 'off' parameter to RTVfsIoStrmSgWrite and ...