VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @96073   2 years vboxsync IPRT/nocrt: strerror; atexit fix. bugref:10261
(edit) @96052   2 years vboxsync IPRT/nocrt: Added no-CRT per-thread data like errno and strtok state. …
(edit) @96051   2 years vboxsync IPRT/thread-win.cpp: Set the TLS entry to NULL earlier.
(edit) @95980   3 years vboxsync IPRT/stream.cpp: Re-did the mode string handling in RTStrmOpen, …
(edit) @95979   3 years vboxsync IPRT/stream.cpp: Re-did the mode string handling in RTStrmOpen, …
(edit) @95977   3 years vboxsync IPRT/stream.cpp: Re-did the mode string handling in RTStrmOpen, …
(edit) @95971   3 years vboxsync IPRT/r3/alloc.cpp: gcc 12.1.1 workaround.
(edit) @95943   3 years vboxsync IPRT/stream.cpp: Fixed copy and paste making standard output go to …
(edit) @95942   3 years vboxsync IPRT/stream.cpp: Fixed bug in rtStrmWriteLocked on non-windows …
(edit) @95903   3 years vboxsync IPRT/stream: Flush & cleanup of non-standard streams on exit/unload …
(edit) @95894   3 years vboxsync IPRT/stream: Flush & cleanup standard streams in the no-CRT setup …
(edit) @95892   3 years vboxsync IPRT/nocrt: Use r3/stream.cpp instead of the minimalistic one …
(edit) @95888   3 years vboxsync IPRT/stream.cpp: Added an alternative code configuration for the …
(edit) @95887   3 years vboxsync IPRT/nocrt: Use r3/stream.cpp instead of the minimalistic one …
(edit) @95886   3 years vboxsync IPRT/stream.cpp: Added an alternative code configuration for the …
(edit) @95872   3 years vboxsync IPRT/nocrt: Build fix for VBoxAddInstallNt3x again. bugref:10261
(edit) @95870   3 years vboxsync IPRT/nocrt: Split up the startup code and added the basic DLL startup …
(edit) @95861   3 years vboxsync IPRT: nocrt-WinMainCRTStartup-win.asm for windows apps. bugref:10261
(edit) @95858   3 years vboxsync IPRT/RTSystemQueryOSInfo-win.cpp: Use RTStrCat instead of strcat …
(edit) @95848   3 years vboxsync IPRT/nocrt-streams-win.cpp: Build kludge for VBoxAddInstallNt3x. Will …
(edit) @95846   3 years vboxsync IPRT/RTSystemQueryOSInfo-win.cpp: Use RTStrCat instead of strcat …
(edit) @95844   3 years vboxsync IPRT/nocrt-streams-win.cpp: Fake a little so VBoxService might be …
(edit) @95841   3 years vboxsync iprt/nt/nt.h,ntdll-mini-implib.def: Prototypes and imports for …
(edit) @95834   3 years vboxsync IPRT/nocrt: Call C & C++ initializers and terminators. TLS directory …
(edit) @95832   3 years vboxsync IPRT/nocrt: Moved generic compiler support code for VS 2019 out of the …
(edit) @95831   3 years vboxsync IPRT/nocrt: More nocrt code needed for VS 2019. Code flow guard works …
(edit) @95820   3 years vboxsync IPRT: More IPRT_NO_CRT work on windows. [scm fix] bugref:10261
(edit) @95818   3 years vboxsync IPRT: More IPRT_NO_CRT work on windows. bugref:10261
(edit) @95813   3 years vboxsync IPRT/RTLogWriteStdErr+Out: Added RTLogWriteStdErr/Out for IPRT_NO_CRT …
(edit) @95806   3 years vboxsync IPRT/r3/init.cpp: Call GetCurrentProcessId directly instead of …
(edit) @95805   3 years vboxsync IPRT/r3/process.cpp: Call GetCurrentProcessId directly instead of …
(edit) @95804   3 years vboxsync IPRT/alloc-win.cpp: Define USE_VIRTUAL_ALLOC in IPRT_NO_CRT mode; …
(edit) @95803   3 years vboxsync IPRT/errvars-win.cpp: Adjusted for not having errno in IPRT_NO_CRT …
(edit) @95802   3 years vboxsync IPRT/nocrt-alloc-win.cpp: Added missing RTMemAllocVarTag and …
(edit) @95792   3 years vboxsync IPRT/env-win.cpp: IPRT_NO_CRT adjustments, rewrote a few bits. bugref:10261
(edit) @95766   3 years vboxsync IPRT/mp-win.cpp: Must include iprt/alloca.h to use it. bugref:10261
(edit) @95765   3 years vboxsync IPRT/thread-win.cpp: IPRT_NO_CRT adjustments. bugref:10261
(edit) @95738   3 years vboxsync IPRT/process-win.cpp: Use the wide-char version of Process32First and …
(edit) @95736   3 years vboxsync IPRT/process-win.cpp: PSAPI never had an undecorated GetModuleBaseName …
(edit) @95735   3 years vboxsync IPRT/process-win.cpp: Nocrt adjustments. bugref:10261
(edit) @95698   3 years vboxsync IPRT: Added RTSystemGetNtProductType. bugref:8691
(edit) @95681   3 years vboxsync IPRT/RTCrStoreCreateSnapshotById: Added two more store IDs for …
(edit) @95623   3 years vboxsync IPRT/RTProcCreateEx/posix: Always utilise newlocale(3C) + …
(edit) @95587   3 years vboxsync IPRT: Added RTStrmWrappedPrintf and RTStrmWrappedPrintfV for some …
(edit) @95586   3 years vboxsync IPRT: Added RTStrmWrappedPrintf and RTStrmWrappedPrintfV for some …
(edit) @95320   3 years vboxsync IPRT/RTProcCreateEx/posix: Simplified the TTY name detection code a …
(edit) @95274   3 years vboxsync FE/VBoxAutostart/adi: Added experimental support for running VBoxSVC …
(edit) @95208   3 years vboxsync IPRT/RTProcCreateEx/posix: Use PAM when authenticating to Solaris …
(edit) @95203   3 years vboxsync IPRT/thread-posix.cpp: Make sure we don't block SIGTRAP or the M1 will …
(edit) @95196   3 years vboxsync IPRT/thread-posix.cpp: Make sure we don't block SIGTRAP or the M1 will …
(edit) @95190   3 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) @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) @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) @94984   3 years vboxsync IPRT/Process creation: We also need to set PAM_TTY (if available) to …
(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) @94839   3 years vboxsync Runtime/socket.cpp: Relax annoying assertion
(edit) @94561   3 years vboxsync IPRT: Fixed some errors when VBOX_WITH_MORE_NT4_COMPAT_BINARIES is …
(edit) @94406   3 years vboxsync Runtime: Make it possible to override PAM usage with IPRT_WITHOUT_PAM …
(edit) @94310   3 years vboxsync IPRT/RTPathTemp: Reverted the bits of r150550 related to RTPathTemp as …
(edit) @94286   3 years vboxsync IPRT/Win: Prefer LOCALAPPDATA over TMP / TEMP for RTPathTemp(). …
(edit) @94277   3 years vboxsync IPRT/RTFileFlush: Shut up annoying VERR_INVALID_PARAMETER returns on …
(edit) @94157   3 years vboxsync Runtime: Windows build fixes and updated .def file in preparation for …
(edit) @94094   3 years vboxsync IPRT/darwin: Renamed variable in RTMpGetMaxFrequency. bugref:9898
(edit) @94093   3 years vboxsync IPRT: Use same approach in RTMpGetMaxFrequency for getting at the a …
(edit) @94091   3 years vboxsync IPRT: Better RTMpGetDescription for darwin.arm (first M1 has two …
(edit) @94087   3 years vboxsync IPRT/mp/darwin: Reimplemented RTMpGetOnlineSet to avoid getting the …
(edit) @93754   3 years vboxsync IPRT,ValKit,VMMDevTesting.h: Added picoseconds to the test units. …
(edit) @93640   3 years vboxsync Runtime: bugref:9955: Added conversion from console codepage to UTF-8 …
(edit) @93544   3 years vboxsync IPRT: Default to UTF-8 on macOS when nothing else is given in the …
(edit) @93543   3 years vboxsync IPRT: Default to UTF-8 on macOS when nothing else is given in the …
(edit) @93500   3 years vboxsync IPRT/win: Additional OpenSSL exports for libssh. bugref:9469
(edit) @93487   3 years vboxsync IPRT/RTProcCreateEx/posix: Corrected IPRT_LIBPATM_FILE_1_XXX macros …
(edit) @93451   3 years vboxsync IPRT: Local IPC Server: add interface to set server socket access mode …
(edit) @93301   3 years vboxsync IPRT: VC++ 19.2 update 11 build adjustments. bugref:8489
(edit) @93230   3 years vboxsync IPRT/RTDirRemove/posix: Correction to r131730 that makes the kludge …
(edit) @93216   3 years vboxsync Fixing a comment typo.
(edit) @93141   3 years vboxsync IPRT/http-server: Also free pszUrl of RTHTTPSERVERREQ in …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93059   3 years vboxsync IPRT/utf8-win.cpp: Optimize string conversion from/to process codepage …
(edit) @93026   3 years vboxsync IPRT/LocalIpc/posix: Fixed incorrect handle and state validation. …
(edit) @93025   3 years vboxsync IPRT/LocalIpc/poisx: How difficult can this be to get right? bugref:10134
(edit) @93019   3 years vboxsync iprt: local ipc server: add interface to grant r/w access to a server …
(edit) @92919   3 years vboxsync IPRT/r3/posix: Just use sched_yield() everywhere, as it's a standard …
(edit) @92904   3 years vboxsync IPRT/vcc-fakes-kernel32.cpp: Adjustments for W10 SDK. bugref:10116
(edit) @92792   3 years vboxsync IPRT/semevent-nt: Converted semevent-r0drv-nt.cpp into something that …
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