Download raw body.
extend ptrace(2) PT_GET_THREAD_* to include thread names
+/* Compat, delete after 7.8 */
+struct optrace_thread_state {
+ pid_t pts_pid;
+};
Why is this compatibility interface needed?
It's for one program, isn't it? So how long will it be needed.
For the hour or two before pkg_add -u gets run?
extend ptrace(2) PT_GET_THREAD_* to include thread names