summaryrefslogtreecommitdiff
path: root/src/pal/src/loader/module.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-25 Add GetLoadLibrary function for PAL & use in TrackErrorCode (#15831)William Godbe1-6/+32
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-1/+1
2017-04-07Handle unsupported varargs tests on Unix gracefully. (#10794)Jim Ma1-10/+10
2017-01-30Fix Thread constructor with stack size argument (#9186)Koundinya Veluri1-3/+3
2016-07-28Remove CorUnix::InternalFree.Aditya Mandaleeka1-7/+7
2016-07-18Fix libc path for macOS El Capitan (#6302)Peter Jas1-6/+10
2016-06-24Use libc.so as default libc name (#5990)Peter Jas1-6/+2
2016-06-11Add check for gnu/lib-names.h (#5727)Peter Jas1-2/+6
2016-03-07Merge pull request #3441 from ramarag/pal_longfileRama krishnan Raghupathy1-15/+11
2016-03-07Enabling LongFile Support in PALDDCloud1-15/+11
2016-03-05Replace all uses of __LINUX__ with the lower caseGeunsik Lim1-1/+1
2016-02-26Fix all callers of environment functions.Aditya Mandaleeka1-6/+11
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-0/+1
2016-02-12Fix build issue on NetBSD: Include <stdlib.h> for alloca(3)Kamil Rytarowski1-3/+1
2016-02-05Remove InternalStrdupAditya Mandaleeka1-2/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-21NetBSD: Set proper shortAsciiName for NetBSD's libcKamil Rytarowski1-0/+2
2015-12-14PAL Module/shutdown cleanup.Mike McLaughlin1-673/+465
2015-12-08Use dbi's path to load dac and add RPATH to make files.Mike McLaughlin1-84/+100
2015-11-02Remove thread parameter from InternalMalloc/Free/New/DeleteAditya Mandaleeka1-20/+11
2015-10-22Add null checks to StackString usages.Lakshmi Priya Sekar1-1/+12
2015-10-21Merge pull request #1780 from adityamandaleeka/librarySearchPathsAditya Mandaleeka1-35/+2
2015-10-21Move prefix/suffix logic to dllimportAditya Mandaleeka1-35/+2
2015-10-21Remove new operator usage in PALJan Vorlicek1-1/+8
2015-10-20Merge pull request #1744 from Priya91/palstring-restLakshmi Priya1-11/+35
2015-10-20Fix boundary bugs on buffer lengths. Include null char in MAX_LONGPATH.Lakshmi Priya Sekar1-1/+1
2015-10-19Disable DEBUG_MESSAGES in release build of CoreCLR PALSergiy Kuryata1-16/+16
2015-10-18Use StackString in PAL file apis.Lakshmi Priya Sekar1-11/+35
2015-09-25Add AssemblyLoadContext.LoadUnmanagedDllFromPathfor use by overriders of Asse...Koundinya Veluri1-115/+290
2015-08-24Run code under long paths on UnixJeremy Kuhne1-11/+11
2015-07-16Update DllImport logic to support lack of "lib" prefixstephentoub1-21/+25
2015-06-25Some more pal init cleanup missed in #1174Mike McLaughlin1-41/+46
2015-06-25CR feedback from @janvorliMike McLaughlin1-35/+35
2015-06-24Fixed the PAL_Initialize* order problem.Mike McLaughlin1-96/+107
2015-06-15Fully implement dbgshim so it doesn't depend on LD_LIBRARY_PATH (issue #650).Mike McLaughlin1-313/+57
2015-06-09Remove the dependency on LD_LIBRARY_PATH in the sos code (issue #820). Uses t...Mike McLaughlin1-7/+90
2015-04-28PAL: Resolve libc-location build-time on FreeBSD.Jostein Kjønigsen1-1/+1
2015-04-22Changed the VM's hardware exception to return if not in manged code. For DAC'...Mike McLaughlin1-50/+34
2015-04-14Rename "CoreClrPal" to "coreclrpal"Matt Ellis1-1/+1
2015-04-14Create shared PAL module and change all the debugger modules and coreclr to u...Mike McLaughlin1-2/+10
2015-04-09Various FreeBSD fixes.Jostein Kjønigsen1-2/+4
2015-03-26Make it possible to write stress log from a module that doesn't have statical...Eugene Zemtsov1-8/+15
2015-03-22Replace PAL_GetCoreClrModuleBase() with PAL_GetPalModuleBase()Eugene Zemtsov1-46/+0
2015-03-22Make stresslog work for libraries other than CoreClr (I need it for DBI)Eugene Zemtsov1-1/+30
2015-02-06Initial Mac OSX SupportGeoff Norton1-657/+7
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2602