summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas1-823/+0
2018-03-08Fix ensuring primary stack size (#16698)Jan Vorlicek1-1/+2
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek1-7/+1
2018-02-27Debugger FIFO pipes are created in TMPDIR if defined #16234 (#16452)crntn1-1/+1
2018-02-20Prevent memory allocation in signal handler (#16384)mlabiuk1-2/+6
2018-02-14Implement WaitHandle.SignalAndWait on Unix (#16383)Koundinya Veluri1-0/+9
2018-01-25 Add GetLoadLibrary function for PAL & use in TrackErrorCode (#15831)William Godbe1-0/+5
2017-12-13Updating the PAL layer to support acosh, asinh, atanh, and cbrtTanner Gooding1-0/+12
2017-12-13[Arm64/Linux] PAL_GetJitCpuCapabilityFlags() (#15447)Steve MacLean1-0/+13
2017-12-11fix CoreCLR build errors with clang5.0. (#15477)Sergey Andreenko1-0/+1
2017-10-06undef NULL to fix compilation problems on FreeBSD after 08d39dd. (#14341)Tomas Weinfurt1-4/+0
2017-09-27Add SetThreadIdealProcessorEx PAL API (#13606)Xiangyang (Mark) Guo1-0/+9
2017-09-26Remove Monitor asm helpers (#14146)Koundinya Veluri1-33/+5
2017-09-22Improve thread pool worker thread's spinning for work (#13921)Koundinya Veluri1-0/+7
2017-09-12Re-implemented the ecvt function. (#12894)Jim Ma1-1/+46
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten1-211/+0
2017-08-22Delete some dead PAL code (#13469)Justin Van Patten1-25/+0
2017-08-15Implement out of context stack unwinder (#13302)Mike McLaughlin1-5/+2
2017-08-15Allocate FileMappingImmutableData::szFileName and CFileProcessLocalData::unix...gbalykov1-13/+0
2017-07-25Ignore specified signal when using perf (#12436)Steve MacLean1-0/+5
2017-07-21Add CGroup CFS CPU limit support (#12797)Guillaume B1-0/+5
2017-07-06Pin GC threads to corresponding processors on Linux (#12486)Xiangyang (Mark) Guo1-0/+8
2017-06-21Fix event, semaphore, mutex create/open to request the maximum allowe… (#12...Koundinya Veluri1-8/+31
2017-06-13[Arm64/Unix] Implement YieldProcessor() (#12229)Steve MacLean1-0/+2
2017-06-05Inline YieldProcessor on Linux (#12058)Xiangyang (Mark) Guo1-1/+12
2017-05-08Make CoreCLR work properly under PaX's RANDMMAP (#11382)Koundinya Veluri1-0/+8
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek1-0/+6
2017-04-24[x86/Linux] Remove unnecessary ResumeEsp field (#11167)Jonghyun Park1-2/+0
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-0/+155
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin1-2/+5
2017-04-05Merge pull request #10615 from brianrob/profilerBrian Robbins1-0/+6
2017-04-03Basic EventPipe functionality that supports writing sample profile events to ...Brian Robbins1-0/+6
2017-03-311. Remove disable of C4996Rahul Kumar1-12/+0
2017-03-22memory limit in containers on linuxrahul1-1/+10
2017-03-02[x86/Linux] Initial filter support (#9820)Jonghyun Park1-0/+9
2017-02-17[x86/Linux] Fix GetCallerSp (#9384)Jonghyun Park1-0/+1
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park1-3/+10
2017-01-26Clean up PAL functions (#9149)Frederik Carlier1-0/+1
2017-01-24[x86/Linux] Fix EH Region Mismatch (#9043)Jonghyun Park1-0/+9
2017-01-23Remove PALAPI attribute from PAL Callback (#9075)Jonghyun Park1-2/+2
2017-01-23[x86/Linux] Enable FEATURE_EH_FUNCLETS (#8889)Jonghyun Park1-1/+1
2017-01-21Remove PLATFORM_UNIX and FEATURE_PAL checks in PAL (#8982)Jan Vorlicek1-23/+1
2017-01-18Remove obsolete platforms ifdefs from PAL (#8971)Jan Vorlicek1-788/+4
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-2/+2
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek1-6/+0
2016-12-21Remove FEATURE_BLC_FORMATTING (#8699)Jan Vorlicek1-27/+0
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-19/+7
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-4/+1
2016-11-30[x86/Linux] Add missing files in x86/Linux PAL (#8318)Jonghyun Park1-15/+15
2016-11-25Enable field EndAddress only for AMD64 in PAL of RUNTIME_FUNCTION (#8305)SaeHie Park1-0/+2