Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-09-15 | ptrace.h: add new ptrace requests to get/set sigmask | Szabolcs Nagy | -0/+2 | |
PTRACE_GETSIGMASK and PTRACE_SETSIGMASK were added in linux v3.11 and used by checkpoint/restore tools | ||||
2013-07-24 | add PTRACE_PEEKSIGINFO to ptrace.h | Szabolcs Nagy | -0/+11 | |
added in linux-v3.10 commit 84c751bd4aebbaae995fe32279d3dba48327bad4 using stdint.h types for the new ptrace_peeksiginfo_args struct | ||||
2013-01-12 | add missing ptrace requests and options to sys/ptrace.h | Szabolcs Nagy | -1/+9 | |
2011-09-15 | implement ptrace syscall wrapper (untested) | Rich Felker | -1/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+77 | |