summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-09Improve span copy of pointers and structs containing pointers (#9999)Koundinya Veluri2-12/+112
2017-03-08Merge pull request #9956 from tannergooding/vs2017Tanner Gooding1-1/+2
2017-03-07Add scripts for building for arm Android (#9961)Frederik Carlier1-0/+3
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park18-33/+36
2017-03-06Updating the build scripts to support VS2017.Tanner Gooding1-1/+2
2017-03-03Support local stack unwinding on Android (#9940)Frederik Carlier1-8/+13
2017-03-02[x86/Linux] Fix clang 3.9 build error (#9900)Jonghyun Park2-6/+4
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 MacLean2-35/+3
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 MacLean2-3/+1
2017-02-28Add 6 byte NOP instruction.Aditya Mandaleeka1-0/+9
2017-02-28Fix cross component builderror - CMakeLists.txt for PAL (#9819)Hyeongseok Oh1-6/+10
2017-02-27[x86/Linux] 16-byte aligned Funclet Helpers (#9810)Jonghyun Park1-0/+19
2017-02-26[x86/Linux] Use _X86_ instead of _TARGET_X86_ (#9816)Jonghyun Park1-3/+3
2017-02-25Use clock_gettime(CLOCK_REALTIME) in DateTime.UtcNow (#9772)Stephen Toub1-9/+15
2017-02-24Remove optimizedtls.cpp (#9777)Aditya Mandaleeka1-237/+0
2017-02-24Remove getcontext and setcontext usage (#9759)Jan Vorlicek8-80/+47
2017-02-23[x86/Linux] Initial patch for EH funclet (#9601)Hanjoung Lee3-5/+18
2017-02-23Android: workaround absence of getcontext/setcontext (#9725)Frederik Carlier2-0/+33
2017-02-22Improve stack overflow reporting (#9650)Jan Vorlicek18-90/+810
2017-02-21Fix compilation on macOS with case sensitive FS (#9693)Mikhail Filippov1-1/+1
2017-02-17[ARM64/Unix] (#9500)Steve MacLean7-156/+235
2017-02-17[x86/Linux] Fix GetCallerSp (#9384)Jonghyun Park6-3/+10
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-1/+1
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-2919/+0
2017-02-11Inadvertent inline redundant define in paldanmosemsft1-0/+25