# # ChangeLog for trunk/include in vbox # # Generated by Trac 1.4.3.2 # Dec 4, 2024 3:42:48 PM 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 ... Tue, 09 Feb 2016 12:44:38 GMT vboxsync [59614] * trunk/include/VBox/vmm/hm_vmx.h (modified) hm_vmx.h: added posted-interrupt pin-based ctrl value. Mon, 08 Feb 2016 14:19:13 GMT vboxsync [59603] * trunk/include/VBox/vmm/hm_vmx.h (modified) hm_vmx.h: nit. Mon, 08 Feb 2016 14:17:50 GMT vboxsync [59602] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Add missing VMCS fields for newer CPUs, renamed some ... Sat, 06 Feb 2016 16:19:51 GMT vboxsync [59601] * trunk/include/VBox/vd-ifs.h (modified) * trunk/src/VBox/Devices/build/VBoxDDUDeps.cpp (modified) * trunk/src/VBox/Storage/Makefile.kmk (modified) * trunk/src/VBox/Storage/VDIfVfs2.cpp (copied) StorageLib: Added VDIfCreateFromVfsStream and ... Thu, 04 Feb 2016 13:46:53 GMT vboxsync [59575] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/manifest.h (modified) * trunk/src/VBox/Runtime/common/checksum/manifest2.cpp (modified) iprt: Added RTManifestQueryAllAttrTypes. Wed, 03 Feb 2016 00:17:58 GMT vboxsync [59567] * trunk/include/iprt/manifest.h (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Runtime/common/checksum/manifest2.cpp (modified) RTManifestSetAttr,RTManifestEntrySetAttr: Allow the attribute name to ... Mon, 01 Feb 2016 11:52:58 GMT vboxsync [59539] * trunk/include/VBox/vmm/pdmstorageifs.h (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) Storage/DrvVD: Add methods to PDMIMEDIAEX for saving the request ... Mon, 01 Feb 2016 10:33:38 GMT vboxsync [59538] * trunk/include/VBox/vmm/pdmstorageifs.h (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) Storage/DrvVD: Add methods to query suspended requests, will be used ... Mon, 01 Feb 2016 09:03:33 GMT vboxsync [59536] * trunk/include/VBox/vmm/pdmstorageifs.h (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) Storage: Move the suspend on recoverable error handling down to DrvVD ... Sun, 31 Jan 2016 12:39:25 GMT vboxsync [59533] * trunk/include/iprt/asm.h (modified) iprt/asm.h: build fix Sun, 31 Jan 2016 12:17:18 GMT vboxsync [59532] * trunk/include/iprt/asm.h (modified) iprt/asm.h: ASMSerializingInstruction* should list 'memory' clobber ... Sun, 31 Jan 2016 12:05:37 GMT vboxsync [59531] * trunk/include/iprt/asm.h (modified) iprt/asm.h: ASMSerializingInstruction* should list 'memory' clobber ... Sun, 31 Jan 2016 11:55:36 GMT vboxsync [59529] * trunk/include/iprt/asm-amd64-x86-watcom-32.h (modified) iprt/asm-amd64-x86-watcom-32.h: Fixed ASMReadTscWithAux bug. Sun, 31 Jan 2016 11:54:32 GMT vboxsync [59528] * trunk/include/iprt/mangling.h (modified) iprt/asm.h: Experimented with alternative serializating instructions ... Sun, 31 Jan 2016 11:54:20 GMT vboxsync [59527] * trunk/include/iprt/asm-watcom-x86-16.h (modified) * trunk/include/iprt/asm-watcom-x86-32.h (modified) * trunk/include/iprt/asm.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asm/ASMSerializeInstruction-iret.asm (added) * trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/Makefile.kmk (modified) iprt/asm.h: Experimented with alternative serializating instructions ... Sat, 30 Jan 2016 01:28:29 GMT vboxsync [59524] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/vfs.h (modified) * trunk/src/VBox/Runtime/common/vfs/vfsmemory.cpp (modified) IPRT: Added RTVfsMemFileCreate and RTVfsFileFromBuffer. Tue, 26 Jan 2016 15:00:43 GMT vboxsync [59480] * trunk/include/iprt/asm-watcom-x86-16.h (modified) * trunk/include/iprt/asm.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU16.asm (added) * trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU32.asm (added) * trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU64.asm (added) * trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU16.asm (added) * trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU32.asm (added) * trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU64.asm (added) asm.h,asm-watcom-x86-16.h,mangling.h: Documented CPU requirements, ... Tue, 26 Jan 2016 11:32:46 GMT vboxsync [59470] * 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/DevSB16.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/DrvHostPulseAudio.cpp (modified) Audio: Warn on non-available audio streams based on the host audio ... Mon, 25 Jan 2016 15:11:24 GMT vboxsync [59463] * trunk/include/iprt/file.h (modified) Build fix Mon, 25 Jan 2016 13:33:52 GMT vboxsync [59459] * trunk/include/iprt/file.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/generic/RTFileSetAllocationSize-generic.cpp (added) IPRT: Add RTFileSetAllocationSize() to enforce block allocation on ... Mon, 25 Jan 2016 12:26:26 GMT vboxsync [59456] * trunk/include/VBox/vd-ifs-internal.h (modified) build fix Mon, 25 Jan 2016 12:23:10 GMT vboxsync [59455] * trunk/include/VBox/vd-ifs-internal.h (modified) * trunk/include/VBox/vd-ifs.h (modified) * trunk/src/VBox/Devices/Storage/DrvVD.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/VMDK.cpp (modified) Storage/VD: Remove the custom code in each backend which allocates ... Fri, 22 Jan 2016 18:45:31 GMT vboxsync [59448] * trunk/include/VBox/vmm/pdmstorageifs.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) Devices/Storage: More work on the new I/O interface Implement a new ... Wed, 20 Jan 2016 14:53:24 GMT vboxsync [59420] * trunk/include/VBox/vmm/pdmaudioifs.h (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.h (modified) Audio/DrvAudio: Use a critical section for (most) driver callbacks. Tue, 19 Jan 2016 10:10:39 GMT vboxsync [59404] * trunk (modified) * trunk/Config.kmk (modified) * trunk/include/iprt/initterm.h (modified) * trunk/src/VBox (modified) * trunk/src/VBox/Installer/win/Stub/Makefile.kmk (modified) * trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp (modified) * trunk/src/VBox/Installer/win/Stub/crypt32.def (added) * trunk/src/VBox/Installer/win/Stub/msi.def (added) * trunk/src/VBox/Installer/win/Stub/shell32.def (added) * trunk/src/VBox/Installer/win/Stub/user32.def (added) * trunk/src/VBox/Installer/win/Stub/ws2_32.def (added) * trunk/src/VBox/Runtime/r3/init.cpp (modified) * trunk/src/VBox/Runtime/r3/init.h (modified) * trunk/src/VBox/Runtime/r3/win/init-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/internal-r3-win.h (modified) * trunk/src/VBox/Storage/testcase/vbox-img.cpp (modified) * trunk/src/bldprogs/Makefile.kmk (modified) * trunk/src/bldprogs/VBoxCheckImports.cpp (added) * trunk/src/bldprogs/VBoxDef2LazyLoad.cpp (modified) Forward-ported r104938, r104943, r104950, r104952, r104953, r104987, ... Mon, 18 Jan 2016 18:16:24 GMT vboxsync [59388] * trunk/include/VBox/err.mac (modified) * trunk/include/iprt/err.mac (modified) * trunk/include/iprt/x86.mac (modified) kmk incs Mon, 18 Jan 2016 12:56:54 GMT vboxsync [59375] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp (modified) Audio: introduced VERR_AUDIO_BACKEND_INIT_FAILED Sun, 17 Jan 2016 05:48:01 GMT vboxsync [59368] * trunk/include/VBox/com/com.h (modified) * trunk/src/VBox/Main/glue/initterm.cpp (modified) * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) VBoxCOM,VBoxSVC: Call VBoxProxyStub to gently update the MS COM ... Sun, 17 Jan 2016 05:43:30 GMT vboxsync [59366] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) iprt/nt/nt.h: Added NtQueryKey and NtEnumerateKey. Thu, 14 Jan 2016 16:21:05 GMT vboxsync [59352] * trunk/include/VBox/vmm/pdmaudioifs.h (modified) pdmaudioifs.h: PDMIAUDIOCONNECTOR_IID due to removal of pfnInitNull. Thu, 14 Jan 2016 14:48:08 GMT vboxsync [59348] * trunk/include/VBox/vmm/pdmaudioifs.h (modified) * trunk/include/VBox/vmm/pdmdev.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/testcase/tstDeviceStructSizeRC.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) Audio: Implemented dynamic fallback support to NULL audio backends ... Thu, 14 Jan 2016 11:36:59 GMT vboxsync [59337] * trunk/include/VBox/ExtPack/ExtPack.h (modified) * trunk/src/VBox/ExtPacks/BusMouseSample/VBoxBusMouseMain.cpp (modified) * trunk/src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp (modified) * trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceMain.cpp (modified) * trunk/src/VBox/ExtPacks/VNC/VBoxVNCMain.cpp (modified) VBOXEXTPACKREG: Extended with uVBoxFullVersion member and reserved ... Tue, 12 Jan 2016 00:55:58 GMT vboxsync [59310] * trunk/include/iprt/asm-amd64-x86-watcom-16.h (modified) * trunk/include/iprt/asm-amd64-x86.h (modified) * trunk/include/iprt/cdefs.h (modified) * trunk/include/iprt/types.h (modified) iprt/*.h: 16-bit watcom / DOS adjustments. Sun, 10 Jan 2016 20:38:50 GMT vboxsync [59305] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/vmm/pdmstorageifs.h (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) Storage/NVMe: Convert emulation to use PDMIMEDIAEX instead of ... Fri, 08 Jan 2016 21:18:20 GMT vboxsync [59299] * trunk/include/VBox/err.h (modified) Hopefully fix last burn when running doxygen Fri, 08 Jan 2016 18:48:54 GMT vboxsync [59294] * trunk/include/VBox/vd.h (modified) Another try Fri, 08 Jan 2016 18:20:49 GMT vboxsync [59292] * trunk/include/VBox/vd.h (modified) Build fix Fri, 08 Jan 2016 18:18:29 GMT vboxsync [59291] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/vmm/pdmstorageifs.h (modified) Forgotten files Fri, 08 Jan 2016 00:02:39 GMT vboxsync [59285] * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) iprt/x86.h,*: Drop IntRedirBitmap from X86TSS32 and X86TSS64. Thu, 07 Jan 2016 21:26:24 GMT vboxsync [59284] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/vmm/pdmstorageifs.h (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) Storage: Sketch out new interface for async I/O which will replace ... Thu, 07 Jan 2016 12:00:32 GMT vboxsync [59276] * trunk/include/VBox/vmm/pdmaudioifs.h (modified) Build fix: forgot to commit this. Tue, 05 Jan 2016 10:54:49 GMT vboxsync [59252] * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/include/VBox/vmm/pdmstorageifs.h (copied) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/Storage/DevBusLogic.cpp (modified) * trunk/src/VBox/Devices/Storage/DevFdc.cpp (modified) * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvDiskIntegrity.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostFloppy.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvSCSIHost.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Devices/Storage/UsbMsd.cpp (modified) * trunk/src/VBox/Devices/Storage/VBoxSCSI.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, ... Mon, 04 Jan 2016 14:13:22 GMT vboxsync [59248] * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/Storage/DevFdc.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvBlock.cpp (deleted) * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.h (modified) * trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostFloppy.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvMediaISO.cpp (deleted) * trunk/src/VBox/Devices/Storage/DrvRawImage.cpp (deleted) * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD.h (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Storage: Get rid of the block driver and merge the the little extra ... Fri, 01 Jan 2016 20:20:34 GMT vboxsync [59240] * trunk/include/VBox/VBoxVideoGuest.h (modified) * trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp (modified) * trunk/src/VBox/Additions/linux/drm/vbox_drv.h (modified) * trunk/src/VBox/Additions/linux/drm/vbox_main.c (modified) * trunk/src/VBox/Additions/linux/drm/vbox_mode.c (modified) bugref:8087: Additions/x11: support non-root X server: add host flags ... Fri, 01 Jan 2016 01:48:46 GMT vboxsync [59238] * trunk/include/iprt/x86.h (modified) iprt/x86.h: Bitfield fix for 16-bit compilers.