Files
ladybird/VirtualFileSystem
Andreas Kling 03a8357e84 Implement sending signals to blocked-in-kernel processes.
This is dirty but pretty cool! If we have a pending, unmasked signal for
a process that's blocked inside the kernel, we set up alternate stacks
for that process and unblock it to execute the signal handler.

A slightly different return trampoline is used here: since we need to
get back into the kernel, a dedicated syscall is used (sys$sigreturn.)

This restores the TSS contents of the process to the state it was in
while we were originally blocking in the kernel.

NOTE: There's currently only one "kernel resume TSS" so signal nesting
definitely won't work.
2018-11-07 21:19:47 +01:00
..
2018-10-29 22:04:26 +01:00
2018-10-22 14:06:22 +02:00
2018-10-22 14:06:22 +02:00
2018-10-23 10:12:50 +02:00
2018-10-28 14:11:51 +01:00