summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2015-06-07build,win: Enables Whole Program Optimization.Hadi Brais1-3/+3
2015-06-04Changes necessary to make PAL headers compatible with c++ headers,Prem Ramanathan35-703/+834
2015-06-04Initialize signal-handling thread in PAL initializationstephentoub1-2/+2
2015-05-27Merge pull request #1061 from janvorli/pal-error-stringsAditya Mandaleeka6-251/+255
2015-05-27Implement FlushProcessWriteBuffers using the page protection mechanismJan Vorlicek3-3/+91
2015-05-27Add PAL error message stringsJan Vorlicek6-251/+255
2015-05-22Remove the InitializeStringResources functionJan Vorlicek3-20/+0
2015-05-22CoreClr: Make tests run on FreeBSD and document how to run them.Jostein Kjønigsen1-1/+1
2015-05-20Merge pull request #1022 from janvorli/readytorun-linuxJan Kotas1-0/+8
2015-05-20Enable ReadyToRun feature on UnixJan Vorlicek1-0/+8
2015-05-18Ensure fallback to English resources on non-Windows platformsAditya Mandaleeka2-22/+13
2015-05-13chmod +x freebsd lldb scriptTony Narlock1-0/+0
2015-05-12Merge pull request #986 from janvorli/fix-osx-personalityJan Vorlicek1-1/+5
2015-05-12Fix OSX personality routines encodingJan Vorlicek1-1/+5
2015-05-11Merge pull request #979 from stephentoub/export_opensemaphorewJan Kotas1-0/+8
2015-05-11Merge pull request #980 from janvorli/fix-vm-range-issueJan Kotas1-2/+6
2015-05-12Fix VM total space issueJan Vorlicek1-2/+6
2015-05-11Export OpenSemaphoreW from PALStephen Toub1-0/+8
2015-05-08Merge pull request #960 from adityamandaleeka/pipes-for-create-thread-suspendedAditya Mandaleeka4-64/+134
2015-05-08Use pipes for creating threads suspended on Darwin tooAditya Mandaleeka3-10/+0
2015-05-08Updated FreeBSD installation instructions with LLDB stepsAnders Jensen-Waud1-0/+32
2015-05-07Add ability to use pipes for creating threads suspendedAditya Mandaleeka6-64/+144
2015-05-07Merge pull request #956 from dotnet-bot/from-tfsJan Kotas3-72/+248
2015-05-07Merge changes from parent branchdotnet-bot3-72/+248
2015-05-07Changes for building using VS2015Jan Kotas2-6/+6
2015-05-03Remove inaccurate commentsRichard Lander1-9/+0
2015-05-02Fixed PAL thread allocation stack overflow.Mike McLaughlin2-4/+6
2015-04-30Fix new set of warningsJan Vorlicek3-4/+3
2015-04-29Fix warnings introduced by crossgenJohn Chen (CLR)1-2/+1
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)6-15/+129
2015-04-28Merge pull request #848 from Djuffin/dbi-linuxEugene Zemtsov2-79/+3
2015-04-28Delete some dead exception handling related code in the PALJan Kotas9-433/+0
2015-04-28Remove unused code and address codereview commentsEugene Zemtsov1-10/+1
2015-04-28Merge pull request #858 from mikem8361/staticpalMike McLaughlin4-115/+130
2015-04-28Merge pull request #853 from janvorli/fix-coreclr-resources-localeJan Vorlicek3-1/+21
2015-04-28Add back setting locale for gettextJan Vorlicek3-1/+21
2015-04-27Go back to a statically linked PAL (issue #728).Mike McLaughlin4-115/+130
2015-04-27Merge pull request #815 from mikem8361/palthreadMike McLaughlin7-142/+152
2015-04-27Handle threads in side-by-side statically linked PALsMike McLaughlin7-142/+152
2015-04-27Get rid of *scanf_unsafe function which do nothing useful and incorrectly pas...Eugene Zemtsov1-73/+2
2015-04-27Mark dbgshim functions as extern "C", for easier load via GetProcAddressEugene Zemtsov1-0/+4
2015-04-28PAL: Resolve libc-location build-time on FreeBSD.Jostein Kjønigsen3-1/+9
2015-04-26Complete FreeBSD bringupGeoff Norton1-0/+6
2015-04-26Allow building with VS2015 installedDick van den Brink1-3/+7
2015-04-25Merge pull request #807 from mikem8361/testcoreclrindebuggerMike McLaughlin6-362/+202
2015-04-25Fix OSX hardware exception handlingJan Vorlicek1-68/+2
2015-04-24Implemented hardware exception chaining.Mike McLaughlin6-362/+202
2015-04-24basic NetBSD platform supportJustin Cormack1-2/+4
2015-04-23Merge pull request #788 from ellismg/fix-pal-dylib-loadingMatt Ellis1-0/+7
2015-04-23Merge pull request #787 from sokket/masterJonathan Miller6-1/+126