summaryrefslogtreecommitdiff
path: root/src/pal
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 ...Rama25-42831/+17
2015-12-24GC OS interface refactoringJan Vorlicek5-12/+11
2015-12-21Merge pull request #2425 from erozenfeld/CheckedBuildJan Kotas3-6/+10
2015-12-21Enable checked builds of CoreCLR.Eugene Rozenfeld3-6/+10
2015-12-19Initial support for building on SmartOStaylorjonl1-2/+4
2015-12-15Merge pull request #2341 from mikem8361/pipefile2Mike McLaughlin2-7/+47
2015-12-15Debugger transport pipe file cleanup - Part 2Mike McLaughlin2-7/+47
2015-12-15Build arm64 using private toolsetRahul Kumar1-1/+8
2015-12-14PAL Module/shutdown cleanup.Mike McLaughlin8-783/+559
2015-12-12Delete bad PAL test caseJan Kotas1-5/+0
2015-12-11Merge pull request #2303 from kyulee1/ilasmJan Vorlicek2-1/+4
2015-12-11Enable ILASM for *nixKyungwoo Lee2-1/+4
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 McLaughlin3-3/+9
2015-12-08Use dbi's path to load dac and add RPATH to make files.Mike McLaughlin2-90/+106
2015-12-05Remove usage of getcontextBen Pye3-50/+10
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