Files
banan-os/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-04-05 02:25:59 +03:00
2026-04-05 02:25:59 +03:00
2025-11-02 21:09:48 +02:00