summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-03Remove thread parameter from file-related functionsAditya Mandaleeka9-126/+73
2015-11-02Remove thread parameter from InternalMalloc/Free/New/DeleteAditya Mandaleeka29-359/+301
2015-11-02Remove USE_SIGNALS_FOR_THREAD_SUSPENSIONAditya Mandaleeka6-273/+10
2015-10-29Merge pull request #1873 from kangaroo/arm-cleanupAditya Mandaleeka10-40/+46
2015-10-29Merge pull request #1875 from adityamandaleeka/remove_suspensionAditya Mandaleeka46-3002/+112
2015-10-28Merge pull request #1887 from dotnet-bot/from-tfsMatt Ellis1-0/+1
2015-10-28Expose Environment.Exit in mscorlib.dll.Pallavi Taneja1-0/+1
2015-10-28[arm] Fix context accessor function namingGeoff Norton4-16/+16
2015-10-28Merge pull request #1882 from bryanar/pr1-test-fixBryan P. Arant1-0/+1
2015-10-28Fix for run-only pr1 tests.Bryan Arant1-0/+1
2015-10-27Merge pull request #1876 from stephentoub/local_reallocJan Vorlicek5-0/+49
2015-10-27Merge pull request #1878 from janvorli/fix-ex-tryJan Vorlicek2-4/+37
2015-10-27Add missing exception holder to EX_TRYJan Vorlicek2-4/+37
2015-10-27[arm] Fix the debug build as wellGeoff Norton2-2/+2
2015-10-27Implement CoTaskMemRealloc in PALstephentoub3-0/+7
2015-10-27[arm] Clean up a few places where the arm build has bit rottedGeoff Norton7-29/+35
2015-10-27Implement LocalReAlloc in PALstephentoub3-0/+42
2015-10-27Merge pull request #1868 from JohnChen0/crossgen-linuxJohn Chen1-1/+1
2015-10-26Remove SuspendThread and SetThreadContext PAL tests.Aditya Mandaleeka22-1679/+0
2015-10-26Remove unneeded includes and error in threadsusp.cppAditya Mandaleeka1-13/+0
2015-10-26Remove THREADMarkDiagnostic and its uses.Aditya Mandaleeka6-81/+2
2015-10-26Remove THREADHandleSuspendNative and THREADHandleResumeNativeAditya Mandaleeka2-187/+0
2015-10-26Set dwSuspendCount when resuming in pipe caseAditya Mandaleeka1-4/+3
2015-10-26Disable USE_SIGNALS_FOR_THREAD_SUSPENSIONAditya Mandaleeka1-2/+2
2015-10-26Make InjectActivationInternal on OS X use platform thread suspensionAditya Mandaleeka1-18/+9
2015-10-26Remove InternalSuspendThreadFromData and IsSuspensionStateSafeAditya Mandaleeka5-293/+7
2015-10-26Remove dwUnsafeRegionCount and dwSuspCountAditya Mandaleeka2-46/+2
2015-10-26Remove SuspendThread and associated code.Aditya Mandaleeka5-288/+44
2015-10-26Remove unused function IsAssertShutdownSafeAditya Mandaleeka2-17/+0
2015-10-26Remove unused function PROCCondemnOtherThreadsAditya Mandaleeka2-47/+0
2015-10-26Remove PROCSuspendOtherThreadsAditya Mandaleeka3-117/+13
2015-10-26Remove Enter/LeaveUnsafeRegionAditya Mandaleeka10-217/+20
2015-10-26Disable apithreadstress when STRESS_THREAD is not enabledAditya Mandaleeka2-0/+17
2015-10-26Merge pull request #1862 from LLITCHEV/Issue1831Lubomir Litchev1-4/+26
2015-10-26Fix a CrossGen assert on LinuxJohn Chen1-1/+1
2015-10-25Merge pull request #1229 from benpye/fix-complus-case-docsMatt Ellis4-18/+18
2015-10-25Merge pull request #1867 from dotnet-bot/from-tfsJan Kotas1-1/+1
2015-10-25Fix for a build break. The gtNewOperNode is not a member of Lowering, but of ...Lubomir Litchev1-1/+1
2015-10-25Merge pull request #1866 from dotnet-bot/from-tfsMatt Ellis1-1/+1
2015-10-25Merge pull request #1851 from ellismg/icu-remove-c-plus-plusMatt Ellis8-503/+716
2015-10-25Fix build break.Matt Ellis1-1/+1
2015-10-24Merge pull request #1861 from dotnet-bot/from-tfsMatt Ellis2-5/+19
2015-10-23Fixed the bug described in GH issue 1831.Lubomir Litchev1-4/+26
2015-10-23Merge pull request #1857 from ramarag/testhygieneRama krishnan Raghupathy5-13/+20
2015-10-23Test Cleanup:Rama Krishnan Raghupathy5-13/+20
2015-10-23Merge pull request #1818 from gkhanna79/Fix1774Gaurav Khanna4-28/+88
2015-10-23Cleanup CMakeLists.txtMatt Ellis2-20/+27
2015-10-23Fix spelling issuesMatt Ellis1-2/+2
2015-10-23Address a messaging nit.Gaurav Khanna1-1/+4
2015-10-23Fix issue 1774Gaurav Khanna4-27/+84