summaryrefslogtreecommitdiff
path: root/src/dlls/mscoree/mscorwks_unixexports.src
AgeCommit message (Expand)AuthorFilesLines
2020-03-25[Tizen] Add coreclr_preload_assembly to CoreCLR host APIKonstantin Baladurin1-0/+1
2020-03-25[Tizen] Partially revert a6292a6.Mikhail Kurinnoi1-0/+39
2019-06-10Switch P/Invokes into libcoreclr for the PAL to QCalls (#25055)Jeremy Koritzinsky1-39/+0
2019-02-10Cleanup DLL exports (#22500)Jan Kotas1-13/+1
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas1-2/+0
2018-09-28Enable BSTR Marshaling Support for x-plat PInvoke (#19766)Luqun Lou1-0/+2
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek1-1/+0
2018-01-29Move TimeZoneInfo.Unix.cs to shared CoreLib partition (#16057)Jan Kotas1-36/+0
2017-09-27Add SetThreadIdealProcessorEx PAL API (#13606)Xiangyang (Mark) Guo1-0/+1
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten1-6/+0
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-2/+0
2017-08-22Delete some dead PAL code (#13469)Justin Van Patten1-1/+0
2017-07-06Pin GC threads to corresponding processors on Linux (#12486)Xiangyang (Mark) Guo1-0/+1
2017-06-21Fix event, semaphore, mutex create/open to request the maximum allowe… (#12...Koundinya Veluri1-0/+3
2017-06-09Enable CPU Group on Linux AMD64 (#12140)Xiangyang (Mark) Guo1-0/+4
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-0/+3
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn1-0/+1
2017-04-13Ensure Environment.ExitCode works correctly after app domain unloaded. (#10842)Jim Ma1-0/+1
2016-10-25Making MemoryFailPoint functional on xplatRama Krishnan Raghupathy1-0/+1
2016-06-03Limit exports on debugger modules. (#5442)Mike McLaughlin1-3/+0
2016-01-24Fix build breaks and ensure GetComputerNameW is included in mscorlib.Lakshmi Priya Sekar1-0/+1
2015-12-14PAL Module/shutdown cleanup.Mike McLaughlin1-2/+1
2015-12-07Enable ildasm for *nixKyungwoo Lee1-0/+6
2015-11-06Remove EnterCriticalSection / LeaveCriticalSection exports that are not neededCagri1-2/+0
2015-11-05Merge pull request #1841 from caslan/supportforBSTRYi Zhang (CLR)1-0/+3
2015-11-04Remove SetConsoleCtrlHandler from Unix PALstephentoub1-1/+0
2015-10-27Implement CoTaskMemRealloc in PALstephentoub1-0/+1
2015-10-27Implement LocalReAlloc in PALstephentoub1-0/+1
2015-10-23Add EnterCriticalSection / LeaveCriticalSection exports to libcoreclrCagri1-0/+2
2015-10-22Add support for BSTRs on UnixCagri (Charlie) Aslan1-0/+3
2015-09-25Add new exports to get expression evaluator working in clrdbgCagri1-0/+2
2015-08-18Remove PAL code that has been moved to the corefx repoNick Guerrera1-4/+0
2015-08-16Remove GetFileInformation stat wrapper from PALNick Guerrera1-2/+0
2015-08-07Add GetCurrentThreadId to the Linux/Unix exports from coreclr.Mike McLaughlin1-0/+1
2015-07-16Extend the Unix hosting APIJan Vorlicek1-9/+24
2015-06-19Enable bpmd command even unjitted functions work.Mike McLaughlin1-0/+2
2015-06-09Remove the dependency on LD_LIBRARY_PATH in the sos code (issue #820). Uses t...Mike McLaughlin1-0/+2
2015-05-30Add missing EnsureOpenSslInitialized to the export list of coreclrJan Vorlicek1-0/+1
2015-05-29Limit the libcoreclr.so exports to the required minimumJan Vorlicek1-0/+79