summaryrefslogtreecommitdiff
path: root/src/pal/src/include
AgeCommit message (Expand)AuthorFilesLines
2019-10-15[Tizen] Add coreclr_preload_assembly to CoreCLR host APItizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185106submit/tizen_5.5/20191031.000006submit/tizen/20191014.221258accepted/tizen/unified/20191015.012049accepted/tizen/5.5/unified/mobile/hotfix/20201027.061818accepted/tizen/5.5/unified/20191031.004944Konstantin Baladurin3-10/+103
2019-08-07Port to 3.0 - Fix WSL alternate stack check (#25980)Jan Vorlicek1-0/+1
2019-07-19Arm32 support VFP registers context to/from native context (#25775)Steve MacLean1-0/+53
2019-07-18Arm64 support SIMD registers context to/from native context (#25757)Steve MacLean1-0/+38
2019-06-20Add custom default base address option to crossgen (#25227)Gleb Balykov1-0/+2
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-2/+2
2019-06-02Improve fatal err msg (#24390)Dan Moseley1-1/+1
2019-05-22Cache current thread ID in TLS (#24699)Leandro A. F. Pereira1-5/+12
2019-05-16Add support for invariant casing in PAL (#24597)Michal Strehovský1-0/+32
2019-05-15Delete unicode API emulator (#24581)Michal Strehovský3-113/+15
2019-03-13Move ANALYZER_NORETURN after function return type.Jan Vorlicek1-2/+1
2019-03-11Fix no-return false positives in static analyzer buildJan Vorlicek1-4/+10
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-3/+3
2019-02-01Coreclr gnuport (#22129)Sinan Kaya1-3/+3
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson1-3/+4
2018-12-10Fixed bug where "DCI_NUMA" was missing from debug channel names (#21454) (#21...Oded Hanson1-0/+3
2018-11-28Improve performance of cgroup access (#21229)Jan Vorlicek1-0/+37
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar1-7/+7
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 Hanson5-74/+109
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding1-0/+8
2018-10-10Remove obslete DBG_printf_gcc, all compilers now support DBG_printf_c99 (#20338)Jonathan Marler1-110/+17
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise1-39/+0
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise1-2/+2
2018-08-19 Free the alternate signal stack if this PAL's thread allocated it. (#19539)Mike McLaughlin2-31/+25
2018-07-12Add prefix to DAC's PAL exports for alpine (#18873)Mike McLaughlin1-3/+13
2018-06-19fixes for sos on FreeBSD (#18479)Tomas Weinfurt1-0/+7
2018-06-18temporarily disable pthread based named mutexes on FreeBSD (#18480)Tomas Weinfurt1-1/+1
2018-06-13Fix allocation methods at few places in PAL (#18457)Jan Vorlicek1-0/+16
2018-03-26Don't require all-user permissions on the temp directory for named mutexes on...Koundinya Veluri1-1/+2
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas1-4/+0
2018-03-05Delete dead code in PAL related to file locks (#16754)Jan Kotas2-126/+0
2018-02-14Implement WaitHandle.SignalAndWait on Unix (#16383)Koundinya Veluri1-1/+8
2018-02-02Fix detection of YMM registers presence (#16168)Jan Vorlicek1-4/+16
2018-01-16Update filetimes to nsec (#15872)Dan Moseley1-0/+9
2017-12-13Updating the PAL layer to support acosh, asinh, atanh, and cbrtTanner Gooding1-0/+8
2017-10-03Fix build with latest Xcode on OSX (#14282)Jan Vorlicek3-21/+9
2017-09-22Improve thread pool worker thread's spinning for work (#13921)Koundinya Veluri2-2/+4
2017-09-06Add support for building under glibc 2.26 (#13785)Omair Majid1-2/+8
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten1-45/+0
2017-08-23Enable overriding default stack size on Unix (#13517)Jan Vorlicek1-0/+2
2017-08-22Delete some dead PAL code (#13469)Justin Van Patten1-57/+0
2017-08-15Allocate FileMappingImmutableData::szFileName and CFileProcessLocalData::unix...gbalykov5-30/+61
2017-08-02[Arm64] GetLargestOnDieCacheSize (#13071)Steve MacLean1-0/+3
2017-07-25Simplify SHM-allocator (#12815)gbalykov4-266/+12
2017-07-17Create crash dump on unhandled SIGILL, SIGFPE, SIGSEGV, SIGTRAP, SIGBUS (#12842)Igor Kulaychuk1-0/+11
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-3/+3
2017-06-02Call sched_yield directly for Sleep(0) (#12063)Koundinya Veluri1-4/+0
2017-06-02fix SleepEx(0,false) on Linux (#12057)Xiangyang (Mark) Guo1-0/+4
2017-05-09Enable build on old Linux (#11414)Jan Vorlicek1-0/+10