summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-24add yield for ARM archsubmit/tizen/20210624.073434accepted/tizen/unified/20210624.131704Woongsuk Cho1-1/+1
2020-03-25Mark Relocation Section as NotNeeded (#25715)Dong-Heon Jung1-0/+16
2020-03-25[Tizen] Add coreclr_preload_assembly to CoreCLR host APIKonstantin Baladurin1-1/+33
2020-03-25[Tizen] Implement detecting of sanitized librariesAndrey Drobyshev1-0/+8
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-0/+11
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-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-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-03-29Unify clang with GNUCSinan Kaya1-1/+9
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-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 Kaya1-1/+1
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-10Cleanup DLL exports (#22500)Jan Kotas1-6/+8
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-47/+45
2019-02-07More PAL layer cleanup for GNU and add build script support for GCC (#22369)Sinan Kaya1-4/+6
2019-02-01Coreclr gnuport (#22129)Sinan Kaya1-15/+36
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 Kotas1-18/+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)Ilia1-0/+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-07Remove mention of rotor from comments (#20297)Austin Wise1-6/+4
2018-09-20Removing BitScanReverse from pal.hTanner Gooding1-46/+0
2018-09-06Updating Number.Formatting to properly print -0Tanner Gooding1-0/+2
2018-08-28Break into debugger on assertion failures (#19702)Jan Kotas1-5/+4
2018-08-16Determine memory load based on cgroup usage. (#19518)Tom Deseyn1-1/+1
2018-08-14Code review feedback for the alternate stack changes (PR #19309). (#19476)Mike McLaughlin1-4/+2
2018-08-06Only register signals and create alt exception stack in coreclr. (#19309)Mike McLaughlin1-5/+27
2018-08-01Expose OSThreadId and TimeStamp on EventWrittenEventArgs (#19002)Brian Robbins1-0/+6
2018-07-12Add prefix to DAC's PAL exports for alpine (#18873)Mike McLaughlin1-5/+47
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas1-1/+7
2018-04-16Enable support DllImport a native assembly whose name contains '.' (#17505)Luqun Lou1-3/+6