summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2015-09-23Fix crossgen command line handling on UnixJan Kotas1-0/+2
2015-09-23Merge pull request #1609 from Dmitry-Me/duplicatedCheckMatt Ellis1-1/+1
2015-09-24Merge pull request #1610 from janvorli/osx-thread-suspension-activation-2Jan Vorlicek15-316/+460
2015-09-23Implement runtime suspension for OSXJan Vorlicek15-316/+460
2015-09-23Fix erroneous checkDmitry-Me1-1/+1
2015-09-18Merge pull request #1588 from mikem8361/target4Mike McLaughlin1-1/+0
2015-09-17Merge pull request #1582 from janvorli/osx-thread-suspension-activationJan Kotas2-19/+41
2015-09-17Merge pull request #1583 from adityamandaleeka/coreclr_tests_linuxSergiy Kuryata1-0/+6
2015-09-18Change PAL_InjectActivation to use pthread_killJan Vorlicek2-19/+41
2015-09-17Add ICorDebugDataTarget4 to SOS.Mike McLaughlin1-1/+0
2015-09-17Merge pull request #1574 from kouvel/FixPalTestsMatt Mitchell10-43/+205
2015-09-17Fix some frequently failing PAL testsKoundinya Veluri10-43/+205
2015-09-16Fix ARM build regressionBen Pye1-1/+3
2015-09-16Merge pull request #1554 from kouvel/WaitAllCheckForDuplicatesStephen Toub3-0/+89
2015-09-15Enable building coreclr tests on LinuxAditya Mandaleeka1-0/+6
2015-09-15Use out-of-proc libunwind to unwind native stack from DACEugene6-89/+420
2015-09-15Check for duplicate handles in PAL's implementation of a wait-all operationKoundinya Veluri3-0/+89
2015-09-11Merge pull request #1495 from Sridhar-MS/code-coverageSridhar Periyasamy1-11/+21
2015-09-11Fix null reference exception handling in JIT_WriteBarrierJan Vorlicek1-4/+25
2015-09-09Merge pull request #1518 from janvorli/fix-some-printf-formatsJan Vorlicek2-12/+64
2015-09-09Reflect PR feedbackJan Vorlicek2-8/+39
2015-09-08Merge pull request #1497 from adityamandaleeka/fix_warningsAditya Mandaleeka5-14/+20
2015-09-09Fix printf formatting for ll, I and I32 length modifiersJan Vorlicek1-5/+26
2015-09-08Fix the remaining unused variable/label warningsAditya Mandaleeka5-14/+20
2015-09-08Merge pull request #1496 from janvorli/fix-exception-memleakJan Vorlicek2-0/+25
2015-09-04Fix memory leak from managed exceptionsJan Vorlicek2-0/+25
2015-09-04Build Code Coverage instrumented binaries for native bianries in Linux and OSX.Sridhar Periyasamy1-11/+21
2015-09-04[arm] Fix RtlRestoreContext on ARM with newer clangGeoff Norton1-4/+11
2015-09-03Merge pull request #1483 from adityamandaleeka/unused_pc_functionsAditya Mandaleeka1-0/+4
2015-09-03Merge pull request #1451 from Priya91/longpathLakshmi Priya33-214/+221
2015-09-03Fix warnings about Get/SetPc functionsAditya Mandaleeka1-0/+4
2015-09-02Fix directory longname test failures on Linux.Lakshmi Priya Sekar4-15/+22
2015-09-01Changed popen to execute "/usr/bin/vmmap".Mike McLaughlin1-1/+1
2015-09-01Added process module enumeration for OSx.Mike McLaughlin2-68/+229
2015-08-28Respond to PR feedback.Lakshmi Priya Sekar6-8/+8
2015-08-27Merge pull request #1446 from benpye/arm-regression-fixJan Kotas1-2/+8
2015-08-27Replace MAX_PATH defines with new defines in pal.Lakshmi Priya Sekar33-206/+206
2015-08-27Merge pull request #1439 from kouvel/PalErrorOnNamedSyncObjectKoundinya Veluri25-416/+165
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-26Return error upon attemping to create named objects in PAL.Koundinya Veluri25-416/+165
2015-08-27Use printf instead of non standard -eBen Pye1-2/+2
2015-08-26Try fixing FreeBSD PAL testsBen Pye1-18/+6
2015-08-26runpaltests.sh outputs a XUnit compatible result file for Jenkins.Ben Pye1-0/+55
2015-08-25Merge pull request #1371 from adityamandaleeka/gcsuspension_2Aditya Mandaleeka7-10/+161
2015-08-24Merge pull request #1381 from JeremyKuhne/maxpathJeremy Kuhne11-70/+84
2015-08-24Run code under long paths on UnixJeremy Kuhne11-70/+84
2015-08-22Enable gcroot and other gc related sos commands.Mike McLaughlin8-66/+91
2015-08-19Merge pull request #1415 from jkotas/acceptable-time-errorJan Kotas3-15/+9
2015-08-19Fix timing in more PAL tests for FreeBSD on hypervisorsJan Kotas3-15/+9