summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
AgeCommit message (Expand)AuthorFilesLines
2016-11-24[x86/Linux] Fix unsupported architecture in seh-unwind.cpp (#8262)SaeHie Park1-0/+7
2016-11-22[x86/Linux] Fix compilation in palSaeHie Park1-0/+12
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-3/+14
2016-11-04Remove more PAL functions (#8009)Jan Vorlicek1-59/+2
2016-10-28Remove some unused PAL functions (#7873)Jan Vorlicek1-8/+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...kchoi1-0/+1
2016-08-11Prepare jit source for clang-tidyMichelle McDaniel1-1/+1
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-10Fix rethrow of managed exception from native code (#5697)Jan Vorlicek1-4/+15
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-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-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-03-07Merge pull request #3441 from ramarag/pal_longfileRama krishnan Raghupathy1-285/+5
2016-03-07Enabling LongFile Support in PALDDCloud1-285/+5
2016-03-05Replace all uses of __LINUX__ with the lower caseGeunsik Lim1-3/+3
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
2016-02-19Add PID disambiguation to debugger named semaphores.Aditya Mandaleeka1-2/+2
2016-02-18Disambiguate debug pipe names with more than just PID.Aditya Mandaleeka1-0/+7
2016-02-18Merge pull request #3219 from adityamandaleeka/twowaypipe_cleanupAditya Mandaleeka1-1/+0
2016-02-17Remove PAL_unlink.Aditya Mandaleeka1-1/+0
2016-02-17Merge pull request #3189 from krytarowski/netbsd-support-49Jan Kotas1-5/+0
2016-02-17Fix NetBSD build issue: Use compiler version of alloca(3) when possibleKamil Rytarowski1-5/+0
2016-02-17Merge pull request #3167 from mikem8361/tracingJan Vorlicek1-20/+0
2016-02-14Fix build issue on NetBSD: Add time(3) to PALKamil Rytarowski1-0/+1
2016-02-12Fix tracing lib problems in multiple PALs. Issue #3164.Mike McLaughlin1-20/+0
2016-02-05Fix NetBSD build: Retire unneeded PAL_fpos_t and fgetpos() fsetpos()Kamil Rytarowski1-3/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-26Fix exception in PreStubWorkerJan Vorlicek1-0/+16
2016-01-22Add a comment from where comes the PAL_CS_NATIVE_DATA_SIZE valueKamil Rytarowski1-0/+2
2016-01-22NetBSD: Define PAL_CS_NATIVE_DATA_SIZE for few NetBSD platformsKamil Rytarowski1-0/+14
2016-01-22Sort the definitions of PAL_CS_NATIVE_DATA_SIZE by platforms and archsKamil Rytarowski1-11/+11
2016-01-20Merge pull request #2706 from adityamandaleeka/gc_stressSergiy Kuryata1-0/+7
2016-01-15Add support for GCStress 0xC.Aditya Mandaleeka1-0/+7
2016-01-15Revert old change for floating point context alignment issueAditya Mandaleeka1-5/+2
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin1-20/+27