summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2018-09-18[Tizen] Fix gen-buildsys-clang.sh to set CLR_CMAKE_LINUX_IDHyungju Lee1-0/+3
2018-09-18[Tizen] Fix call convension for profiler wrappers with clang 5 supportPetr Bred1-3/+3
2018-09-18Fix call convension for profiler wrappers.Dmitri Botcharnikov1-3/+3
2018-09-18Revert "Launching the Memory Profiler on x86 emulator may lead to crash in co...Sergey Ignatov1-2/+0
2018-09-18Launching the Memory Profiler on x86 emulator may lead to crash in coreclr (x...Sergey Ignatov1-0/+2
2018-09-18[Tizen] Enable -O3 optimization in clang 3.8junghyuk.park1-2/+2
2018-06-28Port to 2.1: Fix alternate stack cleanup on MUSL (#18687)Jan Vorlicek1-0/+4
2018-06-26AssemblyName parsing with unicode/emoji crashes (#18309)Luqun Lou1-3/+3
2018-06-26mach_absolute_time as the primary clock source on macOS (corefx#30391) (#1850...Stephen Toub1-20/+20
2018-06-01Fix alternate stack for Alpine docker on SELinux (#17936) (#17975)kasper31-12/+6
2018-05-31Use sysconf(_SC_NPROCESSORS_CONF) instead of sysconf(_SC_NPROCESSORS_ONLN) in...Egor Chesakov1-2/+10
2018-04-14Fix random Segfaults on Ubuntu arm (#17523)Egor Chesakov1-1/+24
2018-04-11Fix cmake toolchain compile flags loop (#17380)Petr Bred1-1/+2
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas3-40/+22
2018-03-31[Arm64] Add x64_arm64 crossgen to tools packageSteve MacLean1-1/+1
2018-03-30Fix ilasm COR header (#17357)Eric StJohn1-14/+9
2018-03-31Fix remote unwind (#17351)Jan Vorlicek2-6/+15
2018-03-29Fix for incorrectly handle invalid UTF8 characters issue (#17302)Luqun Lou2-37/+62
2018-03-27Fix build without libunwind installed (#17221)Jan Vorlicek5-27/+41
2018-03-26Optionally support using the system-installed libunwind (#17164)Omair Majid2-10/+57
2018-03-26Don't require all-user permissions on the temp directory for named mutexes on...Koundinya Veluri3-4/+33
2018-03-22Remove dependency on libunwind (#17094)Jan Vorlicek777-74/+78715
2018-03-19Add new ICLRDebuggingLibraryProvider2 interface for OpenVirtualProces that wo...Mike McLaughlin1-9/+109
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas14-1182/+1
2018-03-15Fix error type check in InternalSetThreadPriority (#16959)Jan Vorlicek2-10/+37
2018-03-08Fix ensuring primary stack size (#16698)Jan Vorlicek3-8/+15
2018-03-06Add tracepointprovider.cpp directly to PAL instead of to a separate tracepoin...Brian Robbins1-9/+1
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek6-134/+31
2018-03-05Delete dead code in PAL related to file locks (#16754)Jan Kotas6-1495/+0
2018-03-05Remove flock usage from InternalCreateFile in PAL (#16752)Jan Vorlicek1-24/+0
2018-02-28Merge pull request #16657 from debayang/crypto_arm64_intrinsicsBrian Sullivan1-1/+1
2018-02-28ARM64 SHA256 Crypto intrinsics implementationDebayan Ghosh1-1/+1
2018-02-27Debugger FIFO pipes are created in TMPDIR if defined #16234 (#16452)crntn2-3/+25
2018-02-23Fix preventing memory allocation in signal handler (#16485)Jan Vorlicek1-8/+5
2018-02-20Prevent memory allocation in signal handler (#16384)mlabiuk3-18/+54
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2018-02-15sigsegv_handler: handle case when it is called on original stack (#16276)Konstantin Baladurin2-14/+28
2018-02-14Implement WaitHandle.SignalAndWait on Unix (#16383)Koundinya Veluri8-5/+607
2018-02-11Improve CMake detection on Windows when not in PATH (#16328)Jan Kotas1-2/+8
2018-02-09Debugger api to set a breakpoint on offset 0 of all methods (#16303)David Mason2-1/+92
2018-02-09Revert "Debugger api to set a breakpoint on offset 0 of all methods (#15819)"Jan Kotas1-87/+0
2018-02-08Debugger api to set a breakpoint on offset 0 of all methods (#15819)David Mason1-0/+87
2018-02-08Cleanup redundant stale COR header definition (#16261)Jan Kotas3-118/+0
2018-02-02Fix detection of YMM registers presence (#16168)Jan Vorlicek2-6/+18
2018-01-30ThrowExceptionFromContextInternal, RtlCaptureContext: fix for asan (#16074)Konstantin Baladurin4-2/+10
2018-01-26Fix FreeBSD build and update build instructions (#15998)Conrad Meyer2-0/+7
2018-01-25Fix asan false-positive errors: (#15563)Konstantin Baladurin9-3/+68
2018-01-25 Add GetLoadLibrary function for PAL & use in TrackErrorCode (#15831)William Godbe3-7/+38
2018-01-16Add missing config.h.in entry for HAVE_LIBINTL_H (#15887)Jan Vorlicek1-0/+1
2018-01-16Update filetimes to nsec (#15872)Dan Moseley6-8/+59