summaryrefslogtreecommitdiff
path: root/src/pal/src
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Fix "call to 'sqrt' is ambiguous" error when building on SunOSJonathan Taylor1-3/+3
2016-01-03Merge pull request #2498 from taylorjonl/smartosJan Kotas1-1/+23
2016-01-01Fixed issue where files in /opt/local/include on SunOSJonathan Taylor1-1/+23
2015-12-28Automating Event Logging Infrastructure: With this change the infrastructure ...Rama15-18635/+1
2015-12-24GC OS interface refactoringJan Vorlicek3-11/+8
2015-12-15Debugger transport pipe file cleanup - Part 2Mike McLaughlin1-7/+29
2015-12-14PAL Module/shutdown cleanup.Mike McLaughlin4-758/+544
2015-12-10Merge pull request #2293 from stephentoub/tickcount_perfStephen Toub3-3/+23
2015-12-10Use CLOCK_MONOTONIC_COARSE in GetTickCount64Stephen Toub3-3/+23
2015-12-10Merge pull request #2292 from janvorli/fix-exception-handling-by-cppJan Vorlicek1-3/+1
2015-12-10Fix C++ exception handling when coreclr is loaded before C++ runtimeJan Vorlicek1-3/+1
2015-12-09Disable h/w exceptions for coreclr (non-DAC) builds.Mike McLaughlin1-1/+0
2015-12-08Use dbi's path to load dac and add RPATH to make files.Mike McLaughlin1-84/+100
2015-12-05Remove usage of getcontextBen Pye3-50/+10
2015-12-04Implemented GetCurrentProcessorNumber and HasGetCurrentProcessorNumberWilliam Godbe3-2/+27
2015-12-02Merge pull request #2205 from sergiy-k/executablememorySergiy Kuryata3-31/+332
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 Kuryata3-31/+309
2015-11-20Implemented QueryThreadCycleTime (time.cpp) & GetThreadTimes (thread.cpp) for...William Godbe5-77/+221
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-06Merge pull request #1959 from adityamandaleeka/remove_suspensionAditya Mandaleeka9-146/+47
2015-11-04Remove SetConsoleCtrlHandler from Unix PALstephentoub4-707/+0
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 #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 Vorlicek1-13/+2
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 Vorlicek1-13/+2
2015-10-29Merge pull request #1873 from kangaroo/arm-cleanupAditya Mandaleeka4-36/+38
2015-10-29Merge pull request #1875 from adityamandaleeka/remove_suspensionAditya Mandaleeka21-1315/+95
2015-10-28[arm] Fix context accessor function namingGeoff Norton4-16/+16
2015-10-27[arm] Clean up a few places where the arm build has bit rottedGeoff Norton3-27/+29
2015-10-27Implement LocalReAlloc in PALstephentoub1-0/+32
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