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) @98618   22 months 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   2 years vboxsync IPRT/nocrt: Use r3/stream.cpp instead of the minimalistic one …
(edit) @95887   2 years vboxsync IPRT/nocrt: Use r3/stream.cpp instead of the minimalistic one …
(edit) @95872   2 years vboxsync IPRT/nocrt: Build fix for VBoxAddInstallNt3x again. bugref:10261
(edit) @95870   2 years vboxsync IPRT/nocrt: Split up the startup code and added the basic DLL startup …
(edit) @95861   2 years vboxsync IPRT: nocrt-WinMainCRTStartup-win.asm for windows apps. bugref:10261
(edit) @95858   2 years vboxsync IPRT/RTSystemQueryOSInfo-win.cpp: Use RTStrCat instead of strcat …
(edit) @95848   2 years vboxsync IPRT/nocrt-streams-win.cpp: Build kludge for VBoxAddInstallNt3x. Will …
(edit) @95846   2 years vboxsync IPRT/RTSystemQueryOSInfo-win.cpp: Use RTStrCat instead of strcat …
(edit) @95844   2 years vboxsync IPRT/nocrt-streams-win.cpp: Fake a little so VBoxService might be …
(edit) @95841   2 years vboxsync iprt/nt/nt.h,ntdll-mini-implib.def: Prototypes and imports for …
(edit) @95834   2 years vboxsync IPRT/nocrt: Call C & C++ initializers and terminators. TLS directory …
(edit) @95832   2 years vboxsync IPRT/nocrt: Moved generic compiler support code for VS 2019 out of the …
(edit) @95831   2 years vboxsync IPRT/nocrt: More nocrt code needed for VS 2019. Code flow guard works …
(edit) @95820   2 years vboxsync IPRT: More IPRT_NO_CRT work on windows. [scm fix] bugref:10261
(edit) @95818   2 years vboxsync IPRT: More IPRT_NO_CRT work on windows. bugref:10261
(edit) @95813   2 years vboxsync IPRT/RTLogWriteStdErr+Out: Added RTLogWriteStdErr/Out for IPRT_NO_CRT …
(edit) @95804   2 years vboxsync IPRT/alloc-win.cpp: Define USE_VIRTUAL_ALLOC in IPRT_NO_CRT mode; …
(edit) @95803   2 years vboxsync IPRT/errvars-win.cpp: Adjusted for not having errno in IPRT_NO_CRT …
(edit) @95802   2 years vboxsync IPRT/nocrt-alloc-win.cpp: Added missing RTMemAllocVarTag and …
(edit) @95792   2 years vboxsync IPRT/env-win.cpp: IPRT_NO_CRT adjustments, rewrote a few bits. bugref:10261
(edit) @95766   2 years vboxsync IPRT/mp-win.cpp: Must include iprt/alloca.h to use it. bugref:10261
(edit) @95765   2 years vboxsync IPRT/thread-win.cpp: IPRT_NO_CRT adjustments. bugref:10261
(edit) @95738   2 years vboxsync IPRT/process-win.cpp: Use the wide-char version of Process32First and …
(edit) @95736   2 years vboxsync IPRT/process-win.cpp: PSAPI never had an undecorated GetModuleBaseName …
(edit) @95735   2 years vboxsync IPRT/process-win.cpp: Nocrt adjustments. bugref:10261
(edit) @95698   2 years vboxsync IPRT: Added RTSystemGetNtProductType. bugref:8691
(edit) @95681   2 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 …
(edit) @94157   3 years vboxsync Runtime: Windows build fixes and updated .def file in preparation for …
(edit) @93640   3 years vboxsync Runtime: bugref:9955: Added conversion from console codepage to UTF-8 …
(edit) @93500   3 years vboxsync IPRT/win: Additional OpenSSL exports for libssh. bugref:9469
(edit) @93301   3 years vboxsync IPRT: VC++ 19.2 update 11 build adjustments. bugref:8489
(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) @93019   3 years vboxsync iprt: local ipc server: add interface to grant r/w access to a server …
(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 …
(edit) @92245   3 years vboxsync IPRT/rtR3WinUnhandledXcptFilter: Log the PID and command line too.
(edit) @91605   3 years vboxsync IPRT/win: Try detect windows 11 and server 2019 & 2022 by the stupid …
(edit) @91594   3 years vboxsync Runtime/VBoxRT-openssl-1.1plus.def: Export more openssl stuff for …
(edit) @91033   3 years vboxsync Runtime/tpm-win: Some bug fixes, bugref:10075
(edit) @91028   3 years vboxsync Runtime/r3/win/tpm-win.cpp: Some untested RTTpm* API implementation …
(edit) @91027   3 years vboxsync Runtime/r3/win/tpm-win.cpp: Some untested RTTpm* API implementation …
(edit) @90880   3 years vboxsync IPRT/RTKrnlModLoadedQueryInfoAll: Fixed regression from r146424.
(edit) @90789   3 years vboxsync IPRT: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90781   3 years vboxsync IPRT: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @89828   3 years vboxsync Runtime: Make use of CreateWaitableTimerEx and …
(edit) @89827   3 years vboxsync Runtime: Make use of CreateWaitableTimerEx and …
(edit) @89764   3 years vboxsync Runtime/r3/win/timer-win.cpp: Implement RTTimerCreateEx, RTTimerStart …
(edit) @89762   3 years vboxsync Runtime/r3/win/timer-win.cpp: Implement RTTimerCreateEx, RTTimerStart …
(edit) @88688   4 years vboxsync VBoxRT: Added RTTHREADFLAGS_COM_MTA and RTTHREADFLAGS_COM_STA flags to …
(edit) @86536   4 years vboxsync IPRT/localipc-win.cpp: Clarification to bugref:9773
(edit) @86525   4 years vboxsync Runtime/r3/*/sched-*.cpp: Doxygen cleanup, only keep the doxygen …
(edit) @86415   4 years vboxsync IPRT,++: Made RTHandleGetStandard's fLeaveOpen parameter work for …
(edit) @86414   4 years vboxsync IPRT,++: Adding a fLeaveOpen parameter to RTHandleGetStandard. …
(edit) @86412   4 years vboxsync IPRT/pipe: Adding RTPipeCloseEx w/ a fLeaveOpen parameter so we can …
(edit) @86301   4 years vboxsync Runtime: Add API to load kernel modules by name and add simple …
(edit) @86300   4 years vboxsync Runtime: Add API to load kernel modules by name and add simple …
(edit) @86171   4 years vboxsync IPRT/win/thread: Use new SetThreadDescription to set thread names.
(edit) @86170   4 years vboxsync IPRT/win/thread: Use new SetThreadDescription to set thread names.
(edit) @86017   4 years vboxsync Runtime/serialport-win.cpp: Fix querying for events under cerain …
(edit) @85882   4 years vboxsync IPRT/RTFileQuerySectorSize/win: Ignore not-ready-drive errors. bugref:9224
(edit) @85875   4 years vboxsync Main: bugref:9224: Added RTFileQuerySectorSize into IPRT
(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 …
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