summaryrefslogtreecommitdiff
path: root/src/pal/src/include
AgeCommit message (Expand)AuthorFilesLines
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-3/+3
2017-06-02Call sched_yield directly for Sleep(0) (#12063)Koundinya Veluri1-4/+0
2017-06-02fix SleepEx(0,false) on Linux (#12057)Xiangyang (Mark) Guo1-0/+4
2017-05-09Enable build on old Linux (#11414)Jan Vorlicek1-0/+10
2017-05-08Make CoreCLR work properly under PaX's RANDMMAP (#11382)Koundinya Veluri1-4/+16
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek2-1/+40
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin1-2/+17
2017-04-08Handle SIGTERM on OSX (#10723)Koundinya Veluri1-3/+2
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park1-1/+1
2017-02-24Remove getcontext and setcontext usage (#9759)Jan Vorlicek1-6/+0
2017-02-23Android: workaround absence of getcontext/setcontext (#9725)Frederik Carlier1-0/+6
2017-02-22Improve stack overflow reporting (#9650)Jan Vorlicek2-0/+156
2017-02-17[ARM64/Unix] (#9500)Steve MacLean1-2/+1
2017-01-30Fix Thread constructor with stack size argument (#9186)Koundinya Veluri2-18/+56
2017-01-27Use a constant to define the location of '/tmp' (#9150)Frederik Carlier2-9/+20
2017-01-27Support platforms where pthread is part of libc (#9154)Frederik Carlier1-0/+2
2017-01-26Clean up PAL functions (#9149)Frederik Carlier1-0/+1
2017-01-21Remove __GNUC__ version checks (#8978)Jan Vorlicek1-4/+0
2017-01-21Remove PLATFORM_UNIX and FEATURE_PAL checks in PAL (#8982)Jan Vorlicek1-1/+1
2017-01-18Remove obsolete platforms ifdefs from PAL (#8971)Jan Vorlicek2-8/+0
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek2-60/+0
2016-12-09[x86/Linux] Fix PAL unit test paltest_pal_sxs_test1 (#8522)SaeHie Park1-0/+1
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-2/+0
2016-12-01Fix build error in ARM64 code (#8407)Jonghyun Park1-1/+1
2016-11-22[x86/Linux] Fix compilation in palSaeHie Park1-0/+6
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-11/+0
2016-11-04Remove more PAL functions (#8009)Jan Vorlicek1-1/+0
2016-10-22Fixing the StackOverflowException error message. (#4786)Vijay Ramakrishnan1-1/+1
2016-10-18Adding single-precision math functions. (#5492)Tanner Gooding1-0/+26
2016-10-17Fix memcpy undef (#7675)Jan Vorlicek1-2/+0
2016-10-04Add support for Alpine Linux (#7440)Jan Vorlicek1-0/+17
2016-09-21Fix OS X build break with AppleClang 8.0.0 (#7292)John Chen1-0/+4
2016-09-07Fix strict aliasing violation from conditional typedef of wchar_t by building...kchoi1-1/+0
2016-07-29Merge pull request #6521 from adityamandaleeka/remove_internal_freeAditya Mandaleeka2-8/+3
2016-07-28Merge pull request #6394 from adityamandaleeka/ymm_save_restoreAditya Mandaleeka1-13/+65
2016-07-28Remove CorUnix::InternalFree.Aditya Mandaleeka2-8/+3
2016-07-27Rename PCMI->pLast and other cleanup of virtual memory code.Aditya Mandaleeka1-3/+3
2016-07-21Save and restore ymm registers in signal handlers.Aditya Mandaleeka1-13/+65
2016-07-20Make PAL_SEHException smaller (#6267)Jan Vorlicek1-5/+19
2016-07-07Merge pull request #6081 from adityamandaleeka/virtual_tempAditya Mandaleeka1-5/+2
2016-07-05Named mutex: Use flock instead of pthread process-shared mutex in some more c...Koundinya Veluri1-12/+20
2016-07-02Merge pull request #6099 from adityamandaleeka/remove_virtual_ownedAditya Mandaleeka1-10/+0
2016-07-01Remove VIRTUALOwnedRegion.Aditya Mandaleeka1-10/+0
2016-06-29Remove MMAP_DOESNOT_ALLOW_REMAP.Aditya Mandaleeka1-5/+2
2016-06-28Fix Windows context to Unix context translation on AMD64 (#6027)Jan Vorlicek1-1/+1
2016-06-14Fix PAL executable allocator locking (#5770)Jan Vorlicek1-1/+1
2016-06-04Fix allocation failure handling (#5473)Jan Vorlicek1-2/+6
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding1-26/+25
2016-05-30Don't use libstdc++ wrappers for stdlib.h (#5304)Jürgen Hötzel1-0/+4
2016-05-25Fix shm directory creation for named mutexesKoundinya Veluri2-4/+25