Files
banan-os/kernel/arch/i686
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-01-08 17:13:59 +02:00
2024-08-31 02:23:08 +03:00
2024-08-31 02:23:08 +03:00
2026-04-04 23:48:43 +03:00
2024-08-31 02:23:08 +03:00
2026-04-05 02:25:59 +03:00
2026-01-19 00:47:00 +02:00