summaryrefslogtreecommitdiff
path: root/src/pal/inc
AgeCommit message (Expand)AuthorFilesLines
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
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-10Merge pull request #19344 from adityamandaleeka/aa64_vm_callconv_changesAditya Mandaleeka1-0/+1
2018-08-09Update DynamicHelper for Unix to match Win.Aditya Mandaleeka1-0/+1
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 Kotas2-2/+8
2018-04-16Enable support DllImport a native assembly whose name contains '.' (#17505)Luqun Lou1-3/+6
2018-04-16[Arm64] Add memory barrier after interlocked operations (#17595)Koundinya Veluri1-18/+62
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas3-866/+0
2018-03-08Fix ensuring primary stack size (#16698)Jan Vorlicek1-1/+2
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek2-7/+4
2018-02-27Debugger FIFO pipes are created in TMPDIR if defined #16234 (#16452)crntn1-1/+1
2018-02-20Prevent memory allocation in signal handler (#16384)mlabiuk1-2/+6
2018-02-14Implement WaitHandle.SignalAndWait on Unix (#16383)Koundinya Veluri2-0/+10
2018-02-08Cleanup redundant stale COR header definition (#16261)Jan Kotas3-118/+0
2018-01-25 Add GetLoadLibrary function for PAL & use in TrackErrorCode (#15831)William Godbe1-0/+5
2017-12-13Updating the PAL layer to support acosh, asinh, atanh, and cbrtTanner Gooding1-0/+12
2017-12-13[Arm64/Linux] PAL_GetJitCpuCapabilityFlags() (#15447)Steve MacLean1-0/+13
2017-12-11fix CoreCLR build errors with clang5.0. (#15477)Sergey Andreenko1-0/+1
2017-10-06undef NULL to fix compilation problems on FreeBSD after 08d39dd. (#14341)Tomas Weinfurt1-4/+0
2017-09-27Add SetThreadIdealProcessorEx PAL API (#13606)Xiangyang (Mark) Guo1-0/+9
2017-09-26Remove Monitor asm helpers (#14146)Koundinya Veluri1-33/+5
2017-09-22Improve thread pool worker thread's spinning for work (#13921)Koundinya Veluri1-0/+7
2017-09-12Re-implemented the ecvt function. (#12894)Jim Ma1-1/+46
2017-08-30callsignalhandlerwrapper: improve unwinding (#13566)Konstantin Baladurin1-1/+0
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten2-218/+0
2017-08-22Delete some dead PAL code (#13469)Justin Van Patten1-25/+0
2017-08-15Implement out of context stack unwinder (#13302)Mike McLaughlin1-5/+2
2017-08-15Allocate FileMappingImmutableData::szFileName and CFileProcessLocalData::unix...gbalykov1-13/+0