summaryrefslogtreecommitdiff
path: root/src/pal/inc
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-29Fix phantom TEXTREL in libcoreclr.so (#8347)Jan Vorlicek2-2/+2
2016-11-25Enable field EndAddress only for AMD64 in PAL of RUNTIME_FUNCTION (#8305)SaeHie Park1-0/+2
2016-11-24[x86/Linux] Fix unsupported architecture in seh-unwind.cpp (#8262)SaeHie Park1-0/+7
2016-11-23[x86/linux] Fix redefined DISPATCHER_CONTEXT compile error (#8246)SaeHie Park1-1/+19
2016-11-22[x86/Linux] Fix compilation in palSaeHie Park1-0/+12
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek5-1581/+20
2016-11-04Remove more PAL functions (#8009)Jan Vorlicek2-119/+2
2016-10-28Remove some unused PAL functions (#7873)Jan Vorlicek3-57/+0
2016-10-18Adding single-precision math functions. (#5492)Tanner Gooding1-0/+27
2016-09-07Fix strict aliasing violation from conditional typedef of wchar_t by building...kchoi5-2/+13
2016-08-16Makes FCallMemcpy unwindable (#6753)Jonghyun Park1-0/+4
2016-08-11Prepare jit source for clang-tidyMichelle McDaniel1-1/+1
2016-07-28Merge pull request #6394 from adityamandaleeka/ymm_save_restoreAditya Mandaleeka1-0/+2
2016-07-25Linux/ARM: Fix +3000 bus errors of unit-test in case of O2/O3 levels (#6379)Geunsik Lim1-3/+7
2016-07-21Save and restore ymm registers in signal handlers.Aditya Mandaleeka1-0/+2
2016-07-20Make PAL_SEHException smaller (#6267)Jan Vorlicek1-23/+67
2016-06-23Add braces to avoid operator priority confusion (#5964)Jan Kotas2-5/+5
2016-06-16Remove end labels from regular asm procs on Unix (#5777)Jan Vorlicek4-12/+21
2016-06-10Fix rethrow of managed exception from native code (#5697)Jan Vorlicek1-4/+15
2016-06-03Added JIT_Stelem_Ref helper function for Linux (#5390)Xiangyang (Mark) Guo1-0/+9
2016-06-03Fix CFI annotation of AMD64 assembler helpers on Unix (#5446)Jan Vorlicek1-0/+2
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding1-21/+20
2016-05-27Fix the named semaphore leak on OSX (and Linux) (#5269)Mike McLaughlin1-11/+4
2016-05-27Fix debuggertests failures OSX. (#5267)Mike McLaughlin1-1/+2
2016-05-26Fix for clrstack after bpmd (#5051)chunseoklee1-0/+1
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri1-0/+6
2016-05-17Put SIGTERM registration behind a PAL initialization flag.Aditya Mandaleeka1-5/+6
2016-05-04Remove O_RDWR from sem_open and better error codes on failure (#4772)Mike McLaughlin1-0/+1
2016-05-04ARM: fix stack frame management (#4641)MyungJoo Ham1-2/+10
2016-04-29Fix issue #4298 "SIGSEGV_libcoreclr.so!Debugger::GetArgCount"Mike McLaughlin1-0/+7
2016-04-26Add SIGTERM handling logic that properly shuts down the EE.Aditya Mandaleeka1-0/+7
2016-04-22Fixes various SOS problems and issues.Mike McLaughlin1-0/+1
2016-04-15Merge pull request #3240 from krytarowski/netbsd-support-50Jan Kotas1-0/+1
2016-04-15ARM/Linux: Mark r0-r3 SavedMyungJoo Ham1-0/+1
2016-04-14Fix potential deadlock when calling ExecutionManager::IsManagedCodeJan Vorlicek1-1/+1
2016-04-14Fix possibility of deadlock in the SIGSEGV handlerJan Vorlicek1-1/+3
2016-04-13Fix issue unveiled on NetBSD: Add PAL__vsnprintf shadow in PALKamil Rytarowski1-0/+1
2016-04-12Fix hardware exception handling in native code on BSDJan Vorlicek1-0/+7
2016-04-06Fix Linux-ARM Broken Stack InfoMyungJoo Ham1-3/+6
2016-03-23Implement GenericPInvokeCalliHelper on ARMManu1-8/+20
2016-03-07Merge pull request #3441 from ramarag/pal_longfileRama krishnan Raghupathy2-285/+321
2016-03-07Enabling LongFile Support in PALDDCloud2-285/+321
2016-03-05Replace all uses of __LINUX__ with the lower caseGeunsik Lim2-5/+5
2016-03-03Fix ARM build regressionBen Pye1-0/+2
2016-02-22Merge pull request #3248 from adityamandaleeka/twowaypipe_cleanupAditya Mandaleeka1-0/+7
2016-02-19Merge pull request #2998 from ramarag/LongFileSupportRama krishnan Raghupathy1-0/+13
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-0/+13