summaryrefslogtreecommitdiff
path: root/src/pal/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-07fix dwarf-based unwinding to the end of stacksubmit/tizen_5.5_wearable_hotfix/20201030.060217accepted/tizen/5.5/unified/wearable/hotfix/20201103.003343tizen_5.5accepted/tizen_5.5_unified_wearable_hotfixYaroslav Yamshchikov1-1/+1
2020-10-07Revert "[Tizen] Fix crash on accessing 0x0 while unwinding (#287)"Yaroslav Yamshchikov1-3/+1
2020-06-30[Tizen] Fix crash on accessing 0x0 while unwinding (#287)이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자1-1/+3
2020-06-04[Tizen] Enable ASan annotation of passing to native code buffersAndrey Kazmin1-2/+45
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek2-4/+0
2020-03-25[Tizen] Reduce arm_phdr_cb call overheadJUNG DONG-HEON3-1/+48
2020-03-25Handle glibc sys/sysctl.h deprecation (#27048)Omair Majid1-2/+5
2020-03-25Mark Relocation Section as NotNeeded (#25715)Dong-Heon Jung3-0/+91
2020-03-25[Tizen] Add coreclr_preload_assembly to CoreCLR host APIKonstantin Baladurin5-113/+882
2020-03-25[Tizen] Implement detecting of sanitized librariesAndrey Drobyshev4-0/+174
2020-03-25add access(2) call before dlopening filesYaroslav Yamshchikov1-0/+9
2020-01-16[automated] Merge branch 'release/3.0' => 'release/3.1' (#28002)dotnet-maestro-bot1-1/+7
2020-01-14Revert CPU clipping in the presence of CPU quota to 3.0, 2.x behavior.Vladimir Sadov1-0/+6
2020-01-14Port to 3.1 - Fix VirtualMemoryLogging::logRecords overflow (#27958)Jan Vorlicek1-4/+4
2020-01-14Port to 3.1 - Fix getting affinity set on MUSL on Jetson TX2 (#27957)Jan Vorlicek1-2/+1
2019-10-14Fix available memory extraction on Linux (#26764) (#26938)agoretsky1-12/+71
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek4-32/+88
2019-09-22Do not clip CPU count when CPU quota is used. (#26153) (#26806)Jan Kotas1-6/+0
2019-08-19arm64 out of proc unwind for DAC (#26156)Mike McLaughlin1-10/+69
2019-08-07Port to 3.0 - Fix WSL alternate stack check (#25980)Jan Vorlicek2-5/+27
2019-07-19Arm32 support VFP registers context to/from native context (#25775)Steve MacLean2-0/+79
2019-07-18Arm32 restore d8-d15 in ThrowExceptionFromContextInternal (#25777)Steve MacLean1-12/+21
2019-07-18Arm64 restore d8-d15 in ThrowExceptionFromContextInternal (#25743)Steve MacLean1-0/+12
2019-07-18Arm64 support SIMD registers context to/from native context (#25757)Steve MacLean2-0/+60
2019-07-18Arm64 Fix Rtl*Context (#25745)Steve MacLean2-5/+5
2019-07-04Fix dotnet-dump/createdump launch failure (#25562)Mike McLaughlin1-1/+2
2019-06-29Fix a mutex abandon case with WaitHandle.WaitAll in the PAL (#25452)Koundinya Veluri1-2/+6
2019-06-21Fix OSX floating point state extraction (#25295)Jan Vorlicek2-159/+66
2019-06-20Add custom default base address option to crossgen (#25227)Gleb Balykov4-1/+32
2019-06-17Enable running SIGSEGV handler on non-alternate stack (#25196)Jan Vorlicek1-3/+27
2019-06-17Replace 'assert' with '_ASSERTE' (#25177)Andy Hanson1-1/+1
2019-06-11Use pread() to read DOS/NT headers when mapping PE files (#25059)Leandro A. F. Pereira1-14/+2
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk4-12/+72
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky1-11/+11
2019-06-06Fix tmp dir in configure.cmake (#25003)Jan Vorlicek1-3/+4
2019-06-05Fix PAL_GetLogicalProcessorCacheSizeFromOS on mac (#24777)Andy Hanson3-0/+18
2019-06-05Use Modern CMake features instead of CMAKE_CXX_FLAGS (#24861)Jeremy Koritzinsky1-3/+3
2019-06-02Improve fatal err msg (#24390)Dan Moseley1-1/+1
2019-05-29Use /proc/<pid>/mem to read memory in remote DBI data target. It makes the te...Mike McLaughlin1-0/+12
2019-05-29Add COMPlus_LTTng environment variable (#24733)John Salem1-5/+17
2019-05-28Fix initial thread affinity on Linux (#24801)Jan Vorlicek4-9/+51
2019-05-22Cache current thread ID in TLS (#24699)Leandro A. F. Pereira1-5/+12
2019-05-21Avoid PAL LoadLibrary simulator for regular PInvoke (#24669)Jan Kotas1-54/+0
2019-05-21Add header check for atomic_ops.hAdeel2-0/+4
2019-05-17Merge pull request #24520 from am11/freebsd/set-affinityJan Vorlicek1-0/+4
2019-05-16Add support for invariant casing in PAL (#24597)Michal Strehovský5-0/+2573
2019-05-15Delete unicode API emulator (#24581)Michal Strehovský10-15419/+23
2019-05-11Adjust PAL_STDCPP_COMPAT to accommodate FreeBSDAdeel1-0/+4
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky5-1/+205
2019-05-09Fix memory leak in PAL_GenerateCoreDump (#24503)Mike McLaughlin1-11/+24