History log of /seL4-refos-master/libs/libmuslc/include/sys/ptrace.h
Revision Date Author Comments
# c243d6f0 23-Jan-2016 Szabolcs Nagy <nsz@port70.net>

add new PTRACE_SECCOMP_GET_FILTER ptrace command

allows the tracer to dump the bpf seccomp filters of the tracee,
new in linux v4.4, commit f8e529ed941ba2bbcbf310b575d968159ce7e895


# aaa60405 18-Nov-2015 Szabolcs Nagy <nsz@port70.net>

add new PTRACE_O_SUSPEND_SECCOMP ptrace option

allows a ptracer process to disable/enable seccomp filters of the
traced process, useful for checkpoint/restore, new in v4.3 commit
13c4a90119d28cfcb6b5bdd820c233b86c2b0237


# 0a7ecf76 14-Sep-2013 Szabolcs Nagy <nsz@port70.net>

ptrace.h: add new ptrace requests to get/set sigmask

PTRACE_GETSIGMASK and PTRACE_SETSIGMASK were added in linux v3.11
and used by checkpoint/restore tools


# a512c7d8 24-Jul-2013 Szabolcs Nagy <nsz@port70.net>

add PTRACE_PEEKSIGINFO to ptrace.h
added in linux-v3.10 commit 84c751bd4aebbaae995fe32279d3dba48327bad4
using stdint.h types for the new ptrace_peeksiginfo_args struct


# 20103616 10-Jan-2013 Szabolcs Nagy <nsz@port70.net>

add missing ptrace requests and options to sys/ptrace.h


# 71f7a3c2 15-Sep-2011 Rich Felker <dalias@aerifal.cx>

implement ptrace syscall wrapper (untested)


# 0b44a031 11-Feb-2011 Rich Felker <dalias@aerifal.cx>

initial check-in, version 0.5.0