summaryrefslogtreecommitdiff
path: root/src/coreclr/hosts/unixcorerun
AgeCommit message (Expand)AuthorFilesLines
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-22NetBSD: Don't link with -ldl for dlopen(3) on NetBSDKamil Rytarowski1-3/+3
2016-01-14Enable the fPIE compiler option for executables in the coreclr repo on Unix p...Sergiy Kuryata1-0/+2
2015-12-03Lib unixcoreruncommonKyungwoo Lee1-1/+1
2015-09-01Fix pthread locks initialization issueJan Vorlicek1-6/+5
2015-04-28Add Unix version of coreconsole.Aditya Mandaleeka2-314/+9
2015-04-28Merge pull request #861 from adityamandaleeka/remove-mac-build-hackAditya Mandaleeka2-23/+0
2015-04-28Remove Mac build workaroundAditya Mandaleeka2-23/+0
2015-04-27Go back to a statically linked PAL (issue #728).Mike McLaughlin1-20/+0
2015-04-26Complete FreeBSD bringupGeoff Norton1-0/+7
2015-04-24Implemented hardware exception chaining.Mike McLaughlin1-2/+7
2015-04-24Fix the two remaining linker errors on FreeBSD.Jan Henke1-3/+6
2015-04-16Explicitly load libcoreclrpal in corerunMatt Ellis1-0/+20
2015-04-14Mirror subfolders for unixcorerun.Matt Ellis2-1/+1
2015-04-12Fix MacOS Build BreakMatt Ellis2-0/+23
2015-04-02Enable UseLatestBehaviorWhenTFMNotSpecified for Unix corerunStephen Toub1-2/+5
2015-03-28Fix corerun to support argv[0] that's not a full pathStephen Toub1-6/+23
2015-03-15Fix handling of links and non-Linux file systems in Unix corerunJan Kotas1-1/+28
2015-03-10Add custom entry point support.Matt Ellis1-0/+6
2015-02-12Small fixes to enable AltJit support on UNIX.Pat Gavlin1-1/+1
2015-02-07Merge pull request #119 from cwmiller/fix-linux-short-filenamesJan Kotas1-1/+1
2015-02-06Fix std::out_of_range exception with short filenames (Linux)Chase Miller1-1/+1
2015-02-06Initial Mac OSX SupportGeoff Norton1-0/+4
2015-02-04Enable binplacing of native CoreCLR binaries on LinuxSergiy Kuryata1-0/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot3-0/+427