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
2021-07-12Add crash report to createdump for Linux Watson (#55438)Mike McLaughlin
2021-07-11Support filtering ObjectAllocated callback for pinned object heap allocation ...Yauk
2021-07-08Add crash report file for VS4Mac Watson (#54934)Mike McLaughlin
2021-07-02Add support to DAC for reading tagged memory on tracked types (#54994)Aaron Robinson
2021-06-29InternalCanonicalizeRealPath: don't call strstr with uninitialized lpBuffer. ...Tom Deseyn
2021-06-28Add YieldProcessor implementation for arm (#54829)Gleb Balykov
2021-06-18Fix Linux x86 build (#50836)Gleb Balykov
2021-06-15Add the concept of "notification profilers" to the runtime (#53122)David Mason
2021-06-15Fix PAL_JitWriteProtect export on Linux (#54190)Jan Vorlicek
2021-06-12Unify macOS ARM64 write protection holders with W^X ones (#54067)Jan Vorlicek
2021-06-10Fix gcc armel/arm64 build (#53220)Gleb Balykov
2021-06-09Build support for s390x: libunwind (#53286)Ulrich Weigand
2021-06-09Build support for s390x: PAL layer (#53287)Ulrich Weigand
2021-06-01Fix42292 (#52463)Steve MacLean
2021-05-26Build support for s390x: Fix a few paltests (#53288)Ulrich Weigand
2021-05-13Low level API support for Objective-C interop. (#52146)Aaron Robinson
2021-05-13Stresslog fixes (#52601)Peter Sollich
2021-05-07Do not count page cache towards cgroup’s memory load (#51738)Marcin Krystianc
2021-05-04Generate coredumps on signals (#52024)Mike McLaughlin
2021-04-28Add an implementation of `RestoreContext` for Windows/amd64 for use with shad...Koundinya Veluri
2021-04-16Fail the GCHeap initialization if large page is specified without a heap hard...Andrew Au
2021-04-13Rely on initial pthread_jit_write_protect_np state (#51135)Steve MacLean
2021-04-08cruntime/*printf*: free temporary string buffers also on failure (#50469)Tom Deseyn
2021-04-07Remove extraneous CMake version requirement. (#50805)Jeremy Koritzinsky
2021-04-07Remove IAssemblyName (and various fusion remnants) (#50755)Elinor Fung
2021-04-06Reorganize CoreCLR native build to reduce CMake reconfigures when the build s...Jeremy Koritzinsky
2021-03-26 Block debugger attach after any ApplyUpdate changes (#50200)Mike McLaughlin
2021-03-24Fix Alpine 3.13 ARM build (#50105)Jan Vorlicek
2021-03-22Apple Silicon fix remote unwinding (#49974)Steve MacLean
2021-03-19Fix or disable warnings on latest VS dogfood (#49799)Jan Kotas
2021-03-12[mono][debugger] Implementing mscordbi to support iCorDebug on mono runtime (...Thays Grazia
2021-03-12Remote unwinder's put_unwind_info function needs to cleanup for FEATURE_USE_S...Mike McLaughlin
2021-03-02Delete low-value PAL test (#48932)Jan Kotas
2021-03-02Setup OSX.1100.ARM64.* helix queues (#47919)Steve MacLean
2021-03-02cgroup: fix memory leak in GetCGroupMemoryUsage (#48911)Tom Deseyn
2021-02-26Apple Silicon disable failing PAL tests (#48782)Steve MacLean
2021-02-19Probe libnuma.so.1.0.0 before its symlinks (#48133)Adeel Mujahid
2021-02-18Setting Thread.Name sets the native thread name on MacOS. (#47465)Eric Soros
2021-02-18Adjust logic in cor.h, corhdr.h, corinfo.h, corjit.h and such so that they ma...David Wrighton
2021-02-11Do not use /dev/zero to mmap anonymous memory (#48140)Vladimir Sadov
2021-02-03Fix throw decl for math functions (#47687)Adeel Mujahid
2021-01-30Set some pointers to null after free()ing them (#47415)Omair Majid
2021-01-30Clean up some of the math intrinsic logic and support constant folding (#47321)Tanner Gooding
2021-01-29pal: free tempfile_name if GetTempFileNameA fails (#47477)Omair Majid
2021-01-29Fix some valgrind warnings about jumps based on uninitialized values. (#47620)Tom Deseyn
2021-01-28Retry sem_wait() on EINTR (#47536)Steve MacLean
2021-01-28Fix assert on unhandled SIGSEGV (#47538)Jan Vorlicek
2021-01-26Added C# implementation of System.Math.ScaleB and System.MathF.ScaleB… (#42...Alex Covington
2021-01-22Linux: don't use deprecated sysctl (#45753)Tom Deseyn
2021-01-14Prefer ucontext.h over sys/ucontext.h (#46790)Adeel Mujahid