summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-22Add null checks to StackString usages.Lakshmi Priya Sekar9-4/+217
2015-10-22Merge pull request #1833 from kouvel/Inline2Koundinya Veluri47-498/+372
2015-10-21Move some functions to allow them to be inlined with clangKoundinya Veluri47-498/+372
2015-10-21Merge pull request #1827 from brianrob/tracinginitBrian Robbins2-0/+94
2015-10-21Merge pull request #1751 from ramarag/eventsourceRama krishnan Raghupathy6-0/+114
2015-10-21Enable EventSource Logging in Linux via LttngRama6-0/+114
2015-10-21Initialize LTTng tracepoint provider as part of loading libcoreclr.so.Brian Robbins2-0/+94
2015-10-21Merge pull request #1780 from adityamandaleeka/librarySearchPathsAditya Mandaleeka3-47/+14
2015-10-21Move prefix/suffix logic to dllimportAditya Mandaleeka3-47/+14
2015-10-21Fix lpFileName leak in InternalCreateProcess.Lakshmi Priya Sekar1-10/+7
2015-10-21Remove new operator usage in PALJan Vorlicek4-11/+17
2015-10-20Merge pull request #1744 from Priya91/palstring-restLakshmi Priya13-1170/+471
2015-10-20Merge pull request #1813 from adityamandaleeka/pal_cleanupAditya Mandaleeka5-203/+16
2015-10-20Fix boundary bugs on buffer lengths. Include null char in MAX_LONGPATH.Lakshmi Priya Sekar5-56/+62
2015-10-20Merge pull request #1806 from LLITCHEV/SystemVStructsLubomir Litchev1-1/+1
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-1/+1
2015-10-20Remove unused full_cleanup parameterAditya Mandaleeka3-14/+5
2015-10-20Merge pull request #1811 from mikem8361/exceptfixMike McLaughlin1-1/+0
2015-10-20Merge pull request #1805 from sergiy-k/nodebugmsgsJan Vorlicek9-76/+75
2015-10-20Fix assert when unhandled exception is unwound and restored some previous cod...Mike McLaughlin1-1/+0
2015-10-19Merge pull request #1803 from adityamandaleeka/fix_4cf34feAditya Mandaleeka2-139/+0
2015-10-19Disable DEBUG_MESSAGES in release build of CoreCLR PALSergiy Kuryata9-76/+75
2015-10-19Revert some changed files from an incorrectly merged commit.Aditya Mandaleeka2-139/+0
2015-10-19Delete remaining vestiges of PAL networking supportJan Kotas9-521/+5
2015-10-19Removed #ifndef CORECLR blocks from shmemory.Lakshmi Priya Sekar1-994/+0
2015-10-19Remove MAX_LONGPATH constraint checks from file name string length.Lakshmi Priya Sekar1-24/+0
2015-10-18Use StackString in PAL file apis.Lakshmi Priya Sekar14-156/+469
2015-10-16Controlling Xplat Event logging:Rama8-3480/+8484
2015-10-15Remove unnecessary condemnation and suspension in PALCommonCleanup.Aditya Mandaleeka1-12/+3
2015-10-15Remove CPalSynchronizationManager::ShutdownAditya Mandaleeka3-66/+1
2015-10-15Remove unused step logic from PALCommonCleanup.Aditya Mandaleeka4-130/+26
2015-10-15Changes to Test InfrastructureKoundinya Veluri2-0/+139
2015-10-13Implement CoCreateGuid using uuid_generate on UnixJan Vorlicek7-6/+76
2015-10-12Add checks for liblttng-ust-dev at build timeRama1-0/+6
2015-10-12Merge pull request #1739 from jasonwilliams200OK/masterJan Kotas1-4/+3
2015-10-11This enables Lttng Logging for CoreClr,Rama23-12/+23941
2015-10-10code,pal: Removes unused headers.Peter Jas1-4/+3
2015-10-08Code changes for firing etw events when a pdb is dynamically loaded. This cor...dotnet-bot2-4/+75
2015-10-08Merge pull request #1720 from janvorli/fix-osx-activation-and-exception-colli...Jan Vorlicek1-33/+47
2015-10-08Merge pull request #1689 from Priya91/palstringLakshmi Priya3-27/+51
2015-10-08Fix OSX hardware exception and activation collisionJan Vorlicek1-33/+47