Andreas Kling
e34ed04d1e
Kernel+LibPthread+LibC: Create secondary thread stacks in userspace
...
Have pthread_create() allocate a stack and passing it to the kernel
instead of this work happening in the kernel. The more of this we can
do in userspace, the better.
This patch also unexposes the raw create_thread() and exit_thread()
syscalls since they are now only used by LibPthread anyway.
2019-11-17 17:29:20 +01:00
..
2019-11-16 16:27:48 +01:00
2019-11-09 20:52:34 +01:00
2019-10-02 18:20:11 +02:00
2019-10-11 12:17:05 +02:00
2019-10-13 08:44:24 +02:00
2019-10-12 22:35:23 +02:00
2019-11-16 12:50:50 +01:00
2019-09-29 21:02:13 +02:00
2019-10-03 08:18:05 +02:00
2019-11-17 15:37:46 +01:00
2019-10-17 09:18:01 +02:00
2019-11-16 17:29:09 +01:00
2019-11-16 17:29:09 +01:00
2019-11-10 13:07:51 +01:00
2019-11-03 09:26:22 +01:00
2019-11-09 20:52:34 +01:00
2019-10-03 08:23:54 +02:00
2019-10-03 08:23:54 +02:00
2019-11-16 12:50:50 +01:00
2019-11-16 12:50:50 +01:00
2019-11-16 12:50:50 +01:00
2019-10-15 09:52:55 +02:00
2019-09-29 21:02:13 +02:00
2019-11-09 22:42:54 +01:00
2019-11-17 12:15:43 +01:00
2019-10-16 12:09:38 +02:00
2019-09-29 21:02:13 +02:00
2019-10-11 12:17:05 +02:00
2019-11-16 12:50:50 +01:00
2019-10-11 12:17:05 +02:00
2019-11-16 12:50:50 +01:00
2019-11-16 12:50:50 +01:00
2019-11-16 17:29:09 +01:00
2019-11-16 17:29:09 +01:00
2019-11-10 21:19:08 +01:00
2019-11-10 21:19:08 +01:00
2019-10-15 09:52:55 +02:00
2019-10-15 09:52:55 +02:00
2019-11-11 22:04:16 +01:00
2019-11-11 22:04:16 +01:00
2019-09-29 21:02:13 +02:00
2019-11-17 17:29:20 +01:00
2019-11-17 17:29:20 +01:00
2019-11-11 22:04:16 +01:00
2019-11-11 22:04:16 +01:00