Files
ladybird/Kernel/FileSystem
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-05-28 17:31:20 +02:00
2019-05-28 17:31:20 +02:00
2019-12-08 14:09:29 +01:00
2019-08-15 19:20:51 +02:00