summaryrefslogtreecommitdiff
path: root/src/pal/inc/rt
AgeCommit message (Expand)AuthorFilesLines
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek2-30/+4
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-1/+0
2016-12-01Add EXCEPTION_REGISTRATION_RECORD for x86/Linux (#8408)Jonghyun Park1-0/+5
2016-11-30Emits compile error on portability issue only when PORTABILITY_CHECK is speci...Jonghyun Park1-1/+1
2016-11-23[x86/linux] Fix redefined DISPATCHER_CONTEXT compile error (#8246)SaeHie Park1-1/+19
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek2-65/+3
2016-11-04Remove more PAL functions (#8009)Jan Vorlicek1-60/+0
2016-10-28Remove some unused PAL functions (#7873)Jan Vorlicek1-39/+0
2016-09-07Fix strict aliasing violation from conditional typedef of wchar_t by building...kchoi1-0/+4
2016-01-27Update license headersdotnet-bot98-398/+295
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin1-0/+2
2015-12-11Enable ILASM for *nixKyungwoo Lee2-1/+4
2015-10-27Implement CoTaskMemRealloc in PALstephentoub1-0/+1
2015-10-13Implement CoCreateGuid using uuid_generate on UnixJan Vorlicek1-2/+0
2015-10-07Add unit test for loading native library from host-provided native search pathsKoundinya Veluri1-0/+2
2015-09-23Fix crossgen command line handling on UnixJan Kotas1-0/+2
2015-09-17Add ICorDebugDataTarget4 to SOS.Mike McLaughlin1-1/+0
2015-09-15Use out-of-proc libunwind to unwind native stack from DACEugene1-2/+0
2015-08-22Enable gcroot and other gc related sos commands.Mike McLaughlin3-2/+10
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton2-0/+38
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye3-2/+26
2015-06-19Enable bpmd command even unjitted functions work.Mike McLaughlin1-0/+2
2015-06-04Changes necessary to make PAL headers compatible with c++ headers,Prem Ramanathan28-383/+429
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)2-2/+6
2015-04-27Get rid of *scanf_unsafe function which do nothing useful and incorrectly pas...Eugene Zemtsov1-73/+2
2015-04-01Fix next round of warning typesJan Vorlicek1-1/+1
2015-03-27Enabling the ClrStack command ICorDebug option (-i) to use to test DBI.Mike McLaughlin1-0/+28
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek2-1/+3
2015-03-10The "ClrStack" command and related functions now build.Mike McLaughlin1-0/+5
2015-02-19Merge branch 'master' into soscommand1Mike McLaughlin1-0/+2
2015-02-18Reflect CR feedbackJan Vorlicek1-1/+1
2015-02-16Implement native stack unwinding for LinuxJan Vorlicek1-0/+2
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83611-0/+14
2015-02-07Ensure that every usage of va_start is complemented by a va_endGeoff Norton2-8/+31
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot97-0/+17341