summaryrefslogtreecommitdiff
path: root/src/pal/src/include
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-20Fix a few bugs in named mutexesKoundinya Veluri2-1/+5
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri6-19/+431
2016-05-13Merge pull request #4922 from adityamandaleeka/remove_getfilenamefromsymlinkAditya Mandaleeka2-37/+0
2016-05-12Stop using SYS_delete syscall for deleting files.Aditya Mandaleeka1-9/+0
2016-05-11Avoid following symlinks in PAL move/delete functions.Aditya Mandaleeka2-28/+0
2016-05-09Let all signals be unblocked on Unix (#4863)Jan Vorlicek1-5/+0
2016-04-27Remove SYNCHMGR_PIPE_BASED_THREAD_BLOCKING and clean up synchmanager.Aditya Mandaleeka1-15/+4
2016-04-26Add SIGTERM handling logic that properly shuts down the EE.Aditya Mandaleeka1-0/+4
2016-04-12Use _lwp_self() in THREADSilentGetCurrentThreadId() for NetBSDKamil Rytarowski1-0/+3
2016-03-11Using StackString to improve memory consumption in Lttng EventProviderDDCloud1-2/+0
2016-03-07Merge pull request #3441 from ramarag/pal_longfileRama krishnan Raghupathy5-42/+141
2016-03-07Enabling LongFile Support in PALDDCloud5-42/+141
2016-03-05Replace all uses of __LINUX__ with the lower caseGeunsik Lim1-1/+1
2016-02-26Add documentation to environ functions.Aditya Mandaleeka1-7/+7
2016-02-26Fix all callers of environment functions.Aditya Mandaleeka1-1/+1
2016-02-26Remove usage of PALC versions of critsec functions in environ.Aditya Mandaleeka1-4/+1
2016-02-26Modify environment code to avoid unsafe environ usage.Aditya Mandaleeka1-0/+3
2016-02-26Consolidate environment code in environ.cpp.Aditya Mandaleeka2-54/+78
2016-02-26Fix the osx exception port forwarding limitations.Mike McLaughlin1-35/+19
2016-02-18Merge pull request #3219 from adityamandaleeka/twowaypipe_cleanupAditya Mandaleeka1-14/+0
2016-02-17Merge pull request #3218 from sergiy-k/niimageloadingJan Kotas1-0/+10
2016-02-17Change MAPMapPEFile to use ExecutableAllcator instead of mmap to reserve VASergiy Kuryata1-0/+10
2016-02-17Remove PAL_unlink.Aditya Mandaleeka1-14/+0
2016-02-17Merge pull request #3189 from krytarowski/netbsd-support-49Jan Kotas1-4/+4
2016-02-17Fix NetBSD build issue: Use compiler version of alloca(3) when possibleKamil Rytarowski1-4/+4
2016-02-17Merge pull request #3167 from mikem8361/tracingJan Vorlicek1-2/+2
2016-02-15Merge pull request #3149 from krytarowski/netbsd-support-41Jan Vorlicek2-4/+9
2016-02-14Fix build issue on NetBSD: Add time(3) to PALKamil Rytarowski2-4/+9
2016-02-12Fix tracing lib problems in multiple PALs. Issue #3164.Mike McLaughlin1-2/+2
2016-02-12Fix build issue on NetBSD: Include <stdlib.h> for alloca(3)Kamil Rytarowski1-4/+1
2016-02-09Add support for Floating Point registers in ucontext_t on NetBSDKamil Rytarowski1-0/+14
2016-02-07Fix build on NetBSD: Support different versions of "struct reg"Kamil Rytarowski1-32/+36
2016-02-05Merge pull request #3046 from adityamandaleeka/env_palJan Kotas1-5/+0
2016-02-05Remove InternalStrdupAditya Mandaleeka1-5/+0
2016-02-05Fix NetBSD build: Retire unneeded PAL_fpos_t and fgetpos() fsetpos()Kamil Rytarowski1-2/+0
2016-02-02Add support for NetBSD-style gregs on x86Kamil Rytarowski1-1/+42
2016-01-27Update license headersdotnet-bot48-192/+144
2016-01-26Fix OSX bps for PC-relative instructions.Mike McLaughlin3-26/+20
2016-01-15Revert old change for floating point context alignment issueAditya Mandaleeka1-2/+2
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin4-21/+22
2016-01-13Merge pull request #2640 from janvorli/fix-stack-overflowJan Kotas2-3/+19
2016-01-14Fix Unix stack overflow detectionJan Vorlicek2-3/+19
2016-01-13Merge pull request #2631 from adityamandaleeka/floatingPointCxtFixAditya Mandaleeka1-13/+13
2016-01-12Fix usage of floating point state from native contexts.Aditya Mandaleeka1-13/+13
2016-01-06Audit usage of memcpy in PAL for DebugWilliam Godbe1-0/+4