Files
ladybird/Kernel
Gunnar Beutner 3c3a1726df Kernel: Make sure threads which don't do any syscalls are terminated
Steps to reproduce:

$ cat loop.c
int main() { for (;;); }
$ gcc -o loop loop.c
$ ./loop

Terminating this process wasn't previously possible because we only
checked whether the thread should be terminated on syscall exit.
2021-06-19 12:55:00 +02:00
..
2021-06-17 19:52:13 +02:00
2021-05-29 09:04:05 +02:00
2021-06-04 10:39:41 +02:00