summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-27Merge pull request #1876 from stephentoub/local_reallocJan Vorlicek1-0/+9
2015-10-27Add missing exception holder to EX_TRYJan Vorlicek1-0/+19
2015-10-27Implement LocalReAlloc in PALstephentoub1-0/+9
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 Kotas1-8/+0
2015-10-13Implement CoCreateGuid using uuid_generate on UnixJan Vorlicek1-0/+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-23Implement runtime suspension for OSXJan Vorlicek1-1/+3
2015-09-18Change PAL_InjectActivation to use pthread_killJan Vorlicek1-2/+7
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 DACEugene1-0/+9
2015-09-04Fix memory leak from managed exceptionsJan Vorlicek1-0/+19
2015-08-25Merge pull request #1371 from adityamandaleeka/gcsuspension_2Aditya Mandaleeka1-0/+10
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 McLaughlin1-32/+43
2015-08-13Add support for injecting activation functions into threads.Aditya Mandaleeka1-0/+10
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-1/+185
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-5/+203
2015-07-20Fix alignment issue when converting to/from native context.Aditya Mandaleeka1-2/+5
2015-07-01Generate the dac table RVA using nm at build time.Mike McLaughlin1-26/+0
2015-06-24Fixed the PAL_Initialize* order problem.Mike McLaughlin1-9/+1
2015-06-15Fully implement dbgshim so it doesn't depend on LD_LIBRARY_PATH (issue #650).Mike McLaughlin1-2/+26
2015-06-09Remove the dependency on LD_LIBRARY_PATH in the sos code (issue #820). Uses t...Mike McLaughlin1-0/+12
2015-06-04Changes necessary to make PAL headers compatible with c++ headers,Prem Ramanathan1-97/+148
2015-06-04Initialize signal-handling thread in PAL initializationstephentoub1-2/+2
2015-05-18Ensure fallback to English resources on non-Windows platformsAditya Mandaleeka1-1/+1
2015-05-11Export OpenSemaphoreW from PALStephen Toub1-0/+8
2015-05-07Changes for building using VS2015Jan Kotas1-4/+2
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)1-0/+12
2015-04-28Delete some dead exception handling related code in the PALJan Kotas1-25/+0
2015-04-27Go back to a statically linked PAL (issue #728).Mike McLaughlin1-3/+7
2015-04-23Fixed the dac table file problem. The file name used isn't unique if there is...Mike McLaughlin1-5/+7
2015-04-22Changed the VM's hardware exception to return if not in manged code. For DAC'...Mike McLaughlin1-18/+33
2015-04-22Add few pal APIs needed for debugger code.Prem Ramanathan1-0/+15
2015-04-09Remove timezone usage from PALJan Vorlicek1-55/+0
2015-04-02Get the dbgshim module to build and enabled all the public APIs with simple/d...Mike McLaughlin1-11/+11
2015-03-26Make it possible to write stress log from a module that doesn't have statical...Eugene Zemtsov1-3/+2
2015-03-26Merge pull request #576 from janvorli/warnings-cleanupJan Kotas1-2/+5
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-2/+5
2015-03-26Define PAL_CS_NATIVE_DATA_SIZE for FreeBSD x86_64Jostein Kjonigsen1-0/+2
2015-03-25Merge pull request #543 from janvorli/native-resourcesJan Vorlicek1-0/+15
2015-03-25Propagate bindtextdomain status to the callerJan Vorlicek1-1/+1