|
b12f42cfe2
|
libc: Add SIGWINCH
Not used for anything at the moment, I guess if a user program wants to send it...
Required by bc.
|
2023-07-24 19:11:06 +02:00 |
|
|
71ff763dd9
|
kernel+libc: Add the SIGTTIN and SIGTTOU signals
|
2023-07-12 13:45:36 +02:00 |
|
|
86d14e0d0e
|
kernel+libc: Add the SA_NODEFER and SA_RESETHAND flags for sigaction()
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2023-07-10 21:54:04 +02:00 |
|
|
e0b5acb2ab
|
libc: Make struct sigaction C-compatible
continuous-integration/drone/pr Build is passing
|
2023-07-10 21:19:43 +02:00 |
|
|
8066e8f1d8
|
kernel+libc: Implement sigprocmask() and friends
continuous-integration/drone/pr Build is failing
|
2023-07-10 21:01:59 +02:00 |
|
|
60d68b74e1
|
kernel: Define a good set of default signals
Most of these have POSIX-defined numbers.
|
2023-07-10 20:30:37 +02:00 |
|
|
15d6aae701
|
kernel+libc: Implement basic signals
|
2023-07-10 19:46:57 +02:00 |
|