VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @95411   2 years vboxsync Linux host and guest drivers: fix clang warnings, bugref:10247.
(edit) @95382   2 years vboxsync Runtime/logreader.cpp: Return the iterator handle upon success, bugref:3409
(edit) @95381   2 years vboxsync Runtime/ssl-openssl: Free the session in the error path, bugref:3409
(edit) @95336   2 years vboxsync IPRT/RTCString: Added a truncate() method that takes UTF-8 encoding …
(edit) @95320   2 years vboxsync IPRT/RTProcCreateEx/posix: Simplified the TTY name detection code a …
(edit) @95274   2 years vboxsync FE/VBoxAutostart/adi: Added experimental support for running VBoxSVC …
(edit) @95226   2 years vboxsync Runtime: Fix for r151731 (switching to openssl 3.0.3), bugref:10128
(edit) @95208   2 years vboxsync IPRT/RTProcCreateEx/posix: Use PAM when authenticating to Solaris …
(edit) @95203   2 years vboxsync IPRT/thread-posix.cpp: Make sure we don't block SIGTRAP or the M1 will …
(edit) @95200   2 years vboxsync IPRT/thread: typo.
(edit) @95196   2 years vboxsync IPRT/thread-posix.cpp: Make sure we don't block SIGTRAP or the M1 will …
(edit) @95194   2 years vboxsync Runtime/json, Runtime/initterm-r0drv-nt.cpp, …
(edit) @95190   2 years vboxsync IPRT/r3/darwin: Use pthread_sigmask instead of sigprocmask on darwin, …
(edit) @95147   3 years vboxsync IPRT/Process creation: Fixed fallback handling for using stdin's TTY …
(edit) @95133   3 years vboxsync IPRT/win: Comment adjustments to VBoxRT-win??.def (noexcpt/c++17).
(edit) @95132   3 years vboxsync the-linux-kernel.h: bugref:10209 Fix typo in version number for …
(edit) @95131   3 years vboxsync the-linux-kernel.h: bugref:10209 Include fpu/api.h for …
(edit) @95130   3 years vboxsync IPRT/Makefile.kmk: Better dependencies for the .def file …
(edit) @95127   3 years vboxsync IPRT/Makefile.kmk: Better dependencies for the .def file …
(edit) @95126   3 years vboxsync IPRT/dbgkrnlinfo-r0drv-nt.cpp: cleanup. bugref:9845
(edit) @95114   3 years vboxsync IPRT/win: Export and import library adjustments for C++17 and noexcept …
(edit) @95113   3 years vboxsync IPRT/win: Export and import library adjustments for C++17 and noexcept …
(edit) @95110   3 years vboxsync IPRT/RTPathQueryInfo-nt.cpp: The g_pfnNtQueryFullAttributesFile type …
(edit) @95109   3 years vboxsync IPRT/xml: Having another go at the PFNEXTERNALENTITYLOADER declaration …
(edit) @95097   3 years vboxsync IPRT/pipe/win: Adjusted RTPipeSelectOne to account for the …
(edit) @95096   3 years vboxsync IPRT/pipe/win: Adjusted RTPipeSelectOne to account for the …
(edit) @95095   3 years vboxsync IPRT/RTTestIErrContext: typo.
(edit) @95084   3 years vboxsync IPRT/pipe/win: Added workaround to RTPipeQueryReadable for XP and …
(edit) @95083   3 years vboxsync IPRT/pipe/win: Added workaround to RTPipeQueryReadable for XP and …
(edit) @95074   3 years vboxsync IPRT/tstRTInlineAsm: Fixed bug in the ASMAtomicCmpXchgPtrVoid tests in …
(edit) @95072   3 years vboxsync IPRT/asm: Added ASMCountLeadingZerosU16/32/64 & …
(edit) @95071   3 years vboxsync IPRT/asm: Added ASMCountLeadingZerosU16/32/64 & …
(edit) @95044   3 years vboxsync IPRT/testcase: tstUtf8: Skip the string comparison on older Windows …
(edit) @95043   3 years vboxsync IPRT/testcase: A few more comments and diagnosis for Windows runs in …
(edit) @95041   3 years vboxsync IPRT/testcase: Fixed function naming typo.
(edit) @95007   3 years vboxsync IPRT/Process creation: A bit more logging, added a hint. bugref:10225
(edit) @95006   3 years vboxsync IPRT/Process creation: More code for PAM_TTY authentication, along …
(edit) @95001   3 years vboxsync IPRT/testcase: Made tstFile more flexible by querying file system …
(edit) @95000   3 years vboxsync IPRT/testcase: Made tstFile more flexible by querying file system …
(edit) @94984   3 years vboxsync IPRT/Process creation: We also need to set PAM_TTY (if available) to …
(edit) @94971   3 years vboxsync Validation Kit/unit tests: Cleaned up build templates by moving the …
(edit) @94908   3 years vboxsync /Config.kmk,IPRT: Some arm64 adjustments. bugref:10224
(edit) @94888   3 years vboxsync Runtime: Fix a few memory leaks in error handling paths, bugref:3409
(edit) @94877   3 years vboxsync IPRT/alloc-ef-cpp.cpp: throw is deprecated in C++17, use …
(edit) @94876   3 years vboxsync Reverted r151276.
(edit) @94875   3 years vboxsync IPRT/alloc-ef-cpp.cpp: throw is deprecated in C++17, use …
(edit) @94874   3 years vboxsync IPRT/VBoxRTImp-gcc.def: Export adjustments for c++17. bugref:9898
(edit) @94872   3 years vboxsync IPRT/VBoxRTImp-gcc.def: Adjusted export list for arm64 where 'va_list …
(edit) @94871   3 years vboxsync IPRT/VBoxRTImp.def: List assembly routines that non-x86/amd64 does not …
(edit) @94869   3 years vboxsync IPRT/ldr: Minimal MachO/ARM64 read support to make RTSignTool work. …
(edit) @94867   3 years vboxsync IPRT/isomakercmd.cpp: Another one needing alignment 4 lines down. …
(edit) @94865   3 years vboxsync Runtime/isomakercmd.cpp: Align the bitmap size properly or the generic …
(edit) @94839   3 years vboxsync Runtime/socket.cpp: Relax annoying assertion
(edit) @94816   3 years vboxsync Runtime/VBoxRTImp.def: Missing exports, bugref:9955 [fixed two exports]
(edit) @94815   3 years vboxsync Runtime/VBoxRTImp.def: Missing exports, bugref:9955
(edit) @94718   3 years vboxsync IPRT/thread.h: Made RTTHREAD_NAME_LEN public.
(edit) @94668   3 years vboxsync Runtime/crypto: Add additional APIs and supported algorithms for …
(edit) @94665   3 years vboxsync Runtime/crypto: Add additional APIs and supported algorithms for …
(edit) @94630   3 years vboxsync Runtime/crypto: Add additional APIs and supported algorithms for …
(edit) @94628   3 years vboxsync Runtime/log: Allow setting a custom output interface for the file …
(edit) @94627   3 years vboxsync Runtime/crypto: Add additional APIs and supported algorithms for …
(edit) @94625   3 years vboxsync Runtime/log: Allow setting a custom output interface for the file …
(edit) @94624   3 years vboxsync Runtime/log: Allow setting a custom output interface for the file …
(edit) @94611   3 years vboxsync IPRT/log: Fixed RTLogFlush regression from r146496 that caused the log …
(edit) @94594   3 years vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94592   3 years vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94591   3 years vboxsync testcase/tstRTStrFormat: Fixed a warning.
(edit) @94589   3 years vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94588   3 years vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94587   3 years vboxsync Validation Kit/unit tests: Filter out all programs which don't start …
(edit) @94585   3 years vboxsync Validation Kit/unit tests: Use a dedicated build template for …
(edit) @94576   3 years vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94575   3 years vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94574   3 years vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94561   3 years vboxsync IPRT: Fixed some errors when VBOX_WITH_MORE_NT4_COMPAT_BINARIES is …
(edit) @94557   3 years vboxsync IPRT: Another RTStrFormatR80* correction. bugref:9898
(edit) @94544   3 years vboxsync IPRT: Include RTUInt128MulByU64Ex.asm in RuntimeR0. bugref:9898
(edit) @94529   3 years vboxsync Runtime/testcase/tstLdr-4: Fix testcase broken since probably r147584
(edit) @94520   3 years vboxsync Runtime/http-curl.c|ai: CURLOPT_NOPROXY is an enum and not a define, …
(edit) @94511   3 years vboxsync IPRT: Added RTUInt128MulEx and RTUInt128MulU64Ex as well as a limited …
(edit) @94487   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94475   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94474   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94473   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94472   3 years vboxsync IPRT/fuzz: Initialize JSON value in rtFuzzCfgAddFuzzCtxInputs().
(edit) @94471   3 years vboxsync Validation Kit/unit tests: No DTraceR3 for VBoxRT when Valdation Kit …
(edit) @94467   3 years vboxsync Validation Kit/unit tests: More Makefile fun for IPRT and friends. …
(edit) @94464   3 years vboxsync Validation Kit/unit tests: Exclude OS/2 for now. ​bugref:10195
(edit) @94463   3 years vboxsync Validation Kit/unit tests: Try building the testcases (unit tests) for …
(edit) @94406   3 years vboxsync Runtime: Make it possible to override PAM usage with IPRT_WITHOUT_PAM …
(edit) @94386   3 years vboxsync IPRT/RTStrIStartsWith: Fixed copy&paste bug from RTStrStartsWith.
(edit) @94336   3 years vboxsync IPRT: RTStrFormatR80/64/32 corrections. bugref:9898
(edit) @94311   3 years vboxsync IPRT: Added RTFileCreateUnique, a saner version of RTFileCreateTemp in …
(edit) @94310   3 years vboxsync IPRT/RTPathTemp: Reverted the bits of r150550 related to RTPathTemp as …
(edit) @94302   3 years vboxsync IPRT: Added RTStrFormatR64 and RTStrFormatR32 and split out the …
(edit) @94300   3 years vboxsync IPRT: Added RTStrFormatR64 and RTStrFormatR32 and split out the …
(edit) @94293   3 years vboxsync IPRT,Storage: Adding RTVfsQueryLabel and internally a generic …
(edit) @94292   3 years vboxsync IPRT,Storage: Adding RTVfsQueryLabel and internally a generic …
(edit) @94291   3 years vboxsync IPRT,Storage: Adding RTVfsQueryLabel and internally a generic …
(edit) @94286   3 years vboxsync IPRT/Win: Prefer LOCALAPPDATA over TMP / TEMP for RTPathTemp(). …
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