Andrew Kaster
9058962712
Kernel: Allow setting thread names
...
The main thread of each kernel/user process will take the name of
the process. Extra threads will get a fancy new name
"ProcessName[<tid>]".
Thread backtraces now list the thread name in addtion to tid.
Add the thread name to /proc/all (should it get its own proc
file?).
Add two new syscalls, set_thread_name and get_thread_name.
2019-12-08 14:09:29 +01:00
..
2019-08-25 06:45:14 +02:00
2019-09-06 15:36:54 +02:00
2019-08-18 15:59:59 +02:00
2019-08-17 12:07:55 +02:00
2019-11-05 19:35:12 +01:00
2019-11-05 19:35:12 +01:00
2019-05-28 17:31:20 +02:00
2019-05-28 17:31:20 +02:00
2019-11-21 13:04:38 +01:00
2019-11-17 19:19:02 +01:00
2019-11-04 14:03:14 +01:00
2019-11-04 14:03:14 +01:00
2019-08-11 09:33:31 +02:00
2019-11-04 14:03:14 +01:00
2019-11-26 19:58:25 +01:00
2019-11-05 19:35:12 +01:00
2019-09-10 21:04:27 +02:00
2019-09-10 21:04:27 +02:00
2019-09-04 11:27:14 +02:00
2019-11-04 17:25:44 +01:00
2019-12-01 17:40:27 +01:00
2019-11-04 14:03:14 +01:00
2019-09-06 15:36:54 +02:00
2019-07-03 21:20:13 +02:00
2019-11-04 14:03:14 +01:00
2019-11-04 14:03:14 +01:00
2019-12-08 14:09:29 +01:00
2019-08-17 12:07:55 +02:00
2019-09-04 11:27:14 +02:00
2019-11-04 14:03:14 +01:00
2019-08-24 19:59:01 +02:00
2019-08-15 19:20:51 +02:00
2019-09-30 08:57:01 +02:00
2019-11-05 19:35:12 +01:00