summaryrefslogtreecommitdiff
path: root/src/dlls
AgeCommit message (Expand)AuthorFilesLines
2018-04-07Fix OpenVirtualProcess SIGSEGV on Linux. (#17444)Mike McLaughlin3-3/+10
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas1-1/+1
2018-03-27Enable reflection load ComImport assembly and Type.IsComObjectType (#16943)Luqun Lou2-0/+2
2018-03-19Add new ICLRDebuggingLibraryProvider2 interface for OpenVirtualProces that wo...Mike McLaughlin1-0/+1
2018-03-19Use better path (fixes #17004)Vance Morrison1-1/+1
2018-03-16This change make DacTableGen work for VS2017Vance Morrison1-1/+8
2018-03-06Add tracepointprovider.cpp directly to PAL instead of to a separate tracepoin...Brian Robbins1-5/+0
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek2-2/+1
2018-02-17delete unused mirror files (#16423)Sergey Andreenko11-11/+0
2018-02-13Fix ambiguous interface method error message (#16341)Michal Strehovský1-1/+1
2018-01-29Move TimeZoneInfo.Unix.cs to shared CoreLib partition (#16057)Jan Kotas1-36/+0
2018-01-25 Add GetLoadLibrary function for PAL & use in TrackErrorCode (#15831)William Godbe2-7/+12
2018-01-24Add "CLRJitAttachState" global export from coreclr.dll that contains the CLR_...Mike McLaughlin1-0/+3
2018-01-05Detect ByRefLike types using attribute (#15745)Jan Kotas2-2/+4
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-20/+26
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-26/+20
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-20/+26
2017-11-09Merge branch 'master' into master-mergeMichal Strehovský1-1/+1
2017-11-04[Infrastructure] Use MSBuild v15 extension point to control CL parallelism, a...Jacek Blaszczynski1-1/+1
2017-11-02Merge branch 'master' into master-mergeMichal Strehovský4-137/+1
2017-10-27Delete dead code (#14703)Jan Kotas1-54/+0
2017-10-06Delete dead code (#14365)Jan Kotas2-82/+0
2017-10-05[x86/Linux][SOS] Fix clrstack command of lldb sosplugin on x86 (#13973)Konstantin Baladurin1-1/+1
2017-09-29Merge branch 'master' into merge_masterDavid Wrighton2-2/+4
2017-09-29Enable hardware intrinsic in debug and reflectionFei Peng2-0/+2
2017-09-29Merge branch 'master' into merge_masterDavid Wrighton1-0/+1
2017-09-27Add SetThreadIdealProcessorEx PAL API (#13606)Xiangyang (Mark) Guo1-0/+1
2017-09-13Merge branch 'master' into update_from_masterDavid Wrighton3-20/+2
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 Gillespie2-13/+0
2017-08-22Delete some dead PAL code (#13469)Justin Van Patten1-1/+0
2017-08-15Implement out of context stack unwinder (#13302)Mike McLaughlin1-0/+1
2017-08-15Finalize override lookup algorithm (#12753)Yi Zhang (CLR)2-0/+4
2017-07-21Add CGroup CFS CPU limit support (#12797)Guillaume B1-0/+1
2017-07-12Improvements in the Zapper to VM interface, no longer throw exceptions across...Brian Sullivan2-10/+4
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 Veluri2-0/+5
2017-06-09Enable CPU Group on Linux AMD64 (#12140)Xiangyang (Mark) Guo1-0/+4
2017-06-05Inline YieldProcessor on Linux (#12058)Xiangyang (Mark) Guo1-1/+0
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie3-2/+8
2017-06-01gdbjit symbols exported (#11739)chunseoklee2-0/+8
2017-05-31Delete useless file (#12021)mikedn1-0/+0
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn2-0/+2
2017-05-09Fix static analysis issues (#11466)Koundinya Veluri1-1/+3
2017-05-08Make CoreCLR work properly under PaX's RANDMMAP (#11382)Koundinya Veluri1-0/+1
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-0/+6
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park1-1/+1
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-0/+1
2017-04-18Remove /RELEASE option required for device drivers (#11023)Gaurav Khanna1-0/+4
2017-04-13Ensure Environment.ExitCode works correctly after app domain unloaded. (#10842)Jim Ma3-5/+38