summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2016-04-26Add SIGTERM handling logic that properly shuts down the EE.Aditya Mandaleeka5-58/+170
2016-04-25Merge pull request #4460 from parjong/fix/issue_4404Jan Vorlicek1-27/+31
2016-04-25ARM: Fix compile error for unw usage with clang-3.8SaeHie Park1-3/+4
2016-04-25Renames UpdateUnwindContextWithWinContextJonghyun Park1-6/+4
2016-04-22Merge pull request #4532 from mikem8361/sosfixesMike McLaughlin1-0/+1
2016-04-22Fixes various SOS problems and issues.Mike McLaughlin1-0/+1
2016-04-22Merge pull request #4466 from krytarowski/netbsd-support-70Jan Vorlicek1-2/+91
2016-04-22Implement CorUnix::GetThreadTimesInternal() for NetBSD-7.0Kamil Rytarowski1-2/+91
2016-04-21Fix heap corruption in CPalSynchronizationManager::DoMonitorProcesses (#4454)Gregg Miskelly3-6/+25
2016-04-22Style fix: Merges two #ifdef blocksJonghyun Park1-2/+0
2016-04-21Fix dbgshim race conditionsMike McLaughlin1-105/+131
2016-04-21Uses initialized unw_context_t instead of uninitialized oneJonghyun Park1-24/+32
2016-04-18enable build of cross target components.Rahul Kumar4-7/+13
2016-04-18Merge pull request #4373 from krytarowski/netbsd-support-67Jan Kotas2-293/+15
2016-04-18Implement GetProcessIdDisambiguationKey() for NetBSDKamil Rytarowski1-0/+37
2016-04-16Merge pull request #4357 from krytarowski/netbsd-support-63Jan Vorlicek2-0/+35
2016-04-16NetBSD: Assume GNU GCC compatible va_list in Clang/LLVMKamil Rytarowski2-293/+15
2016-04-15Merge pull request #4372 from krytarowski/netbsd-support-66Aditya Mandaleeka1-3/+1
2016-04-16The RAND_MAX value can vary by platformKamil Rytarowski1-3/+1
2016-04-16NetBSD: Add support for PAL_IsDebuggerPresent()Kamil Rytarowski2-0/+35
2016-04-15Merge pull request #4140 from myungjoo/implement/4040Jan Vorlicek3-54/+86
2016-04-15Merge pull request #3240 from krytarowski/netbsd-support-50Jan Kotas4-37/+19
2016-04-15Merge pull request #4338 from pgavlin/AddJit32BuildPat Gavlin1-6/+7
2016-04-15Implement StartUnwindingNativeFrames Linux/ARMMyungJoo Ham3-54/+86
2016-04-15Merge pull request #4260 from myungjoo/fix/4259Jan Vorlicek1-0/+3
2016-04-15ARM/Linux: Mark r0-r3 SavedMyungJoo Ham1-0/+1
2016-04-14Make it possible to build JIT32 in the OSS tree.Pat Gavlin1-6/+7
2016-04-14Fix potential deadlock when calling ExecutionManager::IsManagedCodeJan Vorlicek3-3/+3
2016-04-14Fix possibility of deadlock in the SIGSEGV handlerJan Vorlicek4-186/+85
2016-04-13Fix issue unveiled on NetBSD: Add PAL__vsnprintf shadow in PALKamil Rytarowski4-37/+19
2016-04-12Merge pull request #4292 from janvorli/hw-exceptions-changeJan Vorlicek7-8/+117
2016-04-12Fix hardware exception handling in native code on BSDJan Vorlicek7-8/+117
2016-04-12ARM: fix build warning for unw usageMyungJoo Ham1-0/+3
2016-04-12Merge pull request #4280 from krytarowski/netbsd-support-59Jan Vorlicek1-0/+3
2016-04-12Use _lwp_self() in THREADSilentGetCurrentThreadId() for NetBSDKamil Rytarowski1-0/+3
2016-04-11Merge pull request #4157 from chuckries/masterAditya Mandaleeka1-1/+1
2016-04-10Merge pull request #3990 from myungjoo/testing/fix3856Jan Kotas1-3/+6
2016-04-07Fix error return in getPathChuck Ries1-1/+1
2016-04-06Add error logging to 4 PAL tests that fail periodically on OSXwtgodbe4-21/+55
2016-04-06Merge pull request #4078 from joperezr/AddVersioningInOpenBuildsJose Perez Rodriguez1-0/+4
2016-04-06Adding Common versioning to managed and Native components of coreclrJose Perez Rodriguez1-0/+4
2016-04-06Fix Linux-ARM Broken Stack InfoMyungJoo Ham1-3/+6
2016-04-05For Issue #3785 Arm Soft FP support: arguments and return values are passed i...Andrey Kvochko1-0/+3
2016-03-30Merge pull request #3981 from manu-silicon/contextJan Kotas1-11/+13
2016-03-31Fix RtlRestoreContextManu1-11/+13
2016-03-29Fix ReadMemory AV.Mike McLaughlin1-1/+1
2016-03-28Fix stat file parsing to handle executable names with spaces.Aditya Mandaleeka1-3/+9
2016-03-24Merge pull request #3900 from jkotas/legacynetcfJan Kotas2-96/+0
2016-03-25Fix ARM/Unwind: explicitly mark the end of stackMyungJoo Ham1-3/+3
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas2-96/+0