summaryrefslogtreecommitdiff
path: root/src/pal/src/loader/module.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-15[Tizen] Add coreclr_preload_assembly to CoreCLR host APItizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185106submit/tizen_5.5/20191031.000006submit/tizen/20191014.221258accepted/tizen/unified/20191015.012049accepted/tizen/5.5/unified/mobile/hotfix/20201027.061818accepted/tizen/5.5/unified/20191031.004944Konstantin Baladurin1-4/+184
2019-10-11[Tizen] Implement detecting of sanitized librariesAndrey Drobyshev1-0/+23
2019-09-26add access(2) call before dlopening filesYaroslav Yamshchikov1-0/+9
2019-05-21Avoid PAL LoadLibrary simulator for regular PInvoke (#24669)Jan Kotas1-54/+0
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid1-52/+52
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas1-2/+2
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar1-1/+54
2018-11-12LoadLibrary refactoring (#20841)Swaroop Sridhar1-40/+49
2018-05-24Typo (#18122)John Doe1-1/+1
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