summaryrefslogtreecommitdiff
path: root/src/dlls/mscordac
AgeCommit message (Expand)AuthorFilesLines
2019-05-29Use /proc/<pid>/mem to read memory in remote DBI data target. It makes the te...Mike McLaughlin1-0/+3
2019-05-15Delete unicode API emulator (#24581)Michal Strehovský1-2/+0
2019-04-12Fix OSX debugging (#23924)Jan Vorlicek1-0/+4
2019-04-09Fix several issuesJan Vorlicek1-1/+0
2019-02-19Fix CLRDataCreateInstance export. This was breaking SOS. (#22701)Mike McLaughlin2-19/+3
2019-02-07Cleanup LLVM assumption (#22456)Sinan Kaya1-2/+2
2019-01-08Fix issue #20585 createdump explicitly uses /tmp. (#21866)Mike McLaughlin1-0/+1
2018-10-17make coreclr buildable on FreeBSD again (#20459)Tomas Weinfurt1-2/+2
2018-08-28Break into debugger on assertion failures (#19702)Jan Kotas1-0/+1
2018-07-12Add prefix to DAC's PAL exports for alpine (#18873)Mike McLaughlin4-174/+243
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek1-1/+1
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2017-11-04[Infrastructure] Use MSBuild v15 extension point to control CL parallelism, a...Jacek Blaszczynski1-1/+1
2017-08-15Implement out of context stack unwinder (#13302)Mike McLaughlin1-0/+1
2017-07-21Add CGroup CFS CPU limit support (#12797)Guillaume B1-0/+1
2017-06-21Fix event, semaphore, mutex create/open to request the maximum allowe… (#12...Koundinya Veluri1-0/+2
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 Gillespie1-1/+0
2017-05-31Delete useless file (#12021)mikedn1-0/+0
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn1-0/+1
2017-05-08Make CoreCLR work properly under PaX's RANDMMAP (#11382)Koundinya Veluri1-0/+1
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-0/+1
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin1-0/+4
2017-03-07Fix incremental build of mscordaccore (#9982)Jan Vorlicek1-9/+24
2017-03-01Cleanup (#9892)Jan Kotas1-0/+0
2017-01-24Delete unused files (#9082)mikedn1-10/+0
2016-12-26Remove files related to legacy build system (#8723)Robert2-163/+0
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek1-2/+2
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-0/+1
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-0/+1
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-4/+6
2016-11-09Fix missing exports in mscordaccore.so (#8058)Jan Vorlicek1-1/+7
2016-11-04Remove more PAL functions (#8009)Jan Vorlicek1-2/+2
2016-06-23Build the GC as part of its own CMake target (#5932)Sean Gillespie1-0/+1
2016-06-03Limit exports on debugger modules. (#5442)Mike McLaughlin2-11/+205
2016-04-26This has following changes:Rahul Kumar1-8/+1
2016-04-18enable build of cross target components.Rahul Kumar1-1/+1
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin1-4/+1
2016-03-04Fixup CRT linkages for uCRTGaurav Khanna1-0/+8
2016-02-14Add more CMake sugar for NetBSDKamil Rytarowski1-2/+2
2016-01-27Update license headersdotnet-bot3-13/+9
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
2015-06-08Build, Windows: Use Config instead of Build TypeHadi Brais1-7/+1
2015-06-07build,win: Enables Whole Program Optimization.Hadi Brais1-1/+6
2015-05-18Ensure fallback to English resources on non-Windows platformsAditya Mandaleeka1-0/+1
2015-05-02Fixed PAL thread allocation stack overflow.Mike McLaughlin1-1/+1
2015-04-17Add missing MIT license headersJan Vorlicek1-5/+4
2015-04-14Rename "CoreClrPal" to "coreclrpal"Matt Ellis1-1/+1
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-2/+2
2015-02-20Fix SOS command to not break the OSX build, and be linkable against apples LL...Geoff Norton1-8/+10