summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
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-07-03Remove legacy resource value (PrivateBuild) in binaries. (#25560)Aaron Robinson2-12/+6
2019-06-29Fix a mutex abandon case with WaitHandle.WaitAll in the PAL (#25452)Koundinya Veluri1-2/+6
2019-06-26Delegate inspection API in the DBI (#25362)Juan Hoyos4-17/+119
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 formatnoahfalk5-12/+83
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky3-23/+23
2019-06-06Fix tmp dir in configure.cmake (#25003)Jan Vorlicek1-3/+4
2019-06-05APIs to allow profilers to use DoStackSnapShot on Linux (#24968)David Mason2-0/+17
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 Koritzinsky3-6/+6
2019-06-02Improve fatal err msg (#24390)Dan Moseley1-1/+1
2019-05-30Frkaya/gcc fix 052919 (#24845)Sinan Kaya1-1/+1
2019-05-29Use /proc/<pid>/mem to read memory in remote DBI data target. It makes the te...Mike McLaughlin2-1/+16
2019-05-29Add COMPlus_LTTng environment variable (#24733)John Salem1-5/+17
2019-05-29Refactor native build to remove the compiler-override files (#23897)Jeremy Koritzinsky7-95/+12
2019-05-28Fix initial thread affinity on Linux (#24801)Jan Vorlicek4-9/+51
2019-05-23Diagnostics IPC (#24582)John Salem1-0/+4
2019-05-23Re-enable queryperformancecounter PAL test (#11291)Jan Vorlicek2-1/+1
2019-05-23Profiler attach over the diagnostics pipe (#24670)David Mason1-1965/+1868
2019-05-22Add EnumerateRefs API and remove GetObjectReferences (#24542)Mukul Sabharwal1-1887/+1888
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 Kotas2-61/+0
2019-05-21Add header check for atomic_ops.hAdeel2-0/+4
2019-05-20Cuckoo metadata (#24498)David Wrighton2-0/+126
2019-05-17Merge pull request #24520 from am11/freebsd/set-affinityJan Vorlicek2-13/+16
2019-05-16Add support for invariant casing in PAL (#24597)Michal Strehovský6-0/+2576
2019-05-16Delete iswxdigit test (#24608)Michal Strehovský5-97/+0
2019-05-15Delete unicode API emulator (#24581)Michal Strehovský11-15446/+37
2019-05-15Making crossgen throw when compiling with the PartialNgen flag and no IBC dat...Fadi Hanna2-0/+2
2019-05-13Profiler API to request ReJIT with inliners (#24461)David Mason3-1875/+1899
2019-05-11Adjust PAL_STDCPP_COMPAT to accommodate FreeBSDAdeel2-13/+16
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky7-2/+247
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 McLaughlin2-87/+189
2019-05-07Fixing up time.cpp in the PAL (#24428)Tanner Gooding2-95/+92
2019-05-06Add option to only notify profiler of LOH allocations (#24291)Mukul Sabharwal1-1/+12
2019-05-03Use our local-built instances of tools from Microsoft.DotNet.BuildTools.CoreC...Jeremy Koritzinsky1-1/+1