Files
banan-os/kernel/include/kernel
Bananymous 8ca3c5d778 Kernel: Clean up signal handling
We now appreciate sa_mask and SA_NODEFER and change the signal mask for
the duration of signal handler. This is done by making a sigprocmask
syscall at the end of the signal handler. Back-to-back signals will
still grow stack as original registers are popped AFTER the block mask
is updated. I guess this is why linux has sigreturn(?).
2026-04-05 02:25:59 +03:00
..
2026-03-17 20:24:06 +02:00
2026-01-02 17:50:22 +02:00
2024-03-26 02:48:26 +02:00
2026-01-08 17:13:59 +02:00
2025-08-11 14:07:37 +03:00
2026-01-11 01:31:09 +02:00
2024-09-27 15:31:31 +03:00
2026-01-11 01:31:09 +02:00
2024-01-24 15:53:38 +02:00
2024-01-24 15:53:38 +02:00
2025-08-05 17:12:26 +03:00
2026-03-17 20:24:06 +02:00
2025-05-13 10:16:21 +03:00
2026-01-11 01:31:09 +02:00
2026-04-05 02:25:59 +03:00
2025-07-02 00:17:42 +03:00