summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2016-07-07Merge pull request #6081 from adityamandaleeka/virtual_tempAditya Mandaleeka4-220/+60
2016-07-06Merge pull request #6130 from rahku/crossgenRahul Kumar1-19/+17
2016-07-06Fix incremental build problem for cross-componentsRahul Kumar1-19/+17
2016-07-05Named mutex: Use flock instead of pthread process-shared mutex in some more c...Koundinya Veluri4-49/+248
2016-07-05One of the flags MAP_SHARED or MAP_PRIVATE has to be specified. MAP_PRIVATE s...Viacheslav Nikolaev1-2/+2
2016-07-02Merge pull request #6099 from adityamandaleeka/remove_virtual_ownedAditya Mandaleeka2-30/+1
2016-07-01Remove VIRTUALOwnedRegion.Aditya Mandaleeka2-30/+1
2016-06-29Remove MMAP_DOESNOT_ALLOW_REMAP.Aditya Mandaleeka4-178/+20
2016-06-29Clean up ReserveVirtualMemory.Aditya Mandaleeka1-42/+40
2016-06-28Fix Windows context to Unix context translation on AMD64 (#6027)Jan Vorlicek2-4/+3
2016-06-24Use libc.so as default libc name (#5990)Peter Jas3-20/+2
2016-06-23Add braces to avoid operator priority confusion (#5964)Jan Kotas2-5/+5
2016-06-19Remove the corner cases from sscanf test (#5873)Peter Jas2-2/+0
2016-06-17Use LEAF_END_MARKED instead of LEAF_END for ARM64 debugbreak.S (#5850)Jonghyun Park1-1/+1
2016-06-17Use LEAF_END_MARKED instead of LEAF_END for DBG_DebugBreak (#5847)Jonghyun Park1-1/+1
2016-06-16Remove end labels from regular asm procs on Unix (#5777)Jan Vorlicek5-13/+22
2016-06-14Add missing inttypes header for musl-libc (#5729)Peter Jas7-6/+10
2016-06-14Link libintl in case of Alpine (#5731)Peter Jas1-0/+15
2016-06-14Fix PAL executable allocator locking (#5770)Jan Vorlicek3-14/+8
2016-06-12Partial revert "Fix problem with virtual memory commit in OOM scenario on Lin...Jan Kotas1-0/+10
2016-06-11Add check for gnu/lib-names.h (#5727)Peter Jas3-2/+14
2016-06-11Check for unavailable cache-size macro (#5728)Peter Jas1-2/+7
2016-06-11Typedef __ptrace_request for musl-libc (#5730)Peter Jas1-0/+4
2016-06-11Add check for sys/sysctl.h (#5726)Peter Jas2-0/+2
2016-06-10Fix rethrow of managed exception from native code (#5697)Jan Vorlicek1-4/+15
2016-06-09ARM/Linux Regression Fix of Exception Handling (#5596)MyungJoo Ham1-6/+1
2016-06-08Merge pull request #5589 from adityamandaleeka/sleep_return_type_confusionAditya Mandaleeka1-36/+21
2016-06-09Fix problem with virtual memory commit in OOM scenario on Linux (#5609)Jan Vorlicek1-9/+1
2016-06-08Linux/ARM: Revert -O1 to -O3 for Linux/ARM Release Build. (#5598)Geunsik Lim1-11/+4
2016-06-07Fix backwards compatibility bug: RC2 dbgshim debugging RTM runtime (#5593)Mike McLaughlin1-2/+2
2016-06-07Fix confused uses of return value of InternalSleepEx.Aditya Mandaleeka1-36/+21
2016-06-06Remove MMAP_IGNORES_HINT.Aditya Mandaleeka3-473/+3
2016-06-04Linux/ARM: Adding rpath for shared library of exception_handling.pal_sxs.test...Geunsik Lim1-0/+9
2016-06-04Fix allocation failure handling (#5473)Jan Vorlicek2-4/+11
2016-06-03Added JIT_Stelem_Ref helper function for Linux (#5390)Xiangyang (Mark) Guo1-0/+9
2016-06-03Limit exports on debugger modules. (#5442)Mike McLaughlin1-4/+3
2016-06-03Fix CFI annotation of AMD64 assembler helpers on Unix (#5446)Jan Vorlicek1-0/+2
2016-06-02Fixing an error in PAL_pow that caused it to return an incorrect value for a ...Tanner Gooding3-21/+70
2016-06-02Fix details for CoreCLR binaryGaurav Khanna1-1/+1
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding81-2098/+2623
2016-06-01Merge pull request #5365 from kouvel/NamedMutexTestsKoundinya Veluri2-160/+345
2016-06-01Add named mutex stress testsKoundinya Veluri1-134/+313
2016-06-01Fix handle leak when creating or opening named mutex failsKoundinya Veluri1-26/+32
2016-06-01ARM/Linux: Fix Exception Handler PAL Test Fail (#5360)MyungJoo Ham1-2/+2
2016-05-30Merge pull request #5087 from myungjoo/fix/4859/janvorli_suggestionJan Kotas2-1/+6
2016-05-30Don't use libstdc++ wrappers for stdlib.h (#5304)Jürgen Hötzel1-0/+4
2016-05-30ARM: Remove workaround no more requiredMyungJoo Ham1-1/+0
2016-05-30ARM/THUMB PC Least Bit Set for Range CheckMyungJoo Ham1-0/+6
2016-05-27Fix the named semaphore leak on OSX (and Linux) (#5269)Mike McLaughlin4-163/+252
2016-05-27Merge pull request #5257 from Priya91/failingtestSergiy Kuryata2-1/+4