summaryrefslogtreecommitdiff
path: root/src/pal/src/exception/signal.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-02-17[Tizen] Add error log for pthread_kill failure (#330)이형주/Common Platform Lab(SR)/삼성전자1-0/+1
2022-02-17[Tizen] Workaround for undocumented EAGAIN returned from pthread_kill (#328)Gleb Balykov/Platform Lab /SRR/Staff Engineer/Samsung Electronics1-2/+2
2019-08-07Port to 3.0 - Fix WSL alternate stack check (#25980)Jan Vorlicek1-5/+26
2019-06-17Enable running SIGSEGV handler on non-alternate stack (#25196)Jan Vorlicek1-3/+27
2019-01-15On SIGTERM default to a non-zero exit code (#21300)Tom Deseyn1-84/+107
2018-08-19 Free the alternate signal stack if this PAL's thread allocated it. (#19539)Mike McLaughlin1-112/+8
2018-08-14Code review feedback for the alternate stack changes (PR #19309). (#19476)Mike McLaughlin1-9/+4
2018-08-06Only register signals and create alt exception stack in coreclr. (#19309)Mike McLaughlin1-91/+109
2018-06-28Fix alternate stack cleanup on MUSL (#18685)Jan Vorlicek1-0/+4
2018-05-10Fix alternate stack for Alpine docker on SELinux (#17936)Jan Vorlicek1-12/+6
2018-02-23Fix preventing memory allocation in signal handler (#16485)Jan Vorlicek1-8/+5
2018-02-20Prevent memory allocation in signal handler (#16384)mlabiuk1-16/+14
2018-02-15sigsegv_handler: handle case when it is called on original stack (#16276)Konstantin Baladurin1-12/+26
2018-01-25Fix asan false-positive errors: (#15563)Konstantin Baladurin1-0/+5
2017-12-07Don't change SIGINT/SIGQUIT handling when they are set to SIG_IGN (#15393)Tom Deseyn1-4/+20
2017-07-25Ignore specified signal when using perf (#12436)Steve MacLean1-0/+36
2017-07-17Create crash dump on unhandled SIGILL, SIGFPE, SIGSEGV, SIGTRAP, SIGBUS (#12842)Igor Kulaychuk1-0/+5
2017-07-05Mask INJECT_ACTIVATION_SIGNAL while on alternate signal stack.Aditya Mandaleeka1-0/+30
2017-06-17Fix chained hardware exception handling on Unix (#12344)Jan Vorlicek1-1/+5
2017-06-16Fix chained hardware exception handling on Unix (#12316)Jan Vorlicek1-2/+2
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-6/+6
2017-04-08Handle SIGTERM on OSX (#10723)Koundinya Veluri1-10/+31
2017-02-24Remove getcontext and setcontext usage (#9759)Jan Vorlicek1-30/+3
2017-02-23Android: workaround absence of getcontext/setcontext (#9725)Frederik Carlier1-0/+27
2017-02-22Improve stack overflow reporting (#9650)Jan Vorlicek1-8/+157
2016-10-04Add support for Alpine Linux (#7440)Jan Vorlicek1-0/+6
2016-07-21Save and restore ymm registers in signal handlers.Aditya Mandaleeka1-4/+10
2016-07-20Make PAL_SEHException smaller (#6267)Jan Vorlicek1-24/+47
2016-06-28Fix Windows context to Unix context translation on AMD64 (#6027)Jan Vorlicek1-3/+2
2016-05-17Put SIGTERM registration behind a PAL initialization flag.Aditya Mandaleeka1-3/+14
2016-05-12Address code review feedback.Pat Gavlin1-1/+1
2016-05-12Chain activation signal handlers in the PAL.Pat Gavlin1-18/+27
2016-05-09Let all signals be unblocked on Unix (#4863)Jan Vorlicek1-2/+0
2016-04-26Add SIGTERM handling logic that properly shuts down the EE.Aditya Mandaleeka1-1/+33
2016-04-14Fix potential deadlock when calling ExecutionManager::IsManagedCodeJan Vorlicek1-1/+1
2016-04-14Fix possibility of deadlock in the SIGSEGV handlerJan Vorlicek1-126/+36
2016-02-12Fix tracing lib problems in multiple PALs. Issue #3164.Mike McLaughlin1-8/+8
2016-02-08Merge pull request #2898 from adityamandaleeka/remove_sigprocmaskAditya Mandaleeka1-10/+11
2016-02-07Disable FEATURE_HIJACK in NetBSD as unimplementedKamil Rytarowski1-0/+16
2016-01-28Use pthread_sigmask to change the mask of blocked signals.Aditya Mandaleeka1-10/+11
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-15Add support for GCStress 0xC.Aditya Mandaleeka1-1/+1
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin1-2/+66
2016-01-14Fix Unix stack overflow detectionJan Vorlicek1-0/+15
2015-11-04Remove SetConsoleCtrlHandler from Unix PALstephentoub1-280/+0
2015-11-02Remove USE_SIGNALS_FOR_THREAD_SUSPENSIONAditya Mandaleeka1-55/+0
2015-10-28[arm] Fix context accessor function namingGeoff Norton1-6/+6
2015-10-27[arm] Clean up a few places where the arm build has bit rottedGeoff Norton1-1/+3
2015-09-23Implement runtime suspension for OSXJan Vorlicek1-82/+8
2015-09-18Change PAL_InjectActivation to use pthread_killJan Vorlicek1-17/+34