summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2016-03-18Ported managed Utf8/Unicode encoder/decoder to C++ for usage in PALWilliam Godbe15-456/+3224
2016-03-16Remove __cdecl__ calling convention for [-Werror,-Wignored-attributes]Geunsik Lim1-1/+1
2016-03-14Merge pull request #3654 from ramarag/lttngperfRama krishnan Raghupathy1-2/+0
2016-03-11Using StackString to improve memory consumption in Lttng EventProviderDDCloud1-2/+0
2016-03-09Delete dead codeJan Kotas2-2/+0
2016-03-07Merge pull request #3441 from ramarag/pal_longfileRama krishnan Raghupathy25-1044/+992
2016-03-07Enabling LongFile Support in PALDDCloud25-1044/+992
2016-03-05Replace all uses of __LINUX__ with the lower caseGeunsik Lim11-22/+17
2016-03-04Merge pull request #3502 from myungjoo/fix/3462_arm_linux_stackJan Kotas3-15/+50
2016-03-04Merge pull request #3404 from gregg-miskelly/DbgShimFixMike McLaughlin1-1/+1
2016-03-04Fix PAL_VirtualUnwind Behavior with Clutters in PCMyungJoo Ham1-0/+1
2016-03-04Fix CMake Script for libunwind Feature CheckMyungJoo Ham2-2/+24
2016-03-04Fix Stack Unwind for ARM/LinuxMyungJoo Ham1-13/+25
2016-03-03Fix ARM build regressionBen Pye1-0/+2
2016-03-01Merge pull request #3445 from mikem8361/buildsymbolsMike McLaughlin3-7/+6
2016-03-01Enable source/line info on "release" buildsMike McLaughlin3-7/+6
2016-02-27Merge pull request #3140 from adityamandaleeka/env_palAditya Mandaleeka14-617/+775
2016-02-27Further cleanup of environment code.Aditya Mandaleeka3-68/+79
2016-02-27Merge pull request #3409 from stephentoub/stop_masking_job_signalsJan Kotas1-3/+2
2016-02-27Stop masking SIGTSTP and SIGCONTStephen Toub1-3/+2
2016-02-26DbgShim!RegisterForRuntimeStartup: Avoid extra call to callbackGregg Miskelly1-1/+1
2016-02-26Add documentation to environ functions.Aditya Mandaleeka4-25/+116
2016-02-26Fix all callers of environment functions.Aditya Mandaleeka13-77/+148
2016-02-26Remove usage of PALC versions of critsec functions in environ.Aditya Mandaleeka2-70/+60
2016-02-26Modify environment code to avoid unsafe environ usage.Aditya Mandaleeka2-247/+225
2016-02-26Consolidate environment code in environ.cpp.Aditya Mandaleeka9-512/+529
2016-02-26Fix the osx exception port forwarding limitations.Mike McLaughlin10-743/+1047
2016-02-25Reduce debugger semaphore name length.Aditya Mandaleeka1-2/+4
2016-02-22Merge pull request #3304 from andschwa/sigchldJan Kotas1-2/+3
2016-02-22Merge pull request #3248 from adityamandaleeka/twowaypipe_cleanupAditya Mandaleeka2-13/+157
2016-02-22Remove mask of SIGCHLDAndrew Schwartzmeyer1-2/+3
2016-02-22Merge pull request #3255 from juergenhoetzel/build_script_fixesJan Vorlicek1-3/+3
2016-02-22Temporarily disable paltest_pal_sxs_test1 on NetBSDKamil Rytarowski1-1/+1
2016-02-22Fix typo in the name of the paltest_getcurrentthread_test2 testKamil Rytarowski1-1/+1
2016-02-21Merge pull request #3285 from krytarowski/netbsd-support-54Jan Kotas1-3/+8
2016-02-21Fix test issue on NetBSD: Walk-around getrusage(2) implementation nitsKamil Rytarowski1-3/+8
2016-02-21Remove trailing whitespaceKamil Rytarowski3-30/+30
2016-02-21Disable not relevant tests for NetBSD: SCHED_OTHER may not be reassignableKamil Rytarowski3-5/+25
2016-02-20Merge pull request #3273 from krytarowski/netbsd-support-52Jan Kotas3-1/+18
2016-02-20Disallow setting of priority for SCHED_OTHER threads on NetBSDKamil Rytarowski3-1/+18
2016-02-20Fix misleading typoJuergen Hoetzel1-1/+1
2016-02-20Handle CMakeArgs correctlyJuergen Hoetzel1-2/+2
2016-02-19Merge pull request #2998 from ramarag/LongFileSupportRama krishnan Raghupathy2-0/+14
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy2-0/+14
2016-02-19Add PID disambiguation to debugger named semaphores.Aditya Mandaleeka2-23/+60
2016-02-18Disambiguate debug pipe names with more than just PID.Aditya Mandaleeka2-1/+108
2016-02-18Merge pull request #3219 from adityamandaleeka/twowaypipe_cleanupAditya Mandaleeka3-35/+0
2016-02-17Merge pull request #3218 from sergiy-k/niimageloadingJan Kotas3-3/+33
2016-02-17Change MAPMapPEFile to use ExecutableAllcator instead of mmap to reserve VASergiy Kuryata3-3/+33
2016-02-17Merge pull request #3215 from jkotas/arm-floatargsJan Kotas2-12/+12