summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2017-05-19[lldb-plugin] Include PAL headers instead of embedding it (#11705)Jonghyun Park1-0/+1
2017-05-18pal/configure.cmake: add missing HAVE_SCHED_AFFINITY (#11711)Tom Deseyn1-0/+1
2017-05-10Merge pull request #11437 from mjsabby/eventpipetoprofilerapiNoah Falk2-9/+804
2017-05-10add prebuilt fileMukul Sabharwal1-29/+2
2017-05-10Fix clang version detection in src/pal/tools/gen-buildsys-clang.sh (#11398)Jan Vorlicek1-1/+1
2017-05-09Stop loading crossgen-ed binaries at preferred address on Unix (#11467)Jan Vorlicek1-5/+4
2017-05-09Enable build on old Linux (#11414)Jan Vorlicek5-4/+35
2017-05-08Add an event pipe that pipes to the profiler apisMukul Sabharwal2-9/+831
2017-05-08Make CoreCLR work properly under PaX's RANDMMAP (#11382)Koundinya Veluri4-36/+227
2017-05-04Reenable MapViewOfFile PAL test1 (#11393)Jan Vorlicek2-4/+23
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek4-167/+8
2017-04-26Fix thread wait to be resilient to real time clock changes on Unix (#11213)Jan Vorlicek5-18/+72
2017-04-26Fix few clang analyzer warnings (#11185)Jan Vorlicek2-4/+10
2017-04-24Add "createdump" command to SOS. (#11161)Mike McLaughlin1-2/+2
2017-04-24Remove PAL FileAlignment restriction (#10959)Steve MacLean1-31/+28
2017-04-24[x86/Linux] Remove unnecessary ResumeEsp field (#11167)Jonghyun Park7-11/+2
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park1-1/+1
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek10-23/+952
2017-04-18Implement the createdump policy options and env variables (#11032)Mike McLaughlin1-10/+44
2017-04-17Support FEATURE_EVENT_TRACE override (#10961)Jonghyun Park1-12/+1
2017-04-14Implement MEM_RESET handling in VirtualAlloc on Unix (#10939)Jan Vorlicek1-4/+74
2017-04-13Ensure Environment.ExitCode works correctly after app domain unloaded. (#10842)Jim Ma1-1/+15
2017-04-13[ARM32/Linux] Build libcoreclrtraceptprovider.so (#10406)Hyeongseok Oh1-2/+8
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin6-36/+175
2017-04-12Change default clang version to clang3.9 in cross build (#10889)Jiyoung Giuliana Yun1-3/+7
2017-04-08Handle SIGTERM on OSX (#10723)Koundinya Veluri3-17/+34
2017-04-07Handle unsupported varargs tests on Unix gracefully. (#10794)Jim Ma1-10/+10
2017-04-07Add reporting swap file size to GlobalMemoryStatusEx on Unix (#10700)Jan Vorlicek10-6/+190
2017-04-05Merge pull request #10615 from brianrob/profilerBrian Robbins2-0/+38
2017-04-05Fix ThrowExceptionFromContextInternal for x86 Linux (#10728)Jan Vorlicek1-5/+9
2017-04-05Update module not found error message (#10692)Jan Vorlicek1-1/+1
2017-04-04Merge pull request #10699 from adityamandaleeka/fix_env_empty_var_handlingAditya Mandaleeka1-1/+7
2017-04-04Fix handling of empty environment variables in PAL.Aditya Mandaleeka1-1/+7
2017-04-04Pass crossbuild and linux-id to CMakeLists.txt using CMake arguments (#10686)Hyeongseok Oh1-0/+11
2017-04-04Merge pull request #10601 from rahku/c4996Rahul Kumar13-385/+0
2017-04-03Basic EventPipe functionality that supports writing sample profile events to ...Brian Robbins2-0/+38
2017-04-02Fix Double.ToString performance on Linux and OSX (#10572)Tarek Mahmoud Sayed1-205/+103
2017-03-311. Remove disable of C4996Rahul Kumar13-385/+0
2017-03-30Fix magic number explanation in filetime.cpp (#10582)Andrey Akinshin1-2/+2
2017-03-23[PAL] Do NOT check execute bit in INIT_FindEXEPath (#10342)Jonghyun Park1-285/+17
2017-03-23Merge pull request #10064 from rahku/cgroupRahul Kumar8-1/+433
2017-03-22memory limit in containers on linuxrahul8-1/+433
2017-03-22Add handling of multiple CMake installations in probe-win (#9980)Luis G1-2/+6
2017-03-22Removing the special handling in classlibnative for atan2(±∞, ±∞) and p...Tanner Gooding4-43/+23
2017-03-21Temporarily disable frequently failing Sleep PAL tests (#10313)Koundinya Veluri2-2/+2
2017-03-20'root' as a special case in UTIL_IsExecuteBitsSet (#10246)Jonghyun Park1-1/+6
2017-03-16Removed check for the maximum quantity of arguments (#10232)Buyduck1-1/+1
2017-03-15Temporarily disable flaky sleep test (#10221)Matt Mitchell2-1/+1
2017-03-15Change CoreCLR to use Sierra (#10173)Matt Mitchell2-1/+1
2017-03-10Fix debugging on OS X Sierra (#10078)Mike McLaughlin1-2/+7