summaryrefslogtreecommitdiff
path: root/src/pal/inc
AgeCommit message (Expand)AuthorFilesLines
2019-10-11[Tizen] Implement detecting of sanitized librariesAndrey Drobyshev1-0/+8
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-0/+11
2019-05-30Frkaya/gcc fix 052919 (#24845)Sinan Kaya1-1/+1
2019-05-29Use /proc/<pid>/mem to read memory in remote DBI data target. It makes the te...Mike McLaughlin1-1/+4
2019-05-21Avoid PAL LoadLibrary simulator for regular PInvoke (#24669)Jan Kotas1-7/+0
2019-05-20Cuckoo metadata (#24498)David Wrighton2-0/+126
2019-05-17Merge pull request #24520 from am11/freebsd/set-affinityJan Vorlicek1-13/+12
2019-05-16Add support for invariant casing in PAL (#24597)Michal Strehovský1-0/+3
2019-05-15Delete unicode API emulator (#24581)Michal Strehovský1-27/+14
2019-05-11Adjust PAL_STDCPP_COMPAT to accommodate FreeBSDAdeel1-13/+12
2019-05-08Add generate crash dump command to diagnostics server (#24460)Mike McLaughlin1-0/+8
2019-05-01Copy all win32 resources (#24308)David Wrighton1-1/+2
2019-04-09Fix several issuesJan Vorlicek1-0/+5
2019-04-09Remove Unix CPU groups emulationJan Vorlicek1-137/+3
2019-04-08Add Large pages support in GCMukul Sabharwal1-0/+1
2019-04-02Move C/C++ and platform headers to pal/inc/rt/cpp folderIlia K3-0/+0
2019-03-29Unify clang with GNUCSinan Kaya2-4/+12
2019-03-18Conversion issuesSinan Kaya1-2/+2
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero1-0/+11
2019-03-11Fix no-return false positives in static analyzer buildJan Vorlicek1-0/+6
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-1/+1
2019-02-20Abstract deprecated and selectany for GCC and remove LLVM'ism where possible ...Sinan Kaya1-4/+4
2019-02-17Fix Integer Rounding issue and duplicate definition of __deref in sal.h (#22645)Sinan Kaya2-2/+2
2019-02-17Delete RtlMoveMemory and tests (#22668)Adeel Mujahid1-9/+0
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid1-85/+88
2019-02-14Gnuport cleanup 3 (#22581)Sinan Kaya2-10/+11
2019-02-10Cleanup DLL exports (#22500)Jan Kotas2-13/+15
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid4-52/+53
2019-02-07More PAL layer cleanup for GNU and add build script support for GCC (#22369)Sinan Kaya3-6/+14
2019-02-01Preserve Vector Arg registers on Arm64 (#22257)Carol Eidt1-17/+17
2019-02-01Coreclr gnuport (#22129)Sinan Kaya3-16/+47
2019-01-15On SIGTERM default to a non-zero exit code (#21300)Tom Deseyn1-1/+1
2019-01-08Fix issue #20585 createdump explicitly uses /tmp. (#21866)Mike McLaughlin1-0/+8
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas4-362/+0
2018-12-17Delete dead code (#21562)Jan Kotas1-33/+0
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson1-1/+3
2018-12-03Don't typedef intptr_t/uintptr_t when PAL_STDCPP_COMPAT is defined (#21165)Ilia2-6/+1
2018-11-28Move all the math functions undef #ifndef PAL_STDCPP_COMPAT (#21170)Ilia1-3/+3
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar1-3/+16
2018-11-12LoadLibrary refactoring (#20841)Swaroop Sridhar1-1/+6
2018-11-06Loop-free GC rounding helpers with _BitScanReverse. (#20157)Jack Pappas1-0/+49
2018-11-06Added support for running in a sandbox on Mac (#20735)Oded Hanson1-0/+7
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding1-1/+17
2018-10-31Make BitScanForward/BitScanForward64 PAL wrappers branchless. (#20412)Jack Pappas1-23/+15
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise3-92/+5
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise4-16/+7
2018-09-20Removing BitScanReverse from pal.hTanner Gooding1-46/+0
2018-09-06Updating Number.Formatting to properly print -0Tanner Gooding1-0/+2
2018-09-05[Unix|Arm64] Correct transition block for unix arm64 (#19822)Jarret Shook1-11/+11
2018-08-28Break into debugger on assertion failures (#19702)Jan Kotas1-5/+4