VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85676   4 years vboxsync IPRT/ftp-server.cpp: some nits and todos. bugref:9437
(edit) @85674   4 years vboxsync IPRT/ftp-server.cpp: We use 'end' to be exclusive (last + 1) and …
(edit) @85673   4 years vboxsync IPRT: RTFTPServer -> RTFtpServer. bugref:9437
(edit) @85672   4 years vboxsync IPRT: ftp-server.cpp belongs in r3/ not generic/, as we don't expect …
(edit) @85664   4 years vboxsync Runtime/Makefile.kmk: Blind fix attempt for VBoxDrv not loading Darwin
(edit) @85651   4 years vboxsync IPRT: OSE build fix
(edit) @85650   4 years vboxsync IPRT/http,VBoxManage,CloudGateway: Corrections to the proxy …
(edit) @85649   4 years vboxsync ticketref:19521 Can't build kernel modules on SLES12 SP5
(edit) @85648   4 years vboxsync IPRT/openssl-pre.h: VS2010 complains that it doesn't know warning 5031 …
(edit) @85646   4 years vboxsync IPRT/http-curl.cpp: when disabling proxies in …
(edit) @85638   4 years vboxsync IPRT/sha3: Some VS2019 performance tweaks. bugref:9734
(edit) @85630   4 years vboxsync IPRT: More SHA-3 work. bugref:9734
(edit) @85629   4 years vboxsync IPRT: More SHA-3 work. bugref:9734
(edit) @85628   4 years vboxsync IPRT/pkcs7: Comment typos.
(edit) @85627   4 years vboxsync IPRT/x509: Comment typo.
(edit) @85626   4 years vboxsync IPRT/ldr: comment typo
(edit) @85624   4 years vboxsync IPRT: Tweaking some performance out of the alternative SHA-3 …
(edit) @85623   4 years vboxsync IPRT: SHA-3 nits. bugref:9734
(edit) @85618   4 years vboxsync IPRT: Adding SHA-3. [scm fix] bugref:9734
(edit) @85617   4 years vboxsync IPRT: Adding SHA-3. [hardening fix] bugref:9734
(edit) @85614   4 years vboxsync IPRT: Adding SHA-3. bugref:9734
(edit) @85602   4 years vboxsync IPRT/r0drv/mp-r0drv-linux.c: Use version checks for linux/cpumask.h …
(edit) @85581   4 years vboxsync Runtime/RTErrConvertFromErrno: Add conversion for ESTALE [build fix]
(edit) @85580   4 years vboxsync Runtime/RTErrConvertFromErrno: Add conversion for ESTALE
(edit) @85556   4 years vboxsync IPRT/ldrELF: Fixed bug in segment enum and conversion for ET_REL …
(edit) @85544   4 years vboxsync IPRT/mp-r0drv-linux.c: Move the cpu set allocation & initialization …
(edit) @85543   4 years vboxsync reverted r139610
(edit) @85542   4 years vboxsync IPRT/mp-r0drv-linux.c: Move the cpu set allocation & initialization …
(edit) @85541   4 years vboxsync tstLdr-4: Check do some segment sanity checking so we'll catch bad …
(edit) @85540   4 years vboxsync IPRT/ldrELF: Fixed issue in GetNextAllocatedSection causing cbMapped …
(edit) @85525   4 years vboxsync IPRT/ldrELF: Fix for bogus cbMapped value returned for the last …
(edit) @85518   4 years vboxsync IPRT/the-linux-kernel.h: Need header for flush_tlb_all() now. bugref:9801
(edit) @85516   4 years vboxsync IPRT/memobj-r0drv-linux.c: Enable IPRT_USE_ALLOC_VM_AREA_FOR_EXEC for …
(edit) @85514   4 years vboxsync IPRT/memobj-r0drv-linux.c: Make it easier to push the WX semantics …
(edit) @85507   4 years vboxsync SUP,*: Some changes to the SUP_IOCTL_LDR_OPEN and SUP_IOCTL_LDR_LOAD …
(edit) @85505   4 years vboxsync IPRT/alloc-r0drv-linux.c,SUPDrv-linux.c: RTMEMALLOC_EXEC_HEAP for 5.8+ …
(edit) @85504   4 years vboxsync IPRT/memobj-r0drv*: Change the fExecutable flag to WX semantics where …
(edit) @85503   4 years vboxsync IPRT/ldrELF: Early support for loading ET_DYN images. Current code is …
(edit) @85501   4 years vboxsync IPRT/ldrELF: Early support for loading ET_DYN images. Current code is …
(edit) @85500   4 years vboxsync tstLdr-4: Converted to iprt/test.h style and added some …
(edit) @85495   4 years vboxsync Runtime/fileio-posix.cpp: Fix for r139548, restore the old file offset …
(edit) @85492   4 years vboxsync IPRT/fileio-posix.cpp: Fix binary search in RTFileQueryMaxSizeEx, and …
(edit) @85491   4 years vboxsync IPRT/RTFileCopyPartEx-linux.cpp: Fix fallback handling if the syscall …
(edit) @85461   4 years vboxsync tstLdr-4: printf fix. bugref:9801
(edit) @85430   4 years vboxsync IPRT/memobj-r0drv-linux.c: Wrap mmap_sem operations as it was renamed …
(edit) @85385   4 years vboxsync iprt/path.h: Reimplemented RTPathFindCommon[Ex]. [scm fix]
(edit) @85384   4 years vboxsync iprt/path.h: Reimplemented RTPathFindCommon[Ex].
(edit) @85383   4 years vboxsync iprt/path.h: RTPathFindCommon[Ex] doc & testcase update. Testcase …
(edit) @85382   4 years vboxsync iprt/path.h: Adjustments and a bunch of todos for RTPathFindCommon[Ex].
(edit) @85378   4 years vboxsync /Config.kmk, libs/Makefile.kmk, Runtime/Makefile.kmk, …
(edit) @85374   4 years vboxsync IPRT/RTPathFindCommon: Added another check for the current path in array.
(edit) @85348   4 years vboxsync IPRT/tstRTStrSplit: Added macro for cleaning up test runs.
(edit) @85345   4 years vboxsync IPRT: Follow-up fixes for r139114 (RTStrSplit + testcases).
(edit) @85343   4 years vboxsync IPRT/RTCrStoreCreateSnapshotById-darwin.cpp: Ignore deprecation …
(edit) @85341   4 years vboxsync IPRt/dbgkrnlinfo-r0drv-darwin.cpp: Don't use deprecated network KPIs …
(edit) @85340   4 years vboxsync IPRt/dbgkrnlinfo-r0drv-darwin.cpp: Don't use deprecated network KPIs …
(edit) @85339   4 years vboxsync iprt/formats/mach-o.h,ldrMachO.cpp: New segment flag SG_READ_ONLY …
(edit) @85312   4 years vboxsync IPRT: Added RTPathFindCommon[Ex] + testcases [build fix].
(edit) @85311   4 years vboxsync IPRT: Added RTPathFindCommon[Ex] + testcases.
(edit) @85208   4 years vboxsync iprt/time-r0drv-linux.c: Cleaned up RTTimeNow a little, we try use the …
(edit) @85167   4 years vboxsync IPRT/r0drv/darwin: Workarounds for stupid printf %p validation. bugref:9790
(edit) @85166   4 years vboxsync tstIprtList: Clang 11 nothrow bug/weirdness wrt arrays. bugref:9790 …
(edit) @85164   4 years vboxsync VBoxRTDeps.cpp: Workaround for Clang 11 nothrow bug/weirdness. bugref:9794
(edit) @85163   4 years vboxsync IPRT/RTPathUserDocuments-darwin.cpp: Addressed API deprecation. bugref:9790
(edit) @85162   4 years vboxsync IPRT/http-curl.cpp: Deprecated function, missing RT_NOTHROW_DEF. …
(edit) @85160   4 years vboxsync *: Some missing DECLCALLBACK/RTDECL and related nothrow issues raised …
(edit) @85155   4 years vboxsync IPRT: Added RTStrSplit + testcases [build fix].
(edit) @85154   4 years vboxsync IPRT: Added RTStrSplit + testcases.
(edit) @85142   4 years vboxsync Partial build fix for r139085.
(edit) @85141   4 years vboxsync Reverted r139086.
(edit) @85140   4 years vboxsync Build fix for r139085.
(edit) @85139   4 years vboxsync OCI: (bugref:9469) Proxy support (without authentication) for local …
(edit) @85131   4 years vboxsync Doxyfile*: Adjustments. bugref:9794
(edit) @85130   4 years vboxsync Doxyfile*: Adjustments. bugref:9794
(edit) @85127   4 years vboxsync iprt/cdefs.h: Made DECLHIDDEN imply nothrow and restrict its use to …
(edit) @85126   4 years vboxsync iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively …
(edit) @85124   4 years vboxsync *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85112   4 years vboxsync GA: bugref:9773: Fixed incorrect impersonation level during the pipe …
(edit) @85097   4 years vboxsync iprt/cdefs.h,Doxyfile*: Introducing DECL_IMPORT_NOTHROW and …
(edit) @85091   4 years vboxsync Doxyfile*: nothrow/noexcept adjustments. bugref:9794
(edit) @85085   4 years vboxsync IPRT/tstLdr-4: Function cast fix. bugref:9794
(edit) @85084   4 years vboxsync IPRT/rest: Another missing RT_NOEXCEPT. bugref:9167
(edit) @85075   4 years vboxsync IPRT/string: Stop using the 'register' keyword as Clang warns in C++11 …
(edit) @85072   4 years vboxsync tstRTInlineAsm.cpp: Stop using the 'register' keyword, Clang barfs on …
(edit) @85068   4 years vboxsync IPRT/crc32-zlib.cpp: Clang build fix. bugref:9790
(edit) @85041   4 years vboxsync SUPDrv,RuntimeR0: There must be no duplicates here, so RTStrCopy …
(edit) @85000   4 years vboxsync IPRT/http: Provide curl with an error buffer (fixed size array in …
(edit) @84995   4 years vboxsync IPRT/http: Consistently use CURL_SUCCESS().
(edit) @84994   4 years vboxsync IPRT/http: Consistently use CURLcode rcCurl;
(edit) @84992   4 years vboxsync IPRT: fix int/uint issues in asm-fake.cpp
(edit) @84903   4 years vboxsync tstRTCRest-1: Adjustment for strtod in UCRT with VC++ 14+. bugref:8489
(edit) @84840   4 years vboxsync IPRT/thread-win.cpp: Thread naming todo.
(edit) @84761   4 years vboxsync IPRT/tarcmd: Added initial support for creating TAR files from directories.
(edit) @84760   4 years vboxsync IPRT/tools: Avoid running into various assertions when no input files …
(edit) @84753   4 years vboxsync IPRT/tools: Avoid running into various assertions when no input files …
(edit) @84681   4 years vboxsync IPRt/rtLinuxConstructPathV: allow empty pszFormat as …
(edit) @84670   4 years vboxsync IPRT/RTCrX509CertPaths: Hack the code to accept trusted targets some …
(edit) @84632   4 years vboxsync IPRT/sysfs.cpp: Use RTStrPrintf2V rather than RTStrPrintfV in …
(edit) @84540   5 years vboxsync Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette