Files
ladybird/Kernel
Andreas Kling 153ea704af Add some basic signal support.
It only works for sending a signal to a process that's in userspace code.

We implement reception by synthesizing a PUSHA+PUSHF in the receiving process
(operating on values in the TSS.)
The TSS CS:EIP is then rerouted to the signal handler and a tiny return
trampoline is constructed in a dedicated region in the receiving process.

Also hacked up /bin/kill to be able to send arbitrary signals (kill -N PID)
2018-11-06 10:56:41 +01:00
..
2018-10-27 14:09:33 +02:00
2018-10-25 10:50:30 +02:00
2018-10-28 14:11:51 +01:00
2018-11-05 13:48:07 +01:00
2018-11-05 13:48:07 +01:00
2018-11-02 14:06:48 +01:00
2018-10-29 22:04:26 +01:00
2018-10-29 22:04:26 +01:00
2018-10-17 16:48:43 +02:00
2018-11-04 13:52:53 +01:00
2018-10-26 22:33:15 +02:00
2018-10-22 11:15:16 +02:00
2018-10-17 16:54:49 +02:00
2018-11-06 10:56:41 +01:00
2018-11-06 10:56:41 +01:00
2018-10-17 16:58:35 +02:00
2018-11-05 13:48:07 +01:00
2018-11-06 10:56:41 +01:00
2018-11-06 10:56:41 +01:00
2018-11-02 14:06:48 +01:00
2018-11-02 14:06:48 +01:00
2018-11-05 13:48:07 +01:00
2018-10-30 15:33:37 +01:00