summaryrefslogtreecommitdiff
path: root/src/pal/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-05Fix PAL_GetLogicalProcessorCacheSizeFromOS on mac (#24777)Andy Hanson3-0/+18
2019-06-05Use Modern CMake features instead of CMAKE_CXX_FLAGS (#24861)Jeremy Koritzinsky1-3/+3
2019-06-02Improve fatal err msg (#24390)Dan Moseley1-1/+1
2019-05-29Use /proc/<pid>/mem to read memory in remote DBI data target. It makes the te...Mike McLaughlin1-0/+12
2019-05-29Add COMPlus_LTTng environment variable (#24733)John Salem1-5/+17
2019-05-28Fix initial thread affinity on Linux (#24801)Jan Vorlicek4-9/+51
2019-05-22Cache current thread ID in TLS (#24699)Leandro A. F. Pereira1-5/+12
2019-05-21Avoid PAL LoadLibrary simulator for regular PInvoke (#24669)Jan Kotas1-54/+0
2019-05-21Add header check for atomic_ops.hAdeel2-0/+4
2019-05-17Merge pull request #24520 from am11/freebsd/set-affinityJan Vorlicek1-0/+4
2019-05-16Add support for invariant casing in PAL (#24597)Michal Strehovský5-0/+2573
2019-05-15Delete unicode API emulator (#24581)Michal Strehovský10-15419/+23
2019-05-11Adjust PAL_STDCPP_COMPAT to accommodate FreeBSDAdeel1-0/+4
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky5-1/+205
2019-05-09Fix memory leak in PAL_GenerateCoreDump (#24503)Mike McLaughlin1-11/+24
2019-05-08Add generate crash dump command to diagnostics server (#24460)Mike McLaughlin1-87/+181
2019-05-07Fixing up time.cpp in the PAL (#24428)Tanner Gooding2-95/+92
2019-05-02In the PAL GetProcessTimes implement lpCreationTime using the current time re...Brian Sullivan1-10/+44
2019-05-02Unify Wformat suppression for libunwindAdeel1-9/+5
2019-04-19Large Pages on Linux & macOS (#24098)Mukul Sabharwal3-7/+40
2019-04-16Fix incorrect thread affinitization (#24045)Jan Vorlicek1-7/+2
2019-04-10Fix few issues discovered by testingJan Vorlicek1-4/+3
2019-04-10Fix RecycledLists size on UnixJan Vorlicek1-2/+3
2019-04-09Fix several issuesJan Vorlicek4-17/+11
2019-04-09Remove Unix CPU groups emulationJan Vorlicek5-811/+142
2019-04-05Fix rounding to UINT32_MAX (#23764)Ludovic Henry1-10/+3
2019-04-05Partially improve support for `--cpus` from Docker CLI (#23747)Ludovic Henry2-5/+12
2019-04-05Fix invalid use of stack memory (#23758)Aaron Robinson1-18/+16
2019-03-22Improve detection of CPU limits when running inside a ContainerLudovic Henry1-1/+11
2019-03-21Merge pull request #23321 from franksinankaya/gcc_cleanup_14Jan Vorlicek1-2/+2
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