summaryrefslogtreecommitdiff
path: root/src/pal/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-07Fix numa build break (#14370)Jan Vorlicek1-0/+2
2017-10-06Remove explicit dependency on libnuma (#14359)Jan Vorlicek1-6/+0
2017-10-03Fix broken ARM64 build (#14313)Jan Vorlicek1-1/+1
2017-10-03Fix build with latest Xcode on OSX (#14282)Jan Vorlicek13-227/+43
2017-09-27Add SetThreadIdealProcessorEx PAL API (#13606)Xiangyang (Mark) Guo1-0/+112
2017-09-22Improve thread pool worker thread's spinning for work (#13921)Koundinya Veluri6-49/+153
2017-09-19Fix rlimit setting of RLIM_NOFILE on OSX (#14054)Jan Vorlicek2-0/+11
2017-09-12Re-implemented the ecvt function. (#12894)Jim Ma1-164/+1
2017-09-06Add support for building under glibc 2.26 (#13785)Omair Majid3-2/+10
2017-08-30callsignalhandlerwrapper: improve unwinding (#13566)Konstantin Baladurin2-6/+31
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten10-1754/+0
2017-08-23Enable overriding default stack size on Unix (#13517)Jan Vorlicek3-3/+80
2017-08-22Delete some dead PAL code (#13469)Justin Van Patten5-470/+0
2017-08-21Fixing wcsstr function to account for cases where search string is longer tha...Mike Kaufman1-3/+9
2017-08-21Support docker cgroup limits (#13488)Tom Deseyn1-58/+41
2017-08-15Implement out of context stack unwinder (#13302)Mike McLaughlin3-250/+1089
2017-08-15Allocate FileMappingImmutableData::szFileName and CFileProcessLocalData::unix...gbalykov18-897/+231
2017-08-07fix callsignalhandlerwrapper(arm) (#13114)chunseoklee1-3/+4
2017-08-02[Arm64] GetLargestOnDieCacheSize (#13071)Steve MacLean3-41/+93
2017-07-25Ignore specified signal when using perf (#12436)Steve MacLean1-0/+36
2017-07-25Simplify SHM-allocator (#12815)gbalykov12-1680/+124
2017-07-21Add CGroup CFS CPU limit support (#12797)Guillaume B1-31/+180
2017-07-19fix issue 12725 (#12728)Xiangyang (Mark) Guo2-2/+8
2017-07-18Merge pull request #12748 from helloguo/NUMASupportInitializeAditya Mandaleeka1-7/+2
2017-07-17Create crash dump on unhandled SIGILL, SIGFPE, SIGSEGV, SIGTRAP, SIGBUS (#12842)Igor Kulaychuk3-37/+69
2017-07-11fix NUMASupportInitializehelloguo1-7/+2
2017-07-10fix error handlehelloguo1-12/+12
2017-07-06Pin GC threads to corresponding processors on Linux (#12486)Xiangyang (Mark) Guo1-4/+128
2017-07-05Mask INJECT_ACTIVATION_SIGNAL while on alternate signal stack.Aditya Mandaleeka1-0/+30
2017-06-29Make libnuma soft dependency (#12556)Adeel Mujahid2-51/+133
2017-06-23Add ELF program and section headers to core dump. (#12425)Mike McLaughlin1-0/+4
2017-06-23Fix systemMask on Linux (#12387)Xiangyang (Mark) Guo1-9/+14
2017-06-21Fix event, semaphore, mutex create/open to request the maximum allowe… (#12...Koundinya Veluri3-5/+55
2017-06-17Fix chained hardware exception handling on Unix (#12344)Jan Vorlicek2-3/+7
2017-06-16Fix chained hardware exception handling on Unix (#12316)Jan Vorlicek2-10/+5
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean11-113/+106
2017-06-05Inline YieldProcessor on Linux (#12058)Xiangyang (Mark) Guo4-82/+0
2017-06-02Call sched_yield directly for Sleep(0) (#12063)Koundinya Veluri4-12/+1
2017-06-02fix SleepEx(0,false) on Linux (#12057)Xiangyang (Mark) Guo4-0/+12
2017-05-31Disable inheritance of several common file descriptorsStephen Toub6-6/+28
2017-05-30Use FD_CLOEXEC instead of equivalent 1 in InternalCreatePipeStephen Toub1-2/+2
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn2-23/+19
2017-05-18pal/configure.cmake: add missing HAVE_SCHED_AFFINITY (#11711)Tom Deseyn1-0/+1
2017-05-09Stop loading crossgen-ed binaries at preferred address on Unix (#11467)Jan Vorlicek1-5/+4
2017-05-09Enable build on old Linux (#11414)Jan Vorlicek5-4/+35
2017-05-08Make CoreCLR work properly under PaX's RANDMMAP (#11382)Koundinya Veluri3-36/+219
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek1-1/+1
2017-04-26Fix thread wait to be resilient to real time clock changes on Unix (#11213)Jan Vorlicek5-18/+72
2017-04-26Fix few clang analyzer warnings (#11185)Jan Vorlicek2-4/+10
2017-04-24Add "createdump" command to SOS. (#11161)Mike McLaughlin1-2/+2