summaryrefslogtreecommitdiff
path: root/src/pal/inc
AgeCommit message (Expand)AuthorFilesLines
2015-11-02Fix handling of embedded scopes with multiple exception holdersJan Vorlicek1-5/+3
2015-10-29Merge pull request #1875 from adityamandaleeka/remove_suspensionAditya Mandaleeka1-6/+0
2015-10-27Merge pull request #1876 from stephentoub/local_reallocJan Vorlicek2-0/+10
2015-10-27Add missing exception holder to EX_TRYJan Vorlicek1-0/+19
2015-10-27Implement CoTaskMemRealloc in PALstephentoub1-0/+1
2015-10-27Implement LocalReAlloc in PALstephentoub1-0/+9
2015-10-26Remove SuspendThread and associated code.Aditya Mandaleeka1-6/+0
2015-10-22Merge pull request #1833 from kouvel/Inline2Koundinya Veluri1-71/+338
2015-10-21Move some functions to allow them to be inlined with clangKoundinya Veluri1-71/+338
2015-10-21Merge pull request #1827 from brianrob/tracinginitBrian Robbins1-0/+20
2015-10-21Initialize LTTng tracepoint provider as part of loading libcoreclr.so.Brian Robbins1-0/+20
2015-10-21Move prefix/suffix logic to dllimportAditya Mandaleeka1-0/+12
2015-10-19Delete remaining vestiges of PAL networking supportJan Kotas2-78/+0
2015-10-13Implement CoCreateGuid using uuid_generate on UnixJan Vorlicek3-5/+22
2015-10-11This enables Lttng Logging for CoreClr,Rama1-0/+1
2015-10-08Merge pull request #1688 from kouvel/LoadFromNativeSearchPathsTestStephen Toub1-0/+2
2015-10-07Merge pull request #1693 from Kagamine/correct-word-spellingJan Kotas1-4/+4
2015-10-07Add unit test for loading native library from host-provided native search pathsKoundinya Veluri1-0/+2
2015-10-07correct word spellingあまみや ゆうこ1-4/+4
2015-10-06code: Fix redefined macro warning.Peter Jas1-2/+4
2015-10-03Implement refactored Unix managed exception handlingJan Vorlicek1-0/+11
2015-10-01Add native exception filter holder.Mike McLaughlin1-12/+105
2015-09-30Merge pull request #1646 from kouvel/HeapAllocationFixKoundinya Veluri1-8/+0
2015-09-25Add AssemblyLoadContext.LoadUnmanagedDllFromPathfor use by overriders of Asse...Koundinya Veluri1-0/+13
2015-09-23Fix crossgen command line handling on UnixJan Kotas1-0/+2
2015-09-24Merge pull request #1610 from janvorli/osx-thread-suspension-activation-2Jan Vorlicek1-1/+3
2015-09-23Implement runtime suspension for OSXJan Vorlicek1-1/+3
2015-09-18Merge pull request #1588 from mikem8361/target4Mike McLaughlin1-1/+0
2015-09-18Change PAL_InjectActivation to use pthread_killJan Vorlicek1-2/+7
2015-09-17Add ICorDebugDataTarget4 to SOS.Mike McLaughlin1-1/+0
2015-09-16Remove magic number and size from HeapAlloc allocationsAditya Mandaleeka1-8/+0
2015-09-15Use out-of-proc libunwind to unwind native stack from DACEugene2-2/+9
2015-09-04Fix memory leak from managed exceptionsJan Vorlicek1-0/+19
2015-08-27Fix build regression for ARM.Ben Pye1-2/+8
2015-08-25Merge pull request #1371 from adityamandaleeka/gcsuspension_2Aditya Mandaleeka2-0/+21
2015-08-24Merge pull request #1381 from JeremyKuhne/maxpathJeremy Kuhne1-3/+8
2015-08-24Run code under long paths on UnixJeremy Kuhne1-3/+8
2015-08-22Enable gcroot and other gc related sos commands.Mike McLaughlin6-36/+60
2015-08-18Remove PAL code that has been moved to the corefx repoNick Guerrera1-52/+0
2015-08-16Remove GetFileInformation stat wrapper from PALNick Guerrera1-29/+0
2015-08-13Add macro for PUSH_CALLEE_SAVED_REGISTERS for System V AMD64Aditya Mandaleeka1-0/+11
2015-08-13Add support for injecting activation functions into threads.Aditya Mandaleeka1-0/+10
2015-08-04Add cross compilation support for ARM and ARM64.Ben Pye1-0/+11
2015-07-31Merge pull request #1285 from benpye/linux-arm-stack-unwindingJan Vorlicek3-68/+80
2015-07-31Modify unwinder to provide RtlVirtualUnwind.Ben Pye3-68/+80
2015-07-30[aarch64] Address code review feedback and disable EmitGetThreadInlined on PA...Geoff Norton1-0/+34
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton6-2/+496
2015-07-24Build fails when using binutils version 2.25.0Aurojit Panda2-4/+4
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye8-306/+777
2015-07-20Fix alignment issue when converting to/from native context.Aditya Mandaleeka1-2/+5