summaryrefslogtreecommitdiff
path: root/src/utilcode
AgeCommit message (Expand)AuthorFilesLines
2017-08-14Added SetThreadDescription to set the unmanaged thread name (#12593)Alois-xx1-0/+39
2017-08-09Fixed issue #13282. (#13291)Mike McLaughlin1-1/+1
2017-07-31 Fill freed loader heap chunk with non-zero value (#12731)Jonghyun Park1-9/+26
2017-07-26[Arm64] Enable CPUGroupInfo (#12766)Steve MacLean1-10/+10
2017-07-21Add CGroup CFS CPU limit support (#12797)Guillaume B1-17/+28
2017-07-17Fix alignment of reads in MD5Transform. (#12800)Ruben Ayrapetyan1-1/+13
2017-07-06Fix DumpLog to be compatible with CoreRT (#12636)Jan Kotas1-1/+1
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean7-19/+52
2017-06-02Fix a bug in LoadNativeStringResource to honor the contract properly when the...Yi Zhang (CLR)2-3/+2
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn1-23/+4
2017-05-23Direct mapping of IL-assembly images that don't contain writeable sections.Ruben Ayrapetyan1-0/+31
2017-05-08Make CoreCLR work properly under PaX's RANDMMAP (#11382)Koundinya Veluri1-5/+20
2017-04-24Remove PAL FileAlignment restriction (#10959)Steve MacLean1-3/+0
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-12/+22
2017-03-311. Remove disable of C4996Rahul Kumar1-4/+0
2017-03-28Removing Unnecessary CloseBuffer callsRama Krishnan Raghupathy1-4/+1
2017-03-25Typo correction (#10482)Ofer Zelig1-2/+2
2017-03-23[Unix] runtest.sh crossgen should exit on failure (#9907)Steve MacLean1-2/+2
2017-03-17Fix overflow when computing dwWeight in CPUGroupInfo::InitCPUGroupInfoArray (...Han Lee1-3/+26
2017-03-13Merge pull request #10153 from adityamandaleeka/remove_stress_threadAditya Mandaleeka2-184/+0
2017-03-13Remove STRESS_THREAD.Aditya Mandaleeka2-184/+0
2017-03-13Work for IBC profiling with ReadyToRun imagesBrian Sullivan1-3/+3
2017-03-07[x86/linux] Fix "Undefined Reference" error in CLR release build. (#10000)ragmani1-2/+2
2017-02-28Globalization merge (#9835)Tarek Mahmoud Sayed1-3/+0
2017-02-15Remove never defined FEATURE_WIN_DB_APPCOMPATdanmosemsft1-159/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-1/+1
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-5/+0
2017-02-14Add case-insensitive String.Replace overloads (#9316)Erti-Chris Eelmaa2-6/+28
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-94/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft4-165/+5
2017-02-12Remove never defined FEATURE_COMINTEROP_TLB_SUPPORT and files that require it...danmosemsft1-221/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft5-0/+363
2017-02-10Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"danmosemsft1-0/+2
2017-02-10Remove always defined FEATURE_CORRUPTING_EXCEPTIONSdanmosemsft1-2/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft16-2872/+3
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft5-363/+0
2017-01-24Document jumpStub usage in Codeman.cppBrian Sullivan1-33/+80
2017-01-24Delete unused files (#9082)mikedn3-1077/+0
2016-12-26Remove files related to legacy build system (#8723)Robert7-253/+0
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek2-2/+2
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-1/+1
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen2-18/+20
2016-11-30Disable Windows-specific code for x86/Linux (#8371)Jonghyun Park1-1/+1
2016-11-30[x86/Linux] Add missing files in x86/Linux PAL (#8318)Jonghyun Park1-2/+2
2016-11-30Uses portable ROTATE_LEFT for x86/Linux (#8367)Jonghyun Park1-1/+1
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-2/+2
2016-11-09Disable GUI dialogs on Windows by defaultRuss Keldorph1-10/+10
2016-10-28Remove some unused PAL functions (#7873)Jan Vorlicek2-3/+3
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen3-9/+4
2016-10-10Fix buffer length usage in UTF-8 to Unicode conversion (#7540)John Chen1-3/+9