summaryrefslogtreecommitdiff
path: root/src/pal/src/config.h.in
AgeCommit message (Expand)AuthorFilesLines
2019-06-05Fix PAL_GetLogicalProcessorCacheSizeFromOS on mac (#24777)Andy Hanson1-0/+1
2019-05-28Fix initial thread affinity on Linux (#24801)Jan Vorlicek1-0/+1
2019-04-19Large Pages on Linux & macOS (#24098)Mukul Sabharwal1-0/+2
2019-01-15On SIGTERM default to a non-zero exit code (#21300)Tom Deseyn1-1/+0
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding1-0/+2
2018-03-22Remove dependency on libunwind (#17094)Jan Vorlicek1-2/+1
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek1-2/+0
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 Moseley1-0/+1
2017-12-13[Arm64/Linux] PAL_GetJitCpuCapabilityFlags() (#15447)Steve MacLean1-0/+1
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-09Enable build on old Linux (#11414)Jan Vorlicek1-0/+2
2017-04-26Fix thread wait to be resilient to real time clock changes on Unix (#11213)Jan Vorlicek1-0/+1
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-0/+5
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/+3
2017-01-27Support platforms where pthread is part of libc (#9154)Frederik Carlier1-0/+1
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-1/+0
2016-07-07Merge pull request #6081 from adityamandaleeka/virtual_tempAditya Mandaleeka1-1/+0
2016-07-05Named mutex: Use flock instead of pthread process-shared mutex in some more c...Koundinya Veluri1-0/+1
2016-06-29Remove MMAP_DOESNOT_ALLOW_REMAP.Aditya Mandaleeka1-1/+0
2016-06-24Use libc.so as default libc name (#5990)Peter Jas1-2/+0
2016-06-11Add check for gnu/lib-names.h (#5727)Peter Jas1-0/+2
2016-06-11Add check for sys/sysctl.h (#5726)Peter Jas1-0/+1
2016-06-06Remove MMAP_IGNORES_HINT.Aditya Mandaleeka1-1/+0
2016-05-27Fix the named semaphore leak on OSX (and Linux) (#5269)Mike McLaughlin1-1/+3
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri1-0/+1
2016-04-27Remove SYNCHMGR_PIPE_BASED_THREAD_BLOCKING and clean up synchmanager.Aditya Mandaleeka1-1/+0
2016-03-04Fix CMake Script for libunwind Feature CheckMyungJoo Ham1-0/+2
2016-02-20Disallow setting of priority for SCHED_OTHER threads on NetBSDKamil Rytarowski1-0/+1
2016-02-12Fix build issue on NetBSD: Include <stdlib.h> for alloca(3)Kamil Rytarowski1-1/+0
2016-02-07Fix build on NetBSD: Support different versions of "struct reg"Kamil Rytarowski1-0/+1
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-31NetBSD doesn't ship with <machine/npx.h>.Kamil Rytarowski1-0/+2
2016-01-31NetBSD defines _lwp_self(2) in <lwp.h>Kamil Rytarowski1-0/+1
2016-01-29NetBSD defines VM_MAXUSER_ADDRESS in <machine/vmparam.h>Kamil Rytarowski1-0/+1
2016-01-22Retire unused Asian LOCALE_NAMEKamil Rytarowski1-4/+0
2015-12-10Use CLOCK_MONOTONIC_COARSE in GetTickCount64Stephen Toub1-0/+1
2015-12-05Remove usage of getcontextBen Pye1-2/+0
2015-12-04Implemented GetCurrentProcessorNumber and HasGetCurrentProcessorNumberWilliam Godbe1-0/+1
2015-11-20Implemented QueryThreadCycleTime (time.cpp) & GetThreadTimes (thread.cpp) for...William Godbe1-0/+1
2015-11-02Remove USE_SIGNALS_FOR_THREAD_SUSPENSIONAditya Mandaleeka1-1/+0
2015-10-19Disable DEBUG_MESSAGES in release build of CoreCLR PALSergiy Kuryata1-2/+0
2015-10-13Implement CoCreateGuid using uuid_generate on UnixJan Vorlicek1-0/+2
2015-09-29Fix HeapReAlloc to return a non-null pointer for a requested size of zero bytesKoundinya Veluri1-1/+0