summaryrefslogtreecommitdiff
path: root/src/pal/src
AgeCommit message (Expand)AuthorFilesLines
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-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-03-31Fix remote unwind (#17351)Jan Vorlicek2-6/+15
2018-03-29Fix for incorrectly handle invalid UTF8 characters issue (#17302)Luqun Lou1-11/+36
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-19Delete unused downlevel globalization support (#17022)Jan Kotas3-119/+1
2018-03-15Fix error type check in InternalSetThreadPriority (#16959)Jan Vorlicek1-8/+6
2018-03-08Fix ensuring primary stack size (#16698)Jan Vorlicek2-7/+13
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 Vorlicek4-127/+27
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)crntn1-2/+24
2018-02-23Fix preventing memory allocation in signal handler (#16485)Jan Vorlicek1-8/+5
2018-02-20Prevent memory allocation in signal handler (#16384)mlabiuk2-16/+48
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 Veluri3-5/+165
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 Godbe2-7/+33
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
2018-01-16Fix one missing check for NULL after malloc (#15877)Jan Vorlicek1-16/+27
2018-01-15Fix mismatch between new and free in numa.cpp (#15870)Jan Vorlicek1-25/+47
2018-01-15Fix Android build (#15868)Jan Vorlicek2-10/+11
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-5/+9
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-9/+5
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-5/+9
2017-12-13Updating the PAL layer to support acosh, asinh, atanh, and cbrtTanner Gooding2-0/+85
2017-12-13[Arm64/Linux] PAL_GetJitCpuCapabilityFlags() (#15447)Steve MacLean4-0/+135
2017-12-07Don't change SIGINT/SIGQUIT handling when they are set to SIG_IGN (#15393)Tom Deseyn1-4/+20
2017-10-07Fix numa build break (#14370)Jan Vorlicek1-0/+2
2017-10-06Remove explicit dependency on libnuma (#14359)Jan Vorlicek1-6/+0
2017-10-03Fix broken ARM64 build (#14313)Jan Vorlicek1-1/+1
2017-10-03Fix build with latest Xcode on OSX (#14282)Jan Vorlicek13-227/+43
2017-09-27Add SetThreadIdealProcessorEx PAL API (#13606)Xiangyang (Mark) Guo1-0/+112
2017-09-22Improve thread pool worker thread's spinning for work (#13921)Koundinya Veluri6-49/+153