summaryrefslogtreecommitdiff
path: root/src/pal/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-18Fix for running in a container without mem limit set on Windows; (#23297)Maoni Stephens1-10/+8
2019-03-18Conversion issuesSinan Kaya1-2/+2
2019-03-18Merge pull request #23307 from franksinankaya/gcc_cleanup_13Jan Vorlicek1-1/+1
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero1-14/+40
2019-03-17Fix conversion issuesSinan Kaya1-1/+1
2019-03-15Fix GetFullAffinityMask for cpuCount==64 (#23276)Jan Vorlicek1-1/+6
2019-03-14Fix GetProcessAffinityMask (#23247)Jan Vorlicek1-21/+8
2019-03-14Merge pull request #23203 from janvorli/fix-no-return-false-positivesJan Vorlicek1-4/+9
2019-03-13Move ANALYZER_NORETURN after function return type.Jan Vorlicek1-2/+1
2019-03-11Fix no-return false positives in static analyzer buildJan Vorlicek1-4/+10
2019-03-11Merge pull request #23111 from am11/gcc-configurationJan Vorlicek1-7/+9
2019-03-11Remove conditions around CMAKE_REQUIRED_LIBRARIESAdeel1-6/+2
2019-03-08Address @janvorli's feedbackAdeel1-3/+9
2019-03-07Improve gcc configurationAdeel1-1/+1
2019-03-07Remove init_count zeroing from PAL cleanupJan Vorlicek1-3/+0
2019-02-17Delete RtlMoveMemory and tests (#22668)Adeel Mujahid1-23/+0
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid14-672/+669
2019-02-10Cleanup DLL exports (#22500)Jan Kotas2-4/+1
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid14-27/+43
2019-02-07More PAL layer cleanup for GNU and add build script support for GCC (#22369)Sinan Kaya6-8/+29
2019-02-01Coreclr gnuport (#22129)Sinan Kaya8-20/+20
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens1-2/+12
2019-01-24Disable exception handling on MacOS when DLL like DAC, etc. (#22171)Mike McLaughlin1-70/+77
2019-01-23Fix incorrect usage of wcscpy_s/wcscat_s. (#22153)Filip Navara1-5/+9
2019-01-15On SIGTERM default to a non-zero exit code (#21300)Tom Deseyn4-87/+112
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas5-114/+7
2018-12-17Delete dead code (#21562)Jan Kotas1-291/+63
2018-12-13Fixes issue #21485 and #21484 (#21526)Mike McLaughlin1-0/+1
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson2-57/+231
2018-12-10Added Close On Exec Attribute for Mutex files (#21455) (#21458)Oded Hanson1-0/+2
2018-12-10Fixed bug where "DCI_NUMA" was missing from debug channel names (#21454) (#21...Oded Hanson2-0/+7
2018-11-28Improve performance of cgroup access (#21229)Jan Vorlicek3-30/+81
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar2-8/+61
2018-11-20Linux: FlushProcessWriteBuffers using membarrier when available (#20949)Tom Deseyn1-15/+82
2018-11-12LoadLibrary refactoring (#20841)Swaroop Sridhar1-40/+49
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding3-2/+66
2018-11-12Verify the application group container directory exists in Mac Sandbox (#20916)Oded Hanson1-34/+63
2018-11-09Fix typos in comments (#20908)Li Shengqiu1-1/+1
2018-11-08Fix "LTTng-UST: Error (-17) while registering..." error when debugging (20874)Mike McLaughlin1-1/+5
2018-11-06Loop-free GC rounding helpers with _BitScanReverse. (#20157)Jack Pappas1-0/+1
2018-11-06Added support for running in a sandbox on Mac (#20735)Oded Hanson9-143/+330
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding2-0/+160
2018-10-12Fix MacOS launch bug when spaces in module names. (#20385)Mike McLaughlin1-1/+4
2018-10-10Remove obslete DBG_printf_gcc, all compilers now support DBG_printf_c99 (#20338)Jonathan Marler2-233/+32
2018-10-10Fix unwind on ARM64 Linux (#20345)Jan Vorlicek1-7/+6
2018-10-09Fix issue 20261: infinite recursion for non PAL threads (#20267)Jonathan Marler1-6/+4
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise1-39/+0
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise9-18/+13
2018-10-05Synchronize access to static variable call_count (#20259)Jonathan Marler1-4/+9
2018-10-03Support building cross-architecture components on armel (#20190)Egor Chesakov1-1/+1