# # ChangeLog for trunk/src/VBox/Runtime in vbox # # Generated by Trac 1.4.3.2 # Jan 7, 2025 8:55:41 AM Wed, 13 Jan 2021 12:41:05 GMT vboxsync [87235] * trunk/src/VBox/HostDrivers/Support/SUPLibAll.cpp (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp (modified) SUP,IPRT: Adjustments for bugref:9898. Tue, 12 Jan 2021 16:11:02 GMT vboxsync [87229] * trunk/src/VBox/Runtime/common/asm/ASMBitFirstSet-generic.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTBitOperations.cpp (modified) IPRT: Fixed bug in ASMBitFirstSet-generic.cpp and extended ... Tue, 12 Jan 2021 13:56:20 GMT vboxsync [87228] * trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified) tstRTInlineAsm: Extending testcase. bugref:9898 Tue, 12 Jan 2021 10:27:17 GMT vboxsync [87222] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asm/ASMAtomicUoXorU32.asm (copied) IPRT: Added missing ASMAtomicUoXorU32 function. bugref:9898 Tue, 12 Jan 2021 08:06:02 GMT vboxsync [87221] * trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified) tstRTInlineAsm: Extending testcase. bugref:9898 Mon, 11 Jan 2021 14:11:07 GMT vboxsync [87214] * trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified) iprt/asm.h,tstRTInlineAsm: Extending testcase, added a couple of ... Mon, 11 Jan 2021 13:29:41 GMT vboxsync [87213] * trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified) iprt/asm.h,tstRTInlineAsm: Extending testcase, added a couple of ... Mon, 11 Jan 2021 13:15:45 GMT vboxsync [87212] * trunk/include/iprt/asm.h (modified) * trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified) iprt/asm.h,tstRTInlineAsm: Extending testcase, added a couple of ... Fri, 08 Jan 2021 16:55:19 GMT vboxsync [87205] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/generic/RTMpGetDescription-generic.cpp (modified) * trunk/src/VBox/Runtime/r3/darwin/RTMpGetDescription-generic.cpp (copied) IPRT: Added generic RTMpGetDescription implementation for darwin. ... Fri, 08 Jan 2021 15:11:34 GMT vboxsync [87203] * trunk/src/VBox/Runtime/common/asm/ASMBitFirstClear-generic.cpp (modified) * trunk/src/VBox/Runtime/common/asm/ASMBitFirstSet-generic.cpp (modified) * trunk/src/VBox/Runtime/common/asm/ASMBitNextClear-generic.cpp (modified) * trunk/src/VBox/Runtime/common/asm/ASMBitNextSet-generic.cpp (modified) * trunk/src/VBox/Runtime/common/asm/ASMMemFill32-generic.cpp (modified) * trunk/src/VBox/Runtime/common/asm/ASMMemFirstMismatchingU8-generic.cpp (modified) * trunk/src/VBox/Runtime/common/asm/ASMMemFirstNonZero-generic.cpp (modified) * trunk/src/VBox/Runtime/common/asm/ASMMemZero32-generic.cpp (modified) * trunk/src/VBox/Runtime/common/asm/ASMMemZeroPage-generic.cpp (modified) IPRT/common/asm/*-generic.cpp: visibility fix. bugref:9898 Fri, 08 Jan 2021 15:06:12 GMT vboxsync [87201] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/string/memrchr.cpp (modified) IPRT: memrchr.cpp fix, need it for arm. bugref:9898 Fri, 08 Jan 2021 14:59:39 GMT vboxsync [87199] * trunk/src/VBox/Runtime/VBox/logbackdoor.cpp (modified) IPRT: Shut up warning. bugref:9898 Fri, 08 Jan 2021 14:58:51 GMT vboxsync [87198] * trunk/src/VBox/Runtime/r3/darwin/mp-darwin.cpp (modified) IPRT/mp-darwin.cpp: Added RTMpCpuId implementations for bugref:9898. Thu, 07 Jan 2021 21:02:43 GMT vboxsync [87194] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asm/ASMBitNextClear-generic.cpp (modified) * trunk/src/VBox/Runtime/common/asm/ASMBitNextSet-generic.cpp (copied) * trunk/src/VBox/Runtime/common/asm/asm-fake.cpp (modified) iprt/asm.h: Added generic C version of ASMBitNextSet. bugref:9898 Thu, 07 Jan 2021 20:59:58 GMT vboxsync [87193] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asm/ASMBitFirstClear-generic.cpp (modified) * trunk/src/VBox/Runtime/common/asm/ASMBitFirstSet-generic.cpp (copied) * trunk/src/VBox/Runtime/common/asm/ASMBitNextClear-generic.cpp (copied) * trunk/src/VBox/Runtime/common/asm/asm-fake.cpp (modified) iprt/asm.h: Added generic C version of ASMBitNextClear & ... Thu, 07 Jan 2021 20:43:08 GMT vboxsync [87192] * trunk/include/iprt/asm.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asm/ASMBitFirstClear-generic.cpp (copied) * trunk/src/VBox/Runtime/common/asm/asm-fake.cpp (modified) iprt/asm.h: Added generic C version of ASMBitFirstClear. Officially ... Wed, 06 Jan 2021 12:51:53 GMT vboxsync [87187] * trunk/include/iprt/asm.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asm/asm-fake.cpp (modified) IPRT: Make sparc[64] and asm-fake.cpp use the generic ASMMem* ... Wed, 06 Jan 2021 12:47:49 GMT vboxsync [87186] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asm/ASMMemFirstNonZero-generic.cpp (copied) IPRT: Added generic ASMMemFirstNonZero C implementations. bugref:9898 Wed, 06 Jan 2021 12:27:54 GMT vboxsync [87185] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asm/ASMMemFill32-generic.cpp (copied) * trunk/src/VBox/Runtime/common/asm/ASMMemFirstMismatchingU8-generic.cpp (copied) * trunk/src/VBox/Runtime/common/asm/ASMMemZero32-generic.cpp (copied) IPRT: Added generic ASMMemFill32, ASMMemZero32 and ... Wed, 06 Jan 2021 12:17:39 GMT vboxsync [87184] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asm/ASMMemZeroPage-generic.cpp (added) IPRT: Generic ASMMemZeroPage implementation. bugref:9898 Tue, 05 Jan 2021 23:16:45 GMT vboxsync [87182] * trunk/src/VBox/Runtime/common/misc/zero-alt.S (modified) IPRT: Try make scm happy with zero-alt.S. bugref:9898 Tue, 05 Jan 2021 16:35:27 GMT vboxsync [87180] * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) IPRT/memobj-r0drv-linux.c: Linux GAs build fix for kernels ... Thu, 31 Dec 2020 10:12:45 GMT vboxsync [87151] * trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp (modified) iprt/lockvalidator: size calc fix. Thu, 31 Dec 2020 10:12:32 GMT vboxsync [87150] * trunk/src/VBox/Runtime/Makefile.kmk (modified) /Config.kmk,IPRT: Assembler/ly adjustments for bugref:9898. Shut up ... Wed, 30 Dec 2020 23:02:07 GMT vboxsync [87149] * trunk/Config.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/logbackdoor.cpp (modified) * trunk/src/VBox/Runtime/common/misc/zero-alt.S (copied) /Config.kmk,IPRT: Assembler/ly adjustments for bugref:9898. Shut up ... Wed, 30 Dec 2020 13:22:03 GMT vboxsync [87146] * trunk/src/VBox/Runtime/r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp (modified) iprt/dbgkrnlinfo-r0drv-darwin.cpp: Adjustments for bugref:9898. Fri, 18 Dec 2020 21:09:01 GMT vboxsync [87106] * trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c (modified) Runtime/memobj-r0drv-solaris.c: Fix mapping memory into kernel space, ... Wed, 09 Dec 2020 18:59:04 GMT vboxsync [87074] * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) Runtime/memobj-r0drv-linux.c: Changes to support the upcoming 5.10 ... Mon, 07 Dec 2020 12:50:41 GMT vboxsync [87046] * trunk/src/VBox/Runtime/tools/RTHttpServer.cpp (modified) Shared Clipboard/Transfers: Also made the callbacks static. bugref:9874 Fri, 04 Dec 2020 17:42:55 GMT vboxsync [87044] * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) Shared Clipboard/Transfers: A bit of cleanup ... Fri, 04 Dec 2020 12:10:36 GMT vboxsync [87042] * trunk/include/iprt/http-common.h (modified) * trunk/include/iprt/http-server.h (modified) * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) * trunk/src/VBox/Runtime/tools/RTHttpServer.cpp (modified) Shared Clipboard/Transfers: More cleanup / documentation work. ... Fri, 04 Dec 2020 09:38:16 GMT vboxsync [87041] * trunk/include/iprt/http-server.h (modified) * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) Shared Clipboard/Transfers: Added initial supported for connection ... Thu, 03 Dec 2020 16:14:04 GMT vboxsync [87037] * trunk/include/iprt/http-common.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) * trunk/src/VBox/Runtime/generic/http.cpp (modified) * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) * trunk/src/VBox/Runtime/tools/Makefile.kmk (modified) * trunk/src/VBox/Runtime/tools/RTHttpServer.cpp (modified) Shared Clipboard/Transfers: Renaming (RTHTTP_WITH_WEBDAV -> ... Wed, 02 Dec 2020 16:33:29 GMT vboxsync [87032] * trunk/include/iprt/http-common.h (modified) * trunk/include/iprt/http-server.h (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) * trunk/src/VBox/Runtime/generic/http.cpp (modified) * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) * trunk/src/VBox/Runtime/tools/RTHttpServer.cpp (modified) Shared Clipboard/Transfers: Added initial directory listing support ... Wed, 02 Dec 2020 08:28:43 GMT vboxsync [87029] * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) Shared Clipboard/Transfers: A bit of cleanup. bugref:9874 Tue, 01 Dec 2020 11:28:46 GMT vboxsync [87021] * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) Shared Clipboard/Transfers: Improved logging a bit [build fix]. ... Tue, 01 Dec 2020 11:26:13 GMT vboxsync [87020] * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) Shared Clipboard/Transfers: Improved logging a bit. bugref:9874 Mon, 30 Nov 2020 17:19:29 GMT vboxsync [87018] * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) * trunk/src/VBox/Runtime/tools/RTHttpServer.cpp (modified) Shared Clipboard/Transfers: Initial code for directory listing ... Mon, 30 Nov 2020 16:51:08 GMT vboxsync [87017] * trunk/src/VBox/Runtime/tools/RTHttpServer.cpp (modified) Shared Clipboard/Transfers: Initial code for directory listing ... Mon, 30 Nov 2020 16:45:54 GMT vboxsync [87016] * trunk/include/iprt/http-server.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) * trunk/src/VBox/Runtime/tools/RTHttpServer.cpp (modified) Shared Clipboard/Transfers: Initial code for directory listing ... Fri, 27 Nov 2020 19:41:36 GMT vboxsync [87013] * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) Shared Clipboard/Transfers: Fixed warning. bugref:9874 Fri, 27 Nov 2020 17:33:42 GMT vboxsync [87011] * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) Shared Clipboard/Transfers: Docs. bugref:9874 Fri, 27 Nov 2020 17:25:54 GMT vboxsync [87010] * trunk/include/iprt/http-common.h (modified) * trunk/src/VBox/Runtime/generic/http.cpp (modified) Shared Clipboard/Transfers: Initial commit for HTTP server. Work in ... Fri, 27 Nov 2020 16:58:14 GMT vboxsync [87009] * trunk/src/VBox/Runtime/Makefile.kmk (modified) Whops. Fri, 27 Nov 2020 16:55:55 GMT vboxsync [87008] * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) Shared Clipboard/Transfers: Initial commit for HTTP server. Work in ... Fri, 27 Nov 2020 16:46:50 GMT vboxsync [87007] * trunk/include/iprt/http-server.h (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) Shared Clipboard/Transfers: Initial commit for HTTP server. Work in ... Fri, 27 Nov 2020 16:28:54 GMT vboxsync [87006] * trunk/include/iprt/http-server.h (modified) * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) Shared Clipboard/Transfers: Initial commit for HTTP server. Work in ... Fri, 27 Nov 2020 16:21:16 GMT vboxsync [87005] * trunk/src/VBox/Runtime/generic/http.cpp (added) Shared Clipboard/Transfers: Initial commit for HTTP server. Work in ... Fri, 27 Nov 2020 16:18:47 GMT vboxsync [87004] * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/include/iprt/http-common.h (added) * trunk/include/iprt/http-server.h (added) * trunk/include/iprt/http.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) * trunk/src/VBox/Runtime/include/internal/magics.h (modified) * trunk/src/VBox/Runtime/r3/http-server.cpp (added) * trunk/src/VBox/Runtime/tools/Makefile.kmk (modified) * trunk/src/VBox/Runtime/tools/RTHttpServer.cpp (added) Shared Clipboard/Transfers: Initial commit for HTTP server. Work in ... Thu, 26 Nov 2020 11:33:39 GMT vboxsync [86983] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) Docs nit. Thu, 26 Nov 2020 09:14:30 GMT vboxsync [86981] * trunk/src/VBox/Runtime/r3/ftp-server.cpp (modified) IPRT/FTP: Docs nit (has been resolved). bugref:9646 Wed, 25 Nov 2020 09:18:33 GMT vboxsync [86973] * trunk/include/iprt/ftp.h (modified) * trunk/src/VBox/Runtime/r3/ftp-server.cpp (modified) IPRT/FTP: Resolved some @ŧodos. bugref:9646 Mon, 02 Nov 2020 11:51:44 GMT vboxsync [86780] * trunk/include/iprt/dvm.h (modified) * trunk/src/VBox/Runtime/common/dvm/dvm.cpp (modified) * trunk/src/VBox/Runtime/common/dvm/dvmgpt.cpp (modified) IPRT/dvm: Added OS/2 partition type GUID. Sat, 31 Oct 2020 01:42:13 GMT vboxsync [86778] * trunk/src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp (modified) IPRT/rest: bugref:9167 - don't try to deserialize null as if it were ... Wed, 28 Oct 2020 10:14:40 GMT vboxsync [86727] * trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp (modified) IPRT/thread-posix.cpp: siginterrupt is deprecated, replace with ... Wed, 28 Oct 2020 09:21:24 GMT vboxsync [86725] * trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp (modified) IPRT/thread-posix.cpp: siginterrupt is deprecated, replace with ... Fri, 23 Oct 2020 16:35:20 GMT vboxsync [86694] * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) IPRT/rest: bugref:9167 - Drop C1 versions of ... Thu, 22 Oct 2020 23:46:13 GMT vboxsync [86682] * trunk/src/VBox/Runtime/common/rest/RTCRestClientRequestBase.cpp (modified) IPRT/rest: bugref:9167 - Add missing format in an assert message, ... Thu, 22 Oct 2020 23:36:16 GMT vboxsync [86681] * trunk/include/iprt/cpp/restclient.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientRequestBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: bugref:9167 - Add release logging for REST operations. ... Tue, 20 Oct 2020 14:26:02 GMT vboxsync [86650] * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/GuestHost/OpenGL (deleted) * trunk/src/VBox/HostServices/SharedOpenGL (deleted) * trunk/src/VBox/Main/UnattendedTemplates/ol_ks.cfg (modified) * trunk/src/VBox/Main/UnattendedTemplates/ol_postinstall.sh (modified) * trunk/src/VBox/Main/UnattendedTemplates/redhat67_ks.cfg (modified) * trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/ProgressImpl.h (modified) * trunk/src/VBox/Main/include/UnattendedInstaller.h (modified) * trunk/src/VBox/Main/include/UnattendedScript.h (modified) * trunk/src/VBox/Main/src-all/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) * trunk/src/VBox/Main/src-server/UnattendedScript.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/key-file.cpp (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) * trunk/src/VBox/ValidationKit/tests/api/tdAppliance1.py (modified) * trunk/src/VBox/ValidationKit/tests/api/tdMoveVm1.py (modified) * trunk/src/libs/curl-7.64.0/lib/sendf.c (modified) * trunk/src/libs/xpcom18a4/python/Makefile.kmk (modified) Fixed bad commit. Hope this help. Tue, 20 Oct 2020 13:59:45 GMT vboxsync [86648] * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/GuestHost/OpenGL (copied) * trunk/src/VBox/HostServices/SharedOpenGL (copied) * trunk/src/VBox/Main/UnattendedTemplates/ol_ks.cfg (modified) * trunk/src/VBox/Main/UnattendedTemplates/ol_postinstall.sh (modified) * trunk/src/VBox/Main/UnattendedTemplates/redhat67_ks.cfg (modified) * trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/ProgressImpl.h (modified) * trunk/src/VBox/Main/include/UnattendedInstaller.h (modified) * trunk/src/VBox/Main/include/UnattendedScript.h (modified) * trunk/src/VBox/Main/src-all/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) * trunk/src/VBox/Main/src-server/UnattendedScript.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/key-file.cpp (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) * trunk/src/VBox/ValidationKit/tests/api/tdAppliance1.py (modified) * trunk/src/VBox/ValidationKit/tests/api/tdMoveVm1.py (modified) * trunk/src/libs/curl-7.64.0/lib/sendf.c (modified) bugref:9781. Added the placeholder ... Mon, 19 Oct 2020 10:42:10 GMT vboxsync [86626] * trunk/src/VBox/Runtime/testcase/tstIprtList.cpp (modified) tstIprtList.cpp: Fixes to MtTestSafeRandomIndex. Use event semaphore ... Fri, 16 Oct 2020 23:16:42 GMT vboxsync [86619] * trunk/src/VBox/Runtime/testcase/tstIprtList.cpp (modified) tstIprtList.cpp: Ditto insert(). Created common index generator ... Fri, 16 Oct 2020 23:09:41 GMT vboxsync [86618] * trunk/src/VBox/Runtime/testcase/tstIprtList.cpp (modified) tstIprtList.cpp: Try not trigger assertions in at() and replace() ... Fri, 16 Oct 2020 14:34:15 GMT vboxsync [86610] * trunk/include/iprt/crypto/x509.h (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstSupVerify.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/x509-core.cpp (modified) SUPHArdNt,IPRT: Recognize WHQL/attestation signatures from MS. ... Thu, 15 Oct 2020 10:34:47 GMT vboxsync [86586] * trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified) IPRT/tstRTInlineAsm.cpp: Mark cache association string leak. [build ... Thu, 15 Oct 2020 10:31:09 GMT vboxsync [86585] * trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified) IPRT/tstRTInlineAsm.cpp: Mark cache association string leak. bugref:9841 Wed, 14 Oct 2020 20:53:56 GMT vboxsync [86579] * trunk/include/iprt/linux/sysfs.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/r3/linux/sysfs.cpp (modified) IPRT/sysfs.h: Added RTLinuxConstructPath and RTLinuxConstructPathV. ... Wed, 14 Oct 2020 20:43:43 GMT vboxsync [86578] * trunk/src/VBox/Runtime/r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp (modified) Runtime/r0drv/dbgkrnlinfo-r0drv-darwin.cpp: Fix for ElCapitan where ... Tue, 13 Oct 2020 00:09:10 GMT vboxsync [86551] * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) SUPHardNt,IPRT: If there are nested signatures (i.e. more than one ... Tue, 13 Oct 2020 00:01:19 GMT vboxsync [86550] * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) SUPHardNt,IPRT: If there are nested signatures (i.e. more than one ... Mon, 12 Oct 2020 23:59:53 GMT vboxsync [86549] * trunk/include/iprt/ldr.h (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTLdrVerifyPeImage.cpp (modified) * trunk/src/VBox/Runtime/tools/RTSignTool.cpp (modified) SUPHardNt,IPRT: If there are nested signatures (i.e. more than one ... Mon, 12 Oct 2020 18:58:24 GMT vboxsync [86548] * trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c (modified) IPRT/thread2-r0drv-linux.c: Attempt at getting ... Mon, 12 Oct 2020 18:57:00 GMT vboxsync [86547] * trunk/src/VBox/Additions/linux/drm/vbox_drv.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h (modified) linux/drm.c,the-linux-kernel.h: nits. bugref:4567 Mon, 12 Oct 2020 13:35:53 GMT vboxsync [86542] * trunk/src/VBox/Additions/linux/drm/vbox_drv.c (modified) * trunk/src/VBox/Additions/linux/drm/vbox_fb.c (modified) * trunk/src/VBox/Additions/linux/drm/vbox_main.c (modified) * trunk/src/VBox/Additions/linux/drm/vbox_mode.c (modified) * trunk/src/VBox/Additions/linux/drm/vbox_ttm.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h (modified) * trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c (modified) Additions/linux, Runtime/r0drv/linux: Adjustments for Linux 5.9. Mon, 12 Oct 2020 09:16:36 GMT vboxsync [86536] * trunk/src/VBox/Runtime/r3/win/localipc-win.cpp (modified) IPRT/localipc-win.cpp: Clarification to bugref:9773 Sun, 11 Oct 2020 18:28:52 GMT vboxsync [86525] * trunk/src/VBox/Runtime/generic/sched-generic.cpp (modified) * trunk/src/VBox/Runtime/include/internal/process.h (modified) * trunk/src/VBox/Runtime/r3/linux/sched-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/os2/sched-os2.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/sched-win.cpp (modified) Runtime/r3/*/sched-*.cpp: Doxygen cleanup, only keep the doxygen ... Sun, 11 Oct 2020 18:26:52 GMT vboxsync [86524] * trunk/src/VBox/Runtime/include/internal/ldr.h (modified) Runtime/include/internal/ldr.h: Doxygen Sun, 11 Oct 2020 18:05:10 GMT vboxsync [86522] * trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp (modified) Runtime/dbg/dbgmoddwarf: Doxygen Sun, 11 Oct 2020 17:19:02 GMT vboxsync [86519] * trunk/src/VBox/Runtime/r3/linux/ioqueue-iouringfile-provider.cpp (modified) Runtime/ioqueue-iouringfile-provider.cpp: Fix request submission Sun, 11 Oct 2020 12:45:11 GMT vboxsync [86517] * trunk/src/VBox/Runtime/testcase/tstRTHeapOffset.cpp (modified) IPRT/tstRTHeapOffset: Testcase leaks, bugref:9841 Thu, 08 Oct 2020 10:27:13 GMT vboxsync [86492] * trunk/src/VBox/Runtime/r3/xml.cpp (modified) IPRT/xml: Fixed tiny leak in File::File(). bugref:9841 Sun, 04 Oct 2020 12:37:09 GMT vboxsync [86448] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/http-curl: Mark g_hLdrLibProxy as a leak. bugref:9841 Fri, 02 Oct 2020 11:50:21 GMT vboxsync [86415] * trunk/include/iprt/handle.h (modified) * trunk/src/VBox/Runtime/include/internal/socket.h (modified) * trunk/src/VBox/Runtime/r3/posix/RTHandleGetStandard-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/socket.cpp (modified) * trunk/src/VBox/Runtime/r3/win/RTHandleGetStandard-win.cpp (modified) IPRT,++: Made RTHandleGetStandard's fLeaveOpen parameter work for ... Fri, 02 Oct 2020 11:41:26 GMT vboxsync [86414] * trunk/include/iprt/handle.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsmisc.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/RTHandleGetStandard-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/RTHandleGetStandard-win.cpp (modified) * trunk/src/bldprogs/scmstream.cpp (modified) IPRT,++: Adding a fLeaveOpen parameter to RTHandleGetStandard. ... Fri, 02 Oct 2020 11:40:15 GMT vboxsync [86413] * trunk/src/VBox/Runtime/common/vfs/vfsstdpipe.cpp (modified) IPRT/vfsstdpipe.cpp: Use RTPipeCloseEx to prevent leaking pipe handle ... Fri, 02 Oct 2020 11:39:26 GMT vboxsync [86412] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/pipe.h (modified) * trunk/src/VBox/Runtime/r3/os2/pipe-os2.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/pipe-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/pipe-win.cpp (modified) IPRT/pipe: Adding RTPipeCloseEx w/ a fLeaveOpen parameter so we can ... Thu, 01 Oct 2020 20:42:35 GMT vboxsync [86404] * trunk/src/VBox/Runtime/testcase/tstVector.cpp (modified) IPRT/tstVector: Testcase leaks. bugref:9841 Thu, 01 Oct 2020 19:55:24 GMT vboxsync [86400] * trunk/src/VBox/Runtime/testcase/tstUtf8.cpp (modified) IPRT/tstUtf8: Fixed a bunch of leaks in the tests. bugref:9841 Thu, 01 Oct 2020 14:44:33 GMT vboxsync [86387] * trunk/src/VBox/Runtime/common/log/tracelogwriter.cpp (modified) IPRT/RTTraceLogWr*: Ignore NIL on destroy (iprt protocol) and always ... Thu, 01 Oct 2020 14:42:09 GMT vboxsync [86386] * trunk/src/VBox/Runtime/common/log/tracelogreader.cpp (modified) IPRT/RTTraceLogRdrDestroy: Free pending events, ignore NIL (iprt ... Thu, 01 Oct 2020 14:26:12 GMT vboxsync [86385] * trunk/src/VBox/Runtime/testcase/tstRTStrSplit.cpp (modified) IPRT/tstRTSplit: Must disable assertions when doing negative testing. ... Thu, 01 Oct 2020 14:24:19 GMT vboxsync [86384] * trunk/src/VBox/Runtime/testcase/tstRTStrCache.cpp (modified) IPRT/tstRTStrCache: Free random strings in tst2 when done. bugref:9841 Thu, 01 Oct 2020 14:21:30 GMT vboxsync [86382] * trunk/src/VBox/Runtime/testcase/tstRTSort.cpp (modified) IPRT/tstRTSort: don't forget to destroy hRand. bugref:9841 Thu, 01 Oct 2020 14:20:32 GMT vboxsync [86381] * trunk/src/VBox/Runtime/testcase/tstRTSort.cpp (modified) IPRT/tstRTSort: don't forget to destroy hRand. bugref:9841 Thu, 01 Oct 2020 14:18:39 GMT vboxsync [86380] * trunk/src/VBox/Runtime/testcase/tstRTHttp-1.cpp (modified) IPRT/tstRTHttp-1: Missing cleanup leaks. bugref:9841 Thu, 01 Oct 2020 14:16:10 GMT vboxsync [86379] * trunk/src/VBox/Runtime/testcase/tstRTEnv.cpp (modified) IPRT/tstRTEnv: cleanup leak. bugref:9841 Thu, 01 Oct 2020 13:59:14 GMT vboxsync [86378] * trunk/src/VBox/Runtime/common/string/strtonum.cpp (modified) IPRT/RTStrToInt64Ex: Shut up tstRTCRest-1 asan warning reading ... Thu, 01 Oct 2020 12:44:45 GMT vboxsync [86376] * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/tstRTCRest-1: fix leaks. bugref:9841 Wed, 30 Sep 2020 18:14:19 GMT vboxsync [86360] * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTStrSimplePattern.cpp (moved) IPRT: tstStrSimplePattern -> tstRTStrSimplePattern.