summaryrefslogtreecommitdiff
path: root/src/pal/src/exception/signal.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Fix alternate stack for Alpine docker on SELinux (#17936) (#17975)kasper31-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
2015-08-14Add build-time check for existence of pthread_sigqueue and fix minorAditya Mandaleeka1-0/+4
2015-08-13Add support for injecting activation functions into threads.Aditya Mandaleeka1-0/+125
2015-07-08Fix recursive asserts in coreclr.Mike McLaughlin1-2/+3
2015-06-17Allow CTRLC to work when running under lldb using the SOS plugin and debugger...Mike McLaughlin1-12/+23
2015-06-06Fix SIGINT and SIGQUIT handling on Linux / FreeBSDJan Vorlicek1-56/+123
2015-04-27Go back to a statically linked PAL (issue #728).Mike McLaughlin1-109/+121
2015-04-27Handle threads in side-by-side statically linked PALsMike McLaughlin1-9/+13
2015-04-24Implemented hardware exception chaining.Mike McLaughlin1-301/+148
2015-04-22Changed the VM's hardware exception to return if not in manged code. For DAC'...Mike McLaughlin1-20/+8