Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-10Restrict named mutex files permissions (#78106)Jan Vorlicek
2022-11-05Remove nonexistent tests from PAL test run files (#77917)Aaron Robinson
2022-11-04Remove `palrt` from JIT and remove `memcpy` from PAL (#77556)Aaron Robinson
2022-11-04Remove "wprintf" from PAL (#77852)Aaron Robinson
2022-10-31Delete some unused files and functions from clr pal (#77112)Huo Yaoyuan
2022-10-29Delete special-casing of .obj/.tlb (FILETYPE_NTOB/FILETYPE_TLB) (#77626)Elinor Fung
2022-10-26statically link gc_pal on windows (#77468)Manish Godse
2022-10-25statically linking GC PAL on linux (#76985)Manish Godse
2022-10-23Delete removed tests from list (#77344)Adeel Mujahid
2022-10-21Remove _fdopen from PAL (#77272)Jan Vorlicek
2022-10-21Fix the __int64 to be long long on macOS only (#77268)Jan Vorlicek
2022-10-20Remove more swprintf_s uses (#77228)Aaron Robinson
2022-10-18Modify __int64 definition in PAL to match the OS definition (#77056)Jan Vorlicek
2022-10-13Revert "Revert "Reduce CoreCLR PAL"" (#76972)Jan Vorlicek
2022-10-13Reintroduce typo in ICorDebug public API names (#76966)Jan Kotas
2022-10-11Revert "Reduce CoreCLR PAL (#76832)" (#76860)Jan Kotas
2022-10-11Reduce CoreCLR PAL (#76832)Jan Vorlicek
2022-10-10Remove more PAL exports for `wprintf` `wscanf` funcs (#76771)Aaron Robinson
2022-10-07Remove GUID <=> string functions in PAL (#76729)Aaron Robinson
2022-09-22Set names to runtime internal threads (#75113)Hyungju Lee
2022-09-22Fix x64 cross build on arm64 macOS (#75677)Jan Vorlicek
2022-09-21Fix a rare crash when creating or opening named mutexes (#75843)Koundinya Veluri
2022-09-20Fix querying L3 cache size on osx-x64 (#75854)Filip Navara
2022-09-19Delete unused code (#75814)Adeel Mujahid
2022-09-16Adding zmmStateSupport and AVX512F, AVX512CD, AVX512BW, AVX512DQ and AVX512V...DeepakRajendrakumaran
2022-09-16Free getline buffer after use (#74899)Hyungju Lee
2022-09-12Fix macOS floating point corruption (#75440)Jan Vorlicek
2022-09-11Flush instruction cache after thunk pool allocation (#75393)Jan Kotas
2022-09-04Add a few more riscv64 stubs in PAL (#74793)Adeel Mujahid
2022-08-30Use nproc without --all on Linux (#74696)Adeel Mujahid
2022-08-26Simplify platform macro definitions in PAL (#73530)Adeel Mujahid
2022-08-24Add faster DAC EnumMemoryRegion option with less memory usage (#74300)Mike McLaughlin
2022-08-21Remove ThreadPool native implementation (#71719)Eduardo Velarde
2022-08-14Fix and simplify __has_builtin conditions (#73905)Adeel Mujahid
2022-08-11To keep ubsan happy, Use offsetof() rather than legacy equivalent (#73657)Robert Henry
2022-08-11Add logging callback to DAC EnumMemoryRegion API (#73599)Mike McLaughlin
2022-08-06Fix ThreadAbort on Unix and reenable the related tests (#73399)Jan Vorlicek
2022-08-05Misc createdump fixes (#73426)Mike McLaughlin
2022-08-05Add initial riscv64 port (#73385)Adeel Mujahid
2022-08-03Avoid integer overflow on ARM machine with 8G of memory (#73271)Andrew Au
2022-08-02Fix typos (#73122)Adeel Mujahid
2022-07-25Avoid transformation from multiplication to left shift in case of 64 bit valu...Alhad Deshpande
2022-07-24Fix typos (#72709)Adeel Mujahid
2022-07-22Remove wrong cgroups assert (#72372)Jan Vorlicek
2022-07-20Fix PAL GetFullPathNameA test3 (#72492)Jan Vorlicek
2022-07-17Fix typos (#72314)Adeel Mujahid
2022-07-17Properly calculate the ELF unwind info section size (#72146)Mike McLaughlin
2022-07-17Implement ICorProfilerInfo13 to support object handle creation/destruction/ac...chrisnas
2022-07-12Various createdump fixes. Smaller MacOS dump size, better logging/stats, misc...Mike McLaughlin
2022-07-10Fix miscellaneous typos (#71896)Adeel Mujahid