summaryrefslogtreecommitdiff
path: root/src/pal/src
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 Baladurin5-113/+882
2019-10-11[Tizen] Implement detecting of sanitized librariesAndrey Drobyshev4-0/+174
2019-09-26add access(2) call before dlopening filesYaroslav Yamshchikov1-0/+9
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
2019-05-08Add generate crash dump command to diagnostics server (#24460)Mike McLaughlin1-87/+181
2019-05-07Fixing up time.cpp in the PAL (#24428)Tanner Gooding2-95/+92
2019-05-02In the PAL GetProcessTimes implement lpCreationTime using the current time re...Brian Sullivan1-10/+44
2019-05-02Unify Wformat suppression for libunwindAdeel1-9/+5
2019-04-19Large Pages on Linux & macOS (#24098)Mukul Sabharwal3-7/+40
2019-04-16Fix incorrect thread affinitization (#24045)Jan Vorlicek1-7/+2
2019-04-10Fix few issues discovered by testingJan Vorlicek1-4/+3
2019-04-10Fix RecycledLists size on UnixJan Vorlicek1-2/+3
2019-04-09Fix several issuesJan Vorlicek4-17/+11
2019-04-09Remove Unix CPU groups emulationJan Vorlicek5-811/+142
2019-04-05Fix rounding to UINT32_MAX (#23764)Ludovic Henry1-10/+3
2019-04-05Partially improve support for `--cpus` from Docker CLI (#23747)Ludovic Henry2-5/+12
2019-04-05Fix invalid use of stack memory (#23758)Aaron Robinson1-18/+16
2019-03-22Improve detection of CPU limits when running inside a ContainerLudovic Henry1-1/+11
2019-03-21Merge pull request #23321 from franksinankaya/gcc_cleanup_14Jan Vorlicek1-2/+2