dotnet / dotnet/runtime

Support more POSIX signals in PosixSignal

Open
#120,610 2 comments 1 reaction 0 assignees View on GitHub
area-Interop-coreclr
Dominant language
C#
Stars
18.3k
Forks
5.6k
PR merge metrics
PR metrics pending

Description

Currently a small subset of all the allowed POSIX signals are supported. In particular, useful ones like USR1 and USR2 are missing.

For Linux, you can see the list here: https://man7.org/linux/man-pages/man7/signal.7.html

The POSIX version that defines the signal is listed there as well.

I'm not entirely confident which ones make sense, but at least SIGUSR1 and SIGUSR2 would be super useful.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.