summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-18Add support for NativeCallableAttributetijoytom18-13/+244
2015-09-01Merge pull request #1471 from mikem8361/modenumosxMike McLaughlin4-79/+238
2015-09-01Changed popen to execute "/usr/bin/vmmap".Mike McLaughlin1-1/+1
2015-09-01Merge pull request #1470 from dotnet-bot/from-tfsMatt Ellis1-19/+23
2015-09-01Added process module enumeration for OSx.Mike McLaughlin4-79/+238
2015-09-01Fix FreeBSD build after merge of my changes from the ProjectK branch.Mike McLaughlin3-4/+16
2015-09-01Fix pthread locks initialization issueJan Vorlicek2-12/+10
2015-08-31 The UPDATE_CONTEXT_POINTERS actually breaks lots of debuggers tests. The ro...Zhicheng Zhu1-19/+23
2015-08-31Fix the build break caused by my recent xplat SOS changes.Mike McLaughlin2-4/+8
2015-08-27Merge pull request #1446 from benpye/arm-regression-fixJan Kotas1-2/+8
2015-08-27Merge pull request #1442 from mikem8361/cmdaliasesMike McLaughlin12-149/+132
2015-08-27Merge pull request #1449 from Priya91/longpath-binderLakshmi Priya4-6/+6
2015-08-27Enabled GCInfo, EEHeap, DumpRuntimeTypes and EHInfo SOS commands.Mike McLaughlin12-149/+132
2015-08-27Merge pull request #1439 from kouvel/PalErrorOnNamedSyncObjectKoundinya Veluri27-425/+168
2015-08-27Replace missed MAX_PATH defines with new defines in vm.Lakshmi Priya Sekar4-6/+6
2015-08-27Merge pull request #1445 from LLITCHEV/masterLubomir Litchev1-0/+7
2015-08-27Merge pull request #1205 from benpye/pal-test-junitMatt Mitchell1-1/+44
2015-08-27Fix build regression for ARM.Ben Pye1-2/+8
2015-08-27Fix for ref counting issue introduced in a recent optimization.Lubomir Litchev1-0/+7
2015-08-26Return error upon attemping to create named objects in PAL.Koundinya Veluri27-425/+168
2015-08-27Use printf instead of non standard -eBen Pye1-2/+2
2015-08-26Try fixing FreeBSD PAL testsBen Pye1-18/+6
2015-08-26Merge pull request #1435 from Priya91/longpath-binderLakshmi Priya42-162/+162
2015-08-26runpaltests.sh outputs a XUnit compatible result file for Jenkins.Ben Pye1-0/+55
2015-08-26Fix corner case of GC stack walking during exception handlingJan Vorlicek2-15/+39
2015-08-25Merge pull request #1371 from adityamandaleeka/gcsuspension_2Aditya Mandaleeka17-591/+1007
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar39-158/+158
2015-08-25Merge pull request #1434 from kangaroo/pinvoke-stubsJan Kotas3-15/+131
2015-08-25Replace MAX_PATH with new defines.Lakshmi Priya Sekar3-4/+4
2015-08-25[amd64] Implement the pinvoke stubs for unixGeoff Norton3-15/+131
2015-08-24Detect whether we interrupted an epilog properlyAditya Mandaleeka1-1/+2
2015-08-24Merge pull request #1381 from JeremyKuhne/maxpathJeremy Kuhne27-118/+144
2015-08-24Run code under long paths on UnixJeremy Kuhne27-118/+144
2015-08-24Fix bug 1213453 (GitHub issue #1421): incorrect EH scopes for optimized loopsBruce Forstall2-0/+16
2015-08-22Merge pull request #1423 from mikem8361/gcrootMike McLaughlin39-393/+439
2015-08-22Enable gcroot and other gc related sos commands.Mike McLaughlin39-393/+439
2015-08-21Remove Binder assertion for BindByWhereRefAndrew Schwartzmeyer1-8/+0
2015-08-20Merge pull request #1416 from jkotas/vs2015-autodetectJan Kotas3-2/+17
2015-08-20Use volatile stores for values read by DACJan Kotas3-2/+17
2015-08-20Merge pull request #1413 from jkotas/atypical-callsiteJan Kotas4-18/+74
2015-08-19Complete support for atypical callsitesJan Kotas4-17/+72
2015-08-19Merge pull request #1415 from jkotas/acceptable-time-errorJan Kotas3-15/+9
2015-08-19Merge pull request #1410 from jkotas/vs2015-buildtoolsJan Kotas2-2/+2
2015-08-19Add config switch for thread suspension injection in clrconfigvalues.hAditya Mandaleeka2-3/+12
2015-08-19Fix timing in more PAL tests for FreeBSD on hypervisorsJan Kotas3-15/+9
2015-08-18Update buildtools version to 00079Jan Kotas2-2/+2
2015-08-18Merge pull request #1412 from nguerrera/remove-old-corefxpalNick Guerrera14-719/+0
2015-08-18Add CORINFO_CALLINFO_ATYPICAL_CALLSITE flag to JIT-EE interfaceJan Kotas2-1/+2
2015-08-18Remove PAL code that has been moved to the corefx repoNick Guerrera14-719/+0
2015-08-18Merge pull request #1397 from eerhardt/masterEric Erhardt2-9/+36