summaryrefslogtreecommitdiff
path: root/src/pal/inc
AgeCommit message (Expand)AuthorFilesLines
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
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-17Merge pull request #3215 from jkotas/arm-floatargsJan Kotas2-12/+12
2016-02-17Remove PAL_unlink.Aditya Mandaleeka1-1/+0
2016-02-17Save/restore floating point arguments in transition block on arm and arm64Jan Kotas2-12/+12
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-16Merge pull request #3195 from janvorli/fix-invalid-gcvalueJan Kotas1-1/+1
2016-02-17Merge pull request #3167 from mikem8361/tracingJan Vorlicek1-20/+0
2016-02-16Fix INVALIDGCVALUE on UnixJan Vorlicek1-1/+1
2016-02-15Merge pull request #3149 from krytarowski/netbsd-support-41Jan Vorlicek1-0/+1
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-12Fix build on NetBSD: Allow to overload definition of wchar_tKamil Rytarowski1-1/+6
2016-02-05Fix NetBSD build: Retire unneeded PAL_fpos_t and fgetpos() fsetpos()Kamil Rytarowski1-3/+0
2016-02-01Fix ReadyToRun on UnixJan Vorlicek1-1/+2
2016-01-27Update license headersdotnet-bot112-454/+337
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 McLaughlin2-20/+29
2016-01-06Audit usage of memcpy in PAL for DebugWilliam Godbe1-23/+43
2016-01-05Fix buffer overrun and _atoi64 in ildasmKyungwoo Lee2-2/+2
2015-12-24GC OS interface refactoringJan Vorlicek1-0/+1
2015-12-15Debugger transport pipe file cleanup - Part 2Mike McLaughlin1-0/+18
2015-12-14PAL Module/shutdown cleanup.Mike McLaughlin1-21/+15
2015-12-11Enable ILASM for *nixKyungwoo Lee2-1/+4
2015-12-09Disable h/w exceptions for coreclr (non-DAC) builds.Mike McLaughlin1-1/+7