summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2015-11-17Merge pull request #2049 from stephentoub/uuid_generate_randomJan Kotas1-3/+3
2015-11-17Enable CLANG sanitizers for native debug buildsSteve Harter1-0/+2
2015-11-14Use uuid_generate_random instead of uuid_generate in CoCreateGuidstephentoub1-3/+3
2015-11-13Remove an unsafe memory write in HeapFreeJohn Chen1-2/+0
2015-11-12Fix Thread.Start while debugging bug on OSX.Mike McLaughlin10-53/+160
2015-11-10Merge pull request #1999 from adityamandaleeka/remove_suspensionJan Kotas13-112/+53
2015-11-09Remove InternalRand.Aditya Mandaleeka1-22/+1
2015-11-09Remove thread parameter from several more PAL functions.Aditya Mandaleeka12-90/+52
2015-11-09Add support for ninja to the CoreCLR build.Pat Gavlin1-2/+8
2015-11-06Merge pull request #1959 from adityamandaleeka/remove_suspensionAditya Mandaleeka9-146/+47
2015-11-04Remove SetConsoleCtrlHandler from Unix PALstephentoub33-2251/+1
2015-11-04Remove thread parameter from shmfilelockmgr functionsAditya Mandaleeka4-37/+19
2015-11-04Remove thread parameter from some string functions in PAL.Aditya Mandaleeka3-67/+3
2015-11-04Remove thread parameter from virtual memory functions in PALAditya Mandaleeka1-13/+11
2015-11-04Remove thread parameter from some PAL initialization functions.Aditya Mandaleeka1-7/+7
2015-11-04Remove NativeVsnprintf and NativeVfprintf.Aditya Mandaleeka1-22/+7
2015-11-03Merge pull request #1946 from mikem8361/unwindiMike McLaughlin2-18/+34
2015-11-03Fix sos clrstack unwinding for the special HelperMethodFrame.Mike McLaughlin2-18/+34
2015-11-03Merge pull request #1940 from adityamandaleeka/remove_suspensionAditya Mandaleeka9-326/+77
2015-11-03Remove some unnecessary file-related functions from PALAditya Mandaleeka7-228/+32
2015-11-03Remove thread parameter from file-related functionsAditya Mandaleeka9-126/+73
2015-11-03Merge pull request #1922 from janvorli/fix-multiple-exception-helpersJan Vorlicek2-18/+5
2015-11-03Merge pull request #1930 from adityamandaleeka/remove_suspensionJan Vorlicek34-632/+311
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-11-02Fix handling of embedded scopes with multiple exception holdersJan Vorlicek2-18/+5
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas7-20/+1822
2015-10-29Merge pull request #1873 from kangaroo/arm-cleanupAditya Mandaleeka4-36/+38
2015-10-29Merge pull request #1875 from adityamandaleeka/remove_suspensionAditya Mandaleeka44-3002/+95
2015-10-28[arm] Fix context accessor function namingGeoff Norton4-16/+16
2015-10-27Merge pull request #1876 from stephentoub/local_reallocJan Vorlicek3-0/+42
2015-10-27Add missing exception holder to EX_TRYJan Vorlicek1-0/+19
2015-10-27Implement CoTaskMemRealloc in PALstephentoub1-0/+1
2015-10-27[arm] Clean up a few places where the arm build has bit rottedGeoff Norton3-27/+29
2015-10-27Implement LocalReAlloc in PALstephentoub2-0/+41
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-22Merge pull request #1834 from Priya91/fixnullLakshmi Priya9-4/+217