summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2016-09-07Fix strict aliasing violation from conditional typedef of wchar_t by building...kchoi2093-1377/+1390
2016-09-01Revert "Avoid using 'which' for verifying prereqs"Jan Kotas1-47/+45
2016-08-31Avoid using 'which' for verifying prereqs (#6994)Aditya Mandaleeka1-45/+47
2016-08-29Fix file descriptor leak on PAL_IsDebuggerPresent (#6958)Oguz Bastemur1-0/+2
2016-08-24Merge pull request #6883 from gkhanna79/WinArm32Gaurav Khanna1-1/+1
2016-08-24Update build to optionally configure with nmakeMichelle McDaniel1-0/+2
2016-08-23Initial commit to build Win32 Arm CoreCLRGaurav Khanna1-1/+1
2016-08-16Makes FCallMemcpy unwindable (#6753)Jonghyun Park1-0/+4
2016-08-12Fix exception filter getter for native frames (#6723)Sasha Semennikov1-1/+1
2016-08-11Prepare jit source for clang-tidyMichelle McDaniel1-1/+1
2016-08-05Fix invalid checks for CONTEXT_XSTATE (#6621)Jan Vorlicek1-2/+2
2016-07-29Merge pull request #6521 from adityamandaleeka/remove_internal_freeAditya Mandaleeka22-153/+139
2016-07-28Merge pull request #6394 from adityamandaleeka/ymm_save_restoreAditya Mandaleeka9-38/+153
2016-07-28Remove CorUnix::InternalFree.Aditya Mandaleeka22-153/+139
2016-07-28Also clear CONTEXT_XSTATE if fpregs aren't available.Aditya Mandaleeka1-8/+11
2016-07-28Add extended state to RtlRestoreContextAditya Mandaleeka2-3/+35
2016-07-27Add in-memory logging for virtual memory operations.Aditya Mandaleeka1-2/+141
2016-07-27Rename PCMI->pLast and other cleanup of virtual memory code.Aditya Mandaleeka2-60/+54
2016-07-25Linux/ARM: Fix +3000 bus errors of unit-test in case of O2/O3 levels (#6379)Geunsik Lim1-3/+7
2016-07-25Arm64: DebuggerRama Krishnan Raghupathy1-6/+38
2016-07-25Fix offset to VectorRegister in i386/asmconstants.h.Aditya Mandaleeka1-1/+1
2016-07-21Save and restore ymm registers in signal handlers.Aditya Mandaleeka8-29/+109
2016-07-21Remove include of <utility> from seh.cpp (#6359)Jan Vorlicek2-3/+32
2016-07-20Make PAL_SEHException smaller (#6267)Jan Vorlicek8-113/+298
2016-07-18Fix libc path for macOS El Capitan (#6302)Peter Jas1-6/+10
2016-07-12active exception regression fix (#6117)chunseoklee1-0/+6
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