summaryrefslogtreecommitdiff
path: root/src/pal/src/configure.cmake
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Add support for building under glibc 2.26 (#13785)Omair Majid1-0/+1
2017-08-22Delete some dead PAL code (#13469)Justin Van Patten1-1/+0
2017-05-31Disable inheritance of several common file descriptorsStephen Toub1-0/+1
2017-05-18pal/configure.cmake: add missing HAVE_SCHED_AFFINITY (#11711)Tom Deseyn1-0/+1
2017-05-09Enable build on old Linux (#11414)Jan Vorlicek1-0/+19
2017-04-26Fix thread wait to be resilient to real time clock changes on Unix (#11213)Jan Vorlicek1-0/+3
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-0/+11
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin1-0/+1
2017-04-07Add reporting swap file size to GlobalMemoryStatusEx on Unix (#10700)Jan Vorlicek1-0/+25
2017-03-22Removing the special handling in classlibnative for atan2(±∞, ±∞) and p...Tanner Gooding1-3/+3
2017-01-27Support platforms where pthread is part of libc (#9154)Frederik Carlier1-10/+23
2016-12-06Fix building against liblttng-ust-dev 2.8+Brian Robbins1-0/+8
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-1/+0
2016-09-30Explicitly specify feature test macro for glibc earlier than 2.19 (#7397)RimashMohomed1-1/+1
2016-07-07Merge pull request #6081 from adityamandaleeka/virtual_tempAditya Mandaleeka1-28/+0
2016-07-05Named mutex: Use flock instead of pthread process-shared mutex in some more c...Koundinya Veluri1-0/+189
2016-06-29Remove MMAP_DOESNOT_ALLOW_REMAP.Aditya Mandaleeka1-28/+0
2016-06-24Use libc.so as default libc name (#5990)Peter Jas1-12/+0
2016-06-11Add check for gnu/lib-names.h (#5727)Peter Jas1-0/+6
2016-06-11Add check for sys/sysctl.h (#5726)Peter Jas1-0/+1
2016-06-06Remove MMAP_IGNORES_HINT.Aditya Mandaleeka1-41/+0
2016-06-02Fixing an error in PAL_pow that caused it to return an incorrect value for a ...Tanner Gooding1-1/+19
2016-05-27Fix the named semaphore leak on OSX (and Linux) (#5269)Mike McLaughlin1-2/+74
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri1-0/+35
2016-03-04Fix CMake Script for libunwind Feature CheckMyungJoo Ham1-2/+22
2016-02-20Disallow setting of priority for SCHED_OTHER threads on NetBSDKamil Rytarowski1-0/+5
2016-02-14Prefer BSD uuid over libuuidKamil Rytarowski1-1/+10
2016-02-12Fix build issue on NetBSD: Include <stdlib.h> for alloca(3)Kamil Rytarowski1-1/+0
2016-02-07Merge pull request #3073 from krytarowski/netbsd-support-36Jan Kotas1-1/+1
2016-02-07Make missing libunwind fatal on NetBSDKamil Rytarowski1-1/+1
2016-02-07Fix build on NetBSD: Support different versions of "struct reg"Kamil Rytarowski1-0/+2
2016-02-05Detect libunwind features allowing LLVMs libunwind to be usedBen Pye1-0/+2
2016-02-02Merge pull request #2941 from krytarowski/netbsd-support-19Jan Kotas1-0/+1
2016-02-02Fix build on NetBSD: Introduce check for pthread_getcpuclockid(3)Kamil Rytarowski1-0/+1
2016-02-02Add support for NetBSD-style gregs on x86Kamil Rytarowski1-0/+1
2016-01-31Merge pull request #2939 from krytarowski/netbsd-support-17Jan Kotas1-0/+2
2016-01-31Merge pull request #2938 from krytarowski/netbsd-support-16Jan Kotas1-0/+1
2016-01-31NetBSD doesn't ship with <machine/npx.h>.Kamil Rytarowski1-0/+2
2016-01-31Introduce central location for turning FEATURE_EVENT_TRACE on/offJan Kotas1-1/+1
2016-01-31NetBSD defines _lwp_self(2) in <lwp.h>Kamil Rytarowski1-0/+1
2016-01-28Merge pull request #2906 from krytarowski/netbsd-support-12Jan Kotas1-1/+1
2016-01-29NetBSD defines VM_MAXUSER_ADDRESS in <machine/vmparam.h>Kamil Rytarowski1-0/+1
2016-01-29Stop setting for NetBSD -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809LKamil Rytarowski1-1/+1
2016-01-23Merge pull request #2800 from krytarowski/netbsd-support-8Jan Kotas1-1/+1
2016-01-22NetBSD: CHAR_BIT as defined by POSIX in limits.hKamil Rytarowski1-1/+1
2016-01-22NetBSD: Detect copysign(3) properly on NetBSD inside the math libraryKamil Rytarowski1-0/+2
2016-01-22Retire unused Asian LOCALE_NAMEKamil Rytarowski1-15/+0
2016-01-21NetBSD: Add new target in src/pal/src/configure.cmake for NetBSDKamil Rytarowski1-2/+21
2016-01-01Fixed issue where files in /opt/local/include on SunOSJonathan Taylor1-1/+23
2015-12-10Use CLOCK_MONOTONIC_COARSE in GetTickCount64Stephen Toub1-0/+13