summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2015-06-16Fixed FreeBSD build.Mike McLaughlin1-0/+1
2015-06-16Code review feedback.Mike McLaughlin1-4/+1
2015-06-15Fully implement dbgshim so it doesn't depend on LD_LIBRARY_PATH (issue #650).Mike McLaughlin4-371/+327
2015-06-09Remove the dependency on LD_LIBRARY_PATH in the sos code (issue #820). Uses t...Mike McLaughlin3-8/+106
2015-06-09Merge pull request #1117 from hadibrais/masterJan Vorlicek1-3/+3
2015-06-08Build, Windows: Use Config instead of Build TypeHadi Brais1-3/+3
2015-06-07Merge pull request #1112 from josteink/freebsd-pal-testsJan Kotas4-7/+17
2015-06-08Fix timing in PAL-tests for FreeBSD on hypervisors.Jostein Kjønigsen4-7/+17
2015-06-07Merge pull request #1111 from hadibrais/masterJan Kotas1-3/+3
2015-06-07build,win: Enables Whole Program Optimization.Hadi Brais1-3/+3
2015-06-06Fix SIGINT and SIGQUIT handling on Linux / FreeBSDJan Vorlicek5-66/+149
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