summaryrefslogtreecommitdiff
path: root/src/pal/src/thread
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Arm32 support VFP registers context to/from native context (#25775)Steve MacLean1-0/+26
2019-07-18Arm64 support SIMD registers context to/from native context (#25757)Steve MacLean1-0/+22
2019-07-04Fix dotnet-dump/createdump launch failure (#25562)Mike McLaughlin1-1/+2
2019-06-21Fix OSX floating point state extraction (#25295)Jan Vorlicek1-152/+48
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk2-9/+67
2019-05-28Fix initial thread affinity on Linux (#24801)Jan Vorlicek1-0/+36
2019-05-09Fix memory leak in PAL_GenerateCoreDump (#24503)Mike McLaughlin1-11/+24
2019-05-08Add generate crash dump command to diagnostics server (#24460)Mike McLaughlin1-87/+181
2019-05-02In the PAL GetProcessTimes implement lpCreationTime using the current time re...Brian Sullivan1-10/+44
2019-04-16Fix incorrect thread affinitization (#24045)Jan Vorlicek1-7/+2
2019-04-09Fix several issuesJan Vorlicek1-2/+6
2019-04-09Remove Unix CPU groups emulationJan Vorlicek1-0/+93
2019-04-05Partially improve support for `--cpus` from Docker CLI (#23747)Ludovic Henry1-0/+6
2019-03-18Conversion issuesSinan Kaya1-2/+2
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero1-14/+40
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid2-317/+315
2019-02-01Coreclr gnuport (#22129)Sinan Kaya1-1/+1
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas1-2/+2
2018-12-17Delete dead code (#21562)Jan Kotas1-291/+63
2018-12-13Fixes issue #21485 and #21484 (#21526)Mike McLaughlin1-0/+1
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson1-54/+227
2018-11-20Linux: FlushProcessWriteBuffers using membarrier when available (#20949)Tom Deseyn1-15/+82
2018-11-06Added support for running in a sandbox on Mac (#20735)Oded Hanson1-0/+31
2018-10-12Fix MacOS launch bug when spaces in module names. (#20385)Mike McLaughlin1-1/+4
2018-08-28Break into debugger on assertion failures (#19702)Jan Kotas1-0/+23
2018-08-19 Free the alternate signal stack if this PAL's thread allocated it. (#19539)Mike McLaughlin1-5/+114
2018-08-06Only register signals and create alt exception stack in coreclr. (#19309)Mike McLaughlin1-5/+15
2018-08-01Expose OSThreadId and TimeStamp on EventWrittenEventArgs (#19002)Brian Robbins1-0/+25
2018-06-13Fix allocation methods at few places in PAL (#18457)Jan Vorlicek1-2/+2
2018-04-14Fix random Segfaults on Ubuntu arm (#17523)Egor Chesakov1-1/+24
2018-03-15Fix error type check in InternalSetThreadPriority (#16959)Jan Vorlicek1-8/+6
2018-02-27Debugger FIFO pipes are created in TMPDIR if defined #16234 (#16452)crntn1-2/+24
2018-02-02Fix detection of YMM registers presence (#16168)Jan Vorlicek1-2/+2
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten1-74/+0
2017-08-23Enable overriding default stack size on Unix (#13517)Jan Vorlicek1-3/+9
2017-08-15Allocate FileMappingImmutableData::szFileName and CFileProcessLocalData::unix...gbalykov2-7/+13
2017-07-17Create crash dump on unhandled SIGILL, SIGFPE, SIGSEGV, SIGTRAP, SIGBUS (#12842)Igor Kulaychuk1-37/+53
2017-06-23Add ELF program and section headers to core dump. (#12425)Mike McLaughlin1-0/+4
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean2-10/+19
2017-05-31Disable inheritance of several common file descriptorsStephen Toub1-1/+11
2017-05-09Enable build on old Linux (#11414)Jan Vorlicek1-2/+2
2017-04-24Add "createdump" command to SOS. (#11161)Mike McLaughlin1-2/+2
2017-04-24[x86/Linux] Remove unnecessary ResumeEsp field (#11167)Jonghyun Park1-3/+0
2017-04-18Implement the createdump policy options and env variables (#11032)Mike McLaughlin1-10/+44
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin1-32/+145
2017-03-10Fix debugging on OS X Sierra (#10078)Mike McLaughlin1-2/+7
2017-02-22Improve stack overflow reporting (#9650)Jan Vorlicek2-0/+42
2017-02-17[ARM64/Unix] (#9500)Steve MacLean1-0/+2
2017-02-17[x86/Linux] Fix GetCallerSp (#9384)Jonghyun Park1-1/+4
2017-01-30Fix Thread constructor with stack size argument (#9186)Koundinya Veluri2-71/+43