VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106497   4 months vboxsync iprt/r3: switch fall thru and LARGE_INTEGER init. jiraref:VBP-1171
(edit) @106446   4 months vboxsync Runtime: Adjust Makefile.kmk to make it build the runtime on …
(edit) @106444   4 months vboxsync Runtime/r3/win/mp-win.cpp: Build fix wor arm64, bugref:10392
(edit) @106426   4 months vboxsync Runtime/r3/win/thread*-win.cpp: Build fix for arm64, bugref:10392
(edit) @106061   5 months vboxsync Copyright year updates by scm.
(edit) @105788   5 months vboxsync IPRT: Added RTSystemQueryNtFeatureEnabled() API to query Windows (NT) …
(edit) @105787   5 months vboxsync IPRT: Added RTSystemQueryNtFeatureEnabled() API to query Windows (NT) …
(edit) @105786   5 months vboxsync IPRT: Added RTSystemQueryNtFeatureEnabled() API to query Windows (NT) …
(edit) @105766   5 months vboxsync IPRT: Made RTSystemQueryFirmwareType() + …
(edit) @105631   6 months vboxsync IPRT/RTPathUnlink: Implemented NT and posix versions w/ simple testcase.
(edit) @105155   7 months vboxsync IPRT/nocrt-startup-*win.cpp: Avoid a couple of ntdll function so as to …
(edit) @104930   8 months vboxsync IPRT/process-win.cpp: Resolve GetUserObjectSecurity and …
(edit) @104681   9 months vboxsync Runtime: Add export definitions for win.arm64, bugref:10392
(edit) @104476   9 months vboxsync Runtime/r3/pipe-win.cpp: Fix statement assigning the return value in …
(edit) @104284   10 months vboxsync IPRT: Reimplemented RTFileDelete for windows to eliminate type …
(edit) @103232   12 months vboxsync IPRT/process-win.cpp: A better fix for the r152441 regression. bugref:10261
(edit) @103230   12 months vboxsync IPRT/process-win: Fixed regression from r152441, leading to start …
(edit) @102661   14 months vboxsync IPRT/RTFsMountpointsEnum: Gracefully skip volumes a regular user does …
(edit) @102660   14 months vboxsync IPRT/RTFsMountpointsEnum: Dynamically resolve some Windows volume APIs …
(edit) @102659   14 months vboxsync IPRT/RTFsMountpointsEnum: Dynamically resolve some Windows volume APIs …
(edit) @102658   14 months vboxsync IPRT/RTFsMountpointsEnum: Dynamically resolve some Windows volume APIs …
(edit) @102657   14 months vboxsync IPRT/RTFsMountpointsEnum: Dynamically resolve some Windows volume APIs …
(edit) @102649   14 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102647   14 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @101715   15 months vboxsync IPRT/VBoxRT-openssl-3.0.def: libssh v0.10.5 requires a bunch more …
(edit) @101162   17 months vboxsync IPRT/mem: Use mempage /w heap code everwhere all the time. bugref:10370
(edit) @101145   17 months vboxsync IPRT/mem: Windows fix. bugref:10370
(edit) @101144   17 months vboxsync IPRT/mem: build fix. bugref:10370
(edit) @101143   17 months vboxsync IPRT/mem: build fix. bugref:10370
(edit) @101142   17 months vboxsync IPRT/mem: Added a RTMEMPAGEALLOC_F_EXECUTABLE to RTMemPageAllocEx. …
(edit) @100171   20 months vboxsync IPRT: tcp.h+tcp.cpp,socket.h+socket.cpp: Add RTTcpSetKeepAlive() which …
(edit) @99901   21 months vboxsync IPRT: Cleaned up RTThreadGetExecutionTimeMilli and associated testcase.
(edit) @99828   21 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99758   21 months vboxsync IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt …
(edit) @99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99483   22 months vboxsync IPRT/RTProcCreateEx: More fixes for the initial patch supplied; also …
(edit) @99109   23 months vboxsync IPRT/process: Added RTPROC_FLAGS_CWD to RTProcCreateEx(), to be able …
(edit) @98618   2 years vboxsync IPRT/pipe-win.cpp: Deal correctly with partial overlapping writes …
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97907   2 years vboxsync IPRT: Removed the RTMemExecAlloc interface.
(edit) @96609   2 years vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96606   2 years vboxsync IPRT: Now the GetVersionExW fallback should be correct. bugref:10261
(edit) @96599   2 years vboxsync IPRT/localipc-win.cpp: Eliminated need for …
(edit) @96597   2 years vboxsync IPRT: More correctly fake the extended GetVersionExW/RtlGetVersion …
(edit) @96595   2 years vboxsync IPRT/nocrt: Corrected main executable entrypoint parameter mixup (no …
(edit) @96588   2 years vboxsync IPRT/nocrt: Added workaround for NT3.1 not knowing about …
(edit) @96587   2 years vboxsync IPRT/env-win.cpp: GetEnvironmentVariableW doesn't set …
(edit) @96586   2 years vboxsync IPRT/nocrt: The pcbWritten parameter of WriteFile must always be …
(edit) @96573   2 years vboxsync IPRT/nocrt: Fail fast and safer stack corruption. bugref:10261
(edit) @96505   2 years vboxsync IPRT: Dynamically resolve GetProcessAffinityMask, …
(edit) @96495   2 years vboxsync IPRT: Switched pipe-win.cpp to use the nt-and-windows.h header and …
(edit) @96476   2 years vboxsync IPRT: Resolve IsDebuggerPresent and GetSystemTimeAsFileTime …
(edit) @96475   2 years vboxsync IPRT: Resolve SetHandleInformation and GetHandleInformation …
(edit) @96448   2 years vboxsync IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static …
(edit) @96442   2 years vboxsync IPRT: Split out the public init data into separate files and made it …
(edit) @96441   2 years vboxsync IPRT/nocrt: Mangling fix in nocrt-WinMainCRTStartup-win.asm. bugref:10261
(edit) @96415   2 years vboxsync IPRT/nocrt: No AssertLogRelMsgFailed in RTErrConvertFromWin32 when in …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96388   2 years vboxsync IPRT/nocrt: Introduced an internal rtNoCrtFatalMsg/Write API to be …
(edit) @96369   2 years vboxsync IPRT/nocrt: nocrt_atexit alias fix. bugref:10261
(edit) @96124   2 years vboxsync IPRT: Added a RTFileDup API, only implemented on windows for now as I …
(edit) @96076   2 years vboxsync IPRT/RTFileOpen: Added a RTFILE_O_TEMP_AUTO_DELETE flag for …
(edit) @96073   2 years vboxsync IPRT/nocrt: strerror; atexit fix. bugref:10261
(edit) @96051   2 years vboxsync IPRT/thread-win.cpp: Set the TLS entry to NULL earlier.
(edit) @95892   3 years vboxsync IPRT/nocrt: Use r3/stream.cpp instead of the minimalistic one …
(edit) @95887   3 years vboxsync IPRT/nocrt: Use r3/stream.cpp instead of the minimalistic one …
(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) @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) @95274   3 years vboxsync FE/VBoxAutostart/adi: Added experimental support for running VBoxSVC …
(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) @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) @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) @94561   3 years vboxsync IPRT: Fixed some errors when VBOX_WITH_MORE_NT4_COMPAT_BINARIES is …
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