ladybird/Userland/DevTools
Liav A 1c0aa51684 Kernel+Userland: Remove the {get,set}_thread_name syscalls
These syscalls are not necessary on their own, and they give the false
impression that a caller could set or get the thread name of any process
in the system, which is not true.

Therefore, move the functionality of these syscalls to be options in the
prctl syscall, which makes it abundantly clear that these operations
could only occur from a running thread in a process that sees other
threads in that process only.
2023-08-25 11:51:52 +02:00
..
GMLPlayground LibGUI: Replace DeprecatedString usage in Widget 2023-08-18 10:43:37 +01:00
HackStudio LibGUI: Replace DeprecatedString usage in Widget 2023-08-18 10:43:37 +01:00
Profiler LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 2023-08-18 10:43:37 +01:00
SQLStudio LibGUI: Remove Window::try_add_menu() 2023-08-14 14:57:54 +02:00
UserspaceEmulator Kernel+Userland: Remove the {get,set}_thread_name syscalls 2023-08-25 11:51:52 +02:00
CMakeLists.txt Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00