summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2016-05-13Merge pull request #4922 from adityamandaleeka/remove_getfilenamefromsymlinkAditya Mandaleeka9-195/+103
2016-05-13Merge pull request #4813 from pgavlin/gh3058Pat Gavlin1-18/+27
2016-05-12Address code review feedback.Pat Gavlin1-1/+1
2016-05-12Chain activation signal handlers in the PAL.Pat Gavlin1-18/+27
2016-05-12Stop using SYS_delete syscall for deleting files.Aditya Mandaleeka3-63/+3
2016-05-12Add tests for file IO functions operating on symlinks.Aditya Mandaleeka4-42/+97
2016-05-11Avoid following symlinks in PAL move/delete functions.Aditya Mandaleeka4-90/+3
2016-05-11Linux/ARM: Use -O1 level to avoid segfault in release-build for Linux/ARM (#4...Geunsik Lim1-2/+11
2016-05-09Let all signals be unblocked on Unix (#4863)Jan Vorlicek4-88/+0
2016-05-04Remove O_RDWR from sem_open and better error codes on failure (#4772)Mike McLaughlin2-6/+10
2016-05-04ARM: fix stack frame management (#4641)MyungJoo Ham1-2/+10
2016-05-02Merge pull request #4637 from adityamandaleeka/synch_cleanupAditya Mandaleeka4-1153/+665
2016-05-02Merge pull request #4543 from krytarowski/netbsd-support-73Mike McLaughlin1-14/+41
2016-04-30Merge pull request #4653 from mikem8361/shimraceMike McLaughlin2-40/+78
2016-04-29Treat NetBSD like FreeBSD and OSX in PAL_VirtualUnwind() (#4551)Kamil Rytarowski1-4/+4
2016-04-29Fix issue #4298 "SIGSEGV_libcoreclr.so!Debugger::GetArgCount"Mike McLaughlin2-40/+78
2016-04-27Remove SYNCHMGR_PIPE_BASED_THREAD_BLOCKING and clean up synchmanager.Aditya Mandaleeka4-1153/+665
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-25NetBSD limits name of a semaphore to 15 characters (inc. null)Kamil Rytarowski1-14/+41
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