summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Pin GC threads to corresponding processors on Linux (#12486)Xiangyang (Mark) Guo2-4/+136
2017-07-05Mask INJECT_ACTIVATION_SIGNAL while on alternate signal stack.Aditya Mandaleeka1-0/+30
2017-06-29Make libnuma soft dependency (#12556)Adeel Mujahid2-51/+133
2017-06-23Add ELF program and section headers to core dump. (#12425)Mike McLaughlin1-0/+4
2017-06-23Fix systemMask on Linux (#12387)Xiangyang (Mark) Guo1-9/+14
2017-06-21Fix event, semaphore, mutex create/open to request the maximum allowe… (#12...Koundinya Veluri4-13/+86
2017-06-17Fix chained hardware exception handling on Unix (#12344)Jan Vorlicek2-3/+7
2017-06-16Fix chained hardware exception handling on Unix (#12316)Jan Vorlicek2-10/+5
2017-06-13[Arm64/Unix] Implement YieldProcessor() (#12229)Steve MacLean1-0/+2
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean13-127/+117
2017-06-06Rename CMAKE_ENABLE_CODE_COVERAGE to CLR_CMAKE_ENABLE_CODE_COVERAGE (#12106)Omair Majid1-1/+1
2017-06-05Inline YieldProcessor on Linux (#12058)Xiangyang (Mark) Guo5-83/+12
2017-06-02Call sched_yield directly for Sleep(0) (#12063)Koundinya Veluri4-12/+1
2017-06-02fix SleepEx(0,false) on Linux (#12057)Xiangyang (Mark) Guo4-0/+12
2017-05-31Disable inheritance of several common file descriptorsStephen Toub6-6/+28
2017-05-30Use FD_CLOEXEC instead of equivalent 1 in InternalCreatePipeStephen Toub1-2/+2
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn2-23/+19
2017-05-22[x86/Linux] Use CDECL (instead of STDCALL) as STDMETHODCALLTYPEJonghyun Park1-1/+1
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