summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2017-02-11Inadvertent inline redundant define in paldanmosemsft1-0/+25
2017-02-11Revert inadvertent remove of #if FASTLOOPdanmosemsft1-0/+8
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+14
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft4-44/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-7/+0
2017-02-09Rename __reserved to __clr_reserved to avoid a conflict on Android (#9402)Frederik Carlier3-3/+3
2017-02-06Android - Fix duplicate definitions of INT_MIN and PAGE_SIZE in unit tests (#...Frederik Carlier1-0/+1
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park1-3/+10
2017-01-31Use -O1 optimization for arm and armelHyung-Kyu Choi2-1/+27
2017-01-31Support cross-building CoreCLR for arm64 Android (#9173)Frederik Carlier2-15/+61
2017-01-30Fix Thread constructor with stack size argument (#9186)Koundinya Veluri8-112/+111
2017-01-27Use a constant to define the location of '/tmp' (#9150)Frederik Carlier4-12/+23
2017-01-27Support platforms where pthread is part of libc (#9154)Frederik Carlier3-10/+26
2017-01-27PAL Tests: Centralize common code (#9151)Frederik Carlier988-3035/+1018
2017-01-26Clean up PAL functions (#9149)Frederik Carlier17-368/+7
2017-01-26Implement PAL_ProbeMemory with write/read to pipe (issue #4094) (#9122)Mike McLaughlin1-33/+48
2017-01-24[x86/Linux] Fix EH Region Mismatch (#9043)Jonghyun Park3-2/+12
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 Vorlicek5-25/+0
2017-01-20Fix debugger launch race hitting breakpoints in startup code. (#8951)Mike McLaughlin1-9/+7
2017-01-21Remove PLATFORM_UNIX and FEATURE_PAL checks in PAL (#8982)Jan Vorlicek34-970/+34
2017-01-19[x86/Linux] Fix RtlRestoreContext (#8916)Jonghyun Park1-32/+15
2017-01-18Remove obsolete platforms ifdefs from PAL (#8971)Jan Vorlicek20-1272/+26
2017-01-14Check if xsave is enabled by OS before calling xgetbv in XmmYmmStateSupport (...Cesar Blum Silveira1-4/+12
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
2017-01-06Use POSIX "command" instead of non-standard "which" (#8823)Jürgen Hötzel1-13/+13
2017-01-05Use x86 crossbuild for cross-architecture component on x64-linux (#8722)Hyeongseok Oh1-11/+10
2017-01-05Use armel instead of arm-softfp (#8771)Hyung-Kyu Choi1-1/+1
2017-01-04Fix NULL string printing in printf (#8800)Jan Vorlicek28-42/+216
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek95-1743/+116
2016-12-23[Linux] Fix cross-architecture component build configuration for ARM32-target...Hyeongseok Oh2-16/+33
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 McLaughlin19-1832/+132
2016-12-17Use ExecutionPolicy ByPass to execute probe-win.ps1 script during the build (...Jan Kotas1-1/+1
2016-12-16Fix buildsystem for linux cross-architecture component build (#8646)Hyeongseok Oh1-9/+13
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-09[x86/Linux] Fix PAL unit test paltest_pal_sxs_test1 (#8522)SaeHie Park3-6/+3
2016-12-08[x86/Linux] Revise asmhelper.S using macro (#8523)Jonghyun Park1-0/+30
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek153-544/+375
2016-12-06Merge pull request #8470 from brianrob/fix_lttng_header_detectionBrian Robbins1-0/+8
2016-12-06[x86/Linux] Port PATCH_LABEL macro (#8483)Jonghyun Park1-0/+5
2016-12-06Fix building against liblttng-ust-dev 2.8+Brian Robbins1-0/+8
2016-12-04Fix several misspellings of exception and "a exception". (#8442)Jon Hanna2-2/+2
2016-12-01Fix build error in ARM64 code (#8407)Jonghyun Park1-1/+1
2016-12-01Add EXCEPTION_REGISTRATION_RECORD for x86/Linux (#8408)Jonghyun Park1-0/+5