summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2015-12-04Implemented GetCurrentProcessorNumber and HasGetCurrentProcessorNumberWilliam Godbe4-2/+39
2015-12-02Merge pull request #2205 from sergiy-k/executablememorySergiy Kuryata4-31/+337
2015-12-02Some SOS fixes/cleanup (bpmd, setclrpath, setsostid).Mike McLaughlin2-40/+10
2015-12-02Address code review feedbackSergiy Kuryata2-101/+124
2015-12-02Implement an allocator for executable (JIT) memory in PALSergiy Kuryata4-31/+314
2015-11-30Merge pull request #1671 from wtgodbe/QueryThreadCycleTimeWilliam Godbe13-77/+481
2015-11-24Small architecture specific changes to fix the build on linux arm64.jashook1-29/+34
2015-11-20Implemented QueryThreadCycleTime (time.cpp) & GetThreadTimes (thread.cpp) for...William Godbe13-77/+481
2015-11-18Add new pal test that tests exceptions across multiple PALs in different modu...Mike McLaughlin10-0/+295
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