summaryrefslogtreecommitdiff
path: root/src/pal/src/thread/process.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-14Revert CPU clipping in the presence of CPU quota to 3.0, 2.x behavior.Vladimir Sadov1-0/+6
2019-09-22Do not clip CPU count when CPU quota is used. (#26153) (#26806)Jan Kotas1-6/+0
2019-07-04Fix dotnet-dump/createdump launch failure (#25562)Mike McLaughlin1-1/+2
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-3/+3
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-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 Mujahid1-185/+183
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-06Only register signals and create alt exception stack in coreclr. (#19309)Mike McLaughlin1-5/+15
2018-06-13Fix allocation methods at few places in PAL (#18457)Jan Vorlicek1-2/+2
2018-02-27Debugger FIFO pipes are created in TMPDIR if defined #16234 (#16452)crntn1-2/+24
2017-08-15Allocate FileMappingImmutableData::szFileName and CFileProcessLocalData::unix...gbalykov1-4/+7
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 MacLean1-7/+16
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-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-01-30Fix Thread constructor with stack size argument (#9186)Koundinya Veluri1-3/+3
2017-01-27Use a constant to define the location of '/tmp' (#9150)Frederik Carlier1-1/+1
2017-01-20Fix debugger launch race hitting breakpoints in startup code. (#8951)Mike McLaughlin1-9/+7
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-5/+5
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-1/+1
2016-07-28Remove CorUnix::InternalFree.Aditya Mandaleeka1-19/+19
2016-06-07Fix backwards compatibility bug: RC2 dbgshim debugging RTM runtime (#5593)Mike McLaughlin1-2/+2
2016-05-27Fix the named semaphore leak on OSX (and Linux) (#5269)Mike McLaughlin1-149/+171
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri1-1/+22
2016-05-04Remove O_RDWR from sem_open and better error codes on failure (#4772)Mike McLaughlin1-6/+9
2016-05-02Merge pull request #4543 from krytarowski/netbsd-support-73Mike McLaughlin1-14/+41
2016-04-29Fix issue #4298 "SIGSEGV_libcoreclr.so!Debugger::GetArgCount"Mike McLaughlin1-40/+71
2016-04-25NetBSD limits name of a semaphore to 15 characters (inc. null)Kamil Rytarowski1-14/+41
2016-04-21Fix dbgshim race conditionsMike McLaughlin1-105/+131
2016-04-18Implement GetProcessIdDisambiguationKey() for NetBSDKamil Rytarowski1-0/+37
2016-04-07Fix error return in getPathChuck Ries1-1/+1
2016-03-28Fix stat file parsing to handle executable names with spaces.Aditya Mandaleeka1-3/+9
2016-03-07Enabling LongFile Support in PALDDCloud1-76/+80
2016-03-04Merge pull request #3404 from gregg-miskelly/DbgShimFixMike McLaughlin1-1/+1