summaryrefslogtreecommitdiff
path: root/src/pal/inc
AgeCommit message (Expand)AuthorFilesLines
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
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