summaryrefslogtreecommitdiff
path: root/src/pal/inc
AgeCommit message (Expand)AuthorFilesLines
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-08Make CoreCLR work properly under PaX's RANDMMAP (#11382)Koundinya Veluri1-0/+8
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek3-166/+7
2017-04-24[x86/Linux] Remove unnecessary ResumeEsp field (#11167)Jonghyun Park1-2/+0
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 Vorlicek1-0/+155
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin1-2/+5
2017-04-05Merge pull request #10615 from brianrob/profilerBrian Robbins1-0/+6
2017-04-03Basic EventPipe functionality that supports writing sample profile events to ...Brian Robbins1-0/+6
2017-03-311. Remove disable of C4996Rahul Kumar2-18/+0
2017-03-22memory limit in containers on linuxrahul1-1/+10
2017-03-09Improve span copy of pointers and structs containing pointers (#9999)Koundinya Veluri2-12/+112
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park2-6/+6
2017-03-02[x86/Linux] Initial filter support (#9820)Jonghyun Park2-0/+10
2017-03-01[x86/Linux] Clean up EXCEPTION_REGISTRATION_RECORD (#9895)Jonghyun Park1-5/+0
2017-03-01[Arm64/Unix] Fix stack unwinding (#9877)Steve MacLean1-35/+2
2017-03-01Merge pull request #9770 from adityamandaleeka/card_bundles_unix_2Aditya Mandaleeka1-0/+9
2017-03-01[Arm64/Unix] Revert fix stack unwinding in CallDescrWorkerInternal (#9866)Steve MacLean1-2/+1
2017-02-28Add 6 byte NOP instruction.Aditya Mandaleeka1-0/+9
2017-02-27[x86/Linux] 16-byte aligned Funclet Helpers (#9810)Jonghyun Park1-0/+19
2017-02-24Remove getcontext and setcontext usage (#9759)Jan Vorlicek1-1/+0
2017-02-23[x86/Linux] Initial patch for EH funclet (#9601)Hanjoung Lee1-0/+12
2017-02-22Improve stack overflow reporting (#9650)Jan Vorlicek1-0/+2
2017-02-17[ARM64/Unix] (#9500)Steve MacLean1-47/+104
2017-02-17[x86/Linux] Fix GetCallerSp (#9384)Jonghyun Park1-0/+1
2017-02-09Rename __reserved to __clr_reserved to avoid a conflict on Android (#9402)Frederik Carlier3-3/+3
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park1-3/+10
2017-01-26Clean up PAL functions (#9149)Frederik Carlier2-1/+2
2017-01-24[x86/Linux] Fix EH Region Mismatch (#9043)Jonghyun Park2-0/+10
2017-01-23Remove PALAPI attribute from PAL Callback (#9075)Jonghyun Park1-2/+2
2017-01-23[x86/Linux] Enable FEATURE_EH_FUNCLETS (#8889)Jonghyun Park1-1/+1
2017-01-21Remove __GNUC__ version checks (#8978)Jan Vorlicek2-12/+0
2017-01-21Remove PLATFORM_UNIX and FEATURE_PAL checks in PAL (#8982)Jan Vorlicek7-686/+2
2017-01-18Remove obsolete platforms ifdefs from PAL (#8971)Jan Vorlicek3-791/+6
2017-01-13Fixes to make runtime work on ARM64 Linux (#8947)Jan Vorlicek1-1/+2
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-2/+2
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek3-36/+4
2016-12-21Remove FEATURE_BLC_FORMATTING (#8699)Jan Vorlicek1-27/+0
2016-12-20ARM: do not use unpredictable sub.w sp, rN, #imm (#8636)mskvortsov1-1/+2
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-19/+7
2016-12-13[x86/Linux] Enforce 16-byte stack alignment (#8587)Jonghyun Park1-0/+9
2016-12-14[x86/Linux] Fix incorrect __fastcall definition (#8585)Jonghyun Park1-6/+0
2016-12-14[x86/Linux] Port jithelp.asm (#8491)Jonghyun Park1-0/+11
2016-12-08[x86/Linux] Revise asmhelper.S using macro (#8523)Jonghyun Park1-0/+30
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek2-5/+1
2016-12-06[x86/Linux] Port PATCH_LABEL macro (#8483)Jonghyun Park1-0/+5
2016-12-01Add EXCEPTION_REGISTRATION_RECORD for x86/Linux (#8408)Jonghyun Park1-0/+5
2016-11-30Emits compile error on portability issue only when PORTABILITY_CHECK is speci...Jonghyun Park1-1/+1
2016-11-30[x86/Linux] Add missing files in x86/Linux PAL (#8318)Jonghyun Park3-16/+50