summaryrefslogtreecommitdiff
path: root/src/pal/src
AgeCommit message (Expand)AuthorFilesLines
2018-12-10Added Close On Exec Attribute for Mutex files (#21455) (#21458)Oded Hanson1-0/+2
2018-12-10Fixed bug where "DCI_NUMA" was missing from debug channel names (#21454) (#21...Oded Hanson2-0/+7
2018-11-28Improve performance of cgroup access (#21229)Jan Vorlicek3-30/+81
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar2-8/+61
2018-11-20Linux: FlushProcessWriteBuffers using membarrier when available (#20949)Tom Deseyn1-15/+82
2018-11-12LoadLibrary refactoring (#20841)Swaroop Sridhar1-40/+49
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding3-2/+66
2018-11-12Verify the application group container directory exists in Mac Sandbox (#20916)Oded Hanson1-34/+63
2018-11-09Fix typos in comments (#20908)Li Shengqiu1-1/+1
2018-11-08Fix "LTTng-UST: Error (-17) while registering..." error when debugging (20874)Mike McLaughlin1-1/+5
2018-11-06Loop-free GC rounding helpers with _BitScanReverse. (#20157)Jack Pappas1-0/+1
2018-11-06Added support for running in a sandbox on Mac (#20735)Oded Hanson9-143/+330
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding2-0/+160
2018-10-12Fix MacOS launch bug when spaces in module names. (#20385)Mike McLaughlin1-1/+4
2018-10-10Remove obslete DBG_printf_gcc, all compilers now support DBG_printf_c99 (#20338)Jonathan Marler2-233/+32
2018-10-10Fix unwind on ARM64 Linux (#20345)Jan Vorlicek1-7/+6
2018-10-09Fix issue 20261: infinite recursion for non PAL threads (#20267)Jonathan Marler1-6/+4
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise1-39/+0
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise9-18/+13
2018-10-05Synchronize access to static variable call_count (#20259)Jonathan Marler1-4/+9
2018-10-03Support building cross-architecture components on armel (#20190)Egor Chesakov1-1/+1
2018-09-25Don't check for libintl.h on Darwin (OSX) (#20094)Davis Goodin1-1/+4
2018-09-10Build Hostx86/arm32 coreclrpal when CROSSCOMPILE is "1" and Hostx64/arm32 cor...Egor Chesakov1-2/+7
2018-09-06Updating Number.Formatting to properly print -0Tanner Gooding1-0/+56
2018-09-05Don't build and publish libcoreclr libeventprovider libeventpipe as crosscomp...Egor Chesakov1-1/+1
2018-08-28Break into debugger on assertion failures (#19702)Jan Kotas1-0/+23
2018-08-22Fix a PAL spin lock issue (#19604)Koundinya Veluri1-1/+1
2018-08-19 Free the alternate signal stack if this PAL's thread allocated it. (#19539)Mike McLaughlin6-156/+155
2018-08-16Determine memory load based on cgroup usage. (#19518)Tom Deseyn1-1/+29
2018-08-14Code review feedback for the alternate stack changes (PR #19309). (#19476)Mike McLaughlin2-11/+6
2018-08-06Only register signals and create alt exception stack in coreclr. (#19309)Mike McLaughlin3-98/+173
2018-08-01Expose OSThreadId and TimeStamp on EventWrittenEventArgs (#19002)Brian Robbins1-0/+25
2018-07-19Use mcontext_t instead of sigcontext (#18983)Kai Ruhnau1-1/+1
2018-07-18Use FD_CLOEXEC instead of 1. (#18976)Jay Krell1-1/+1
2018-07-17Delete redundant broken offsetof definitions (#18947)Jan Kotas1-0/+1
2018-07-12Add prefix to DAC's PAL exports for alpine (#18873)Mike McLaughlin2-30/+28
2018-07-10Make Number.Parsing.cs BigEndian friendly (#18853)Egor Bogatov1-5/+0
2018-07-02Debug registers cannot be copied in user mode (#18730)Andrew Au1-34/+2
2018-06-28Fix alternate stack cleanup on MUSL (#18685)Jan Vorlicek1-0/+4
2018-06-28Typo (#18684)John Doe1-1/+1
2018-06-19fixes for sos on FreeBSD (#18479)Tomas Weinfurt2-35/+39
2018-06-18temporarily disable pthread based named mutexes on FreeBSD (#18480)Tomas Weinfurt1-1/+1
2018-06-18mach_absolute_time as the primary clock source on macOS (corefx#30391) (#18505)Andrey Akinshin1-20/+20
2018-06-13Fix allocation methods at few places in PAL (#18457)Jan Vorlicek3-6/+37
2018-06-05Use sysconf(_SC_NPROCESSORS_CONF) instead of sysconf(_SC_NPROCESSORS_ONLN) in...Egor Chesakov1-2/+10
2018-06-05Use WChar instead of char (#18294)Luqun Lou1-3/+3
2018-05-27Typo (#18141)John Doe2-2/+2
2018-05-24Typo (#18122)John Doe4-4/+4
2018-05-24Use sysconf(_SC_NPROCESSORS_CONF) instead of sysconf(_SC_NPROCESSORS_ONLN) (#...Egor Chesakov1-2/+2
2018-05-24Fix a variety of typos (#18096)John Doe1-1/+1